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