Class PermittedEntityToUserJson

    • Constructor Detail

      • PermittedEntityToUserJson

        public PermittedEntityToUserJson()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
        Returns:
        Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
      • setIdentifier

        public void setIdentifier​(String identifier)
        Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
        Parameters:
        identifier - Only for workspace groups - another identifier to add to the group. Groups can be found by their name or by the identifier.
      • getAddress

        public String getAddress()
        The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
        Returns:
        The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
      • setAddress

        public void setAddress​(String address)
        The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
        Parameters:
        address - The address of the entity, email address for user, for groups/distribution-lists use the name field when referring back to the API.
      • getEntityType

        public EntityType getEntityType()
        The Entity type
        Returns:
        The Entity type
      • setEntityType

        public void setEntityType​(EntityType entityType)
        The Entity type
        Parameters:
        entityType - The Entity type
      • getName

        public String getName()
        The entity's name, for groups/distribution-lists use this field when calling other APIs.
        Returns:
        The entity's name, for groups/distribution-lists use this field when calling other APIs.
      • setName

        public void setName​(String name)
        The entity's name, for groups/distribution-lists use this field when calling other APIs.
        Parameters:
        name - The entity's name, for groups/distribution-lists use this field when calling other APIs.