Class EntityRoleCreateObject


  • public class EntityRoleCreateObject
    extends Object
    Object model for creating an entity role.
    • Constructor Detail

      • EntityRoleCreateObject

        public EntityRoleCreateObject()
    • Method Detail

      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public EntityRoleCreateObject withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the EntityRoleCreateObject object itself.