Class SharePointIdentitySet

java.lang.Object
com.microsoft.graph.models.IdentitySet
com.microsoft.graph.models.SharePointIdentitySet
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SharePointIdentitySet extends IdentitySet implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Share Point Identity Set.
  • Field Details

    • group

      @SerializedName(value="group", alternate="Group") @Expose @Nullable public Identity group
      The Group. The group associated with this action. Optional.
    • siteGroup

      @SerializedName(value="siteGroup", alternate="SiteGroup") @Expose @Nullable public SharePointIdentity siteGroup
      The Site Group. The SharePoint group associated with this action. Optional.
    • siteUser

      @SerializedName(value="siteUser", alternate="SiteUser") @Expose @Nullable public SharePointIdentity siteUser
      The Site User. The SharePoint user associated with this action. Optional.
  • Constructor Details

    • SharePointIdentitySet

      public SharePointIdentitySet()
  • 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 IdentitySet
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to