Class AttributeSet

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AttributeSet
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AttributeSet extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Attribute Set.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description of the attribute set. Can be up to 128 characters long and include Unicode characters. Can be changed later.
    • maxAttributesPerSet

      @SerializedName(value="maxAttributesPerSet", alternate="MaxAttributesPerSet") @Expose @Nullable public Integer maxAttributesPerSet
      The Max Attributes Per Set. Maximum number of custom security attributes that can be defined in this attribute set. Default value is null. If not specified, the administrator can add up to the maximum of 500 active attributes per tenant. Can be changed later.
  • Constructor Details

    • AttributeSet

      public AttributeSet()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to