Class OwnerDTO
java.lang.Object
org.apache.gravitino.dto.authorization.OwnerDTO
- All Implemented Interfaces:
Owner
Represents an Owner Data Transfer Object (DTO).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder class for constructing OwnerDTO instances.Nested classes/interfaces inherited from interface org.apache.gravitino.authorization.Owner
Owner.Type -
Method Summary
Modifier and TypeMethodDescriptionstatic OwnerDTO.Builderbuilder()Creates a new Builder for constructing an Owner DTO.name()The name of the owner.type()The type of the owner.