Class GroupsAssignLicenseRequestBody


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

      • GroupsAssignLicenseRequestBody

        public GroupsAssignLicenseRequestBody()
    • Method Detail

      • removeLicenses

        public List<UUID> removeLicenses()
        Get the removeLicenses property: The removeLicenses property.
        Returns:
        the removeLicenses value.
      • withRemoveLicenses

        public GroupsAssignLicenseRequestBody withRemoveLicenses​(List<UUID> removeLicenses)
        Set the removeLicenses property: The removeLicenses property.
        Parameters:
        removeLicenses - the removeLicenses value to set.
        Returns:
        the GroupsAssignLicenseRequestBody object itself.
      • additionalProperties

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

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

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