Class GroupsValidatePropertiesRequestBody


  • public final class GroupsValidatePropertiesRequestBody
    extends Object
    The GroupsValidatePropertiesRequestBody model.
    • Constructor Detail

      • GroupsValidatePropertiesRequestBody

        public GroupsValidatePropertiesRequestBody()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The displayName property.
        Returns:
        the displayName value.
      • withDisplayName

        public GroupsValidatePropertiesRequestBody withDisplayName​(String displayName)
        Set the displayName property: The displayName property.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the GroupsValidatePropertiesRequestBody object itself.
      • mailNickname

        public String mailNickname()
        Get the mailNickname property: The mailNickname property.
        Returns:
        the mailNickname value.
      • withMailNickname

        public GroupsValidatePropertiesRequestBody withMailNickname​(String mailNickname)
        Set the mailNickname property: The mailNickname property.
        Parameters:
        mailNickname - the mailNickname value to set.
        Returns:
        the GroupsValidatePropertiesRequestBody object itself.
      • onBehalfOfUserId

        public UUID onBehalfOfUserId()
        Get the onBehalfOfUserId property: The onBehalfOfUserId property.
        Returns:
        the onBehalfOfUserId value.
      • withOnBehalfOfUserId

        public GroupsValidatePropertiesRequestBody withOnBehalfOfUserId​(UUID onBehalfOfUserId)
        Set the onBehalfOfUserId property: The onBehalfOfUserId property.
        Parameters:
        onBehalfOfUserId - the onBehalfOfUserId value to set.
        Returns:
        the GroupsValidatePropertiesRequestBody object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Dictionary of <any>.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public GroupsValidatePropertiesRequestBody withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Dictionary of <any>.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the GroupsValidatePropertiesRequestBody object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.