Class TableGrant
java.lang.Object
org.apache.polaris.core.admin.model.GrantResource
org.apache.polaris.core.admin.model.TableGrant
@Generated(value="org.openapitools.codegen.languages.JavaResteasyServerCodegen",
date="2025-10-06T09:01:49.457542507Z[UTC]",
comments="Generator version: 7.12.0")
public class TableGrant
extends GrantResource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.polaris.core.admin.model.GrantResource
GrantResource.TypeEnum -
Constructor Summary
ConstructorsConstructorDescriptionTableGrant(List<String> namespace, String tableName, TablePrivilege privilege, GrantResource.TypeEnum type) -
Method Summary
Modifier and TypeMethodDescriptionstatic TableGrant.Builderbuilder()static TableGrant.Builderbuilder(List<String> namespace, String tableName, TablePrivilege privilege, GrantResource.TypeEnum type) booleaninthashCode()toString()Methods inherited from class org.apache.polaris.core.admin.model.GrantResource
getType
-
Constructor Details
-
TableGrant
public TableGrant(List<String> namespace, String tableName, TablePrivilege privilege, GrantResource.TypeEnum type)
-
-
Method Details
-
getNamespace
-
getTableName
-
getPrivilege
-
builder
-
builder
public static TableGrant.Builder builder(List<String> namespace, String tableName, TablePrivilege privilege, GrantResource.TypeEnum type) -
equals
- Overrides:
equalsin classGrantResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classGrantResource
-
toString
- Overrides:
toStringin classGrantResource
-