Class GroupAssignmentTarget

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
ExclusionGroupAssignmentTarget

public class GroupAssignmentTarget extends DeviceAndAppManagementAssignmentTarget implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Group Assignment Target.
  • Field Details

    • groupId

      @SerializedName(value="groupId", alternate="GroupId") @Expose @Nullable public String groupId
      The Group Id. The group Id that is the target of the assignment.
  • Constructor Details

    • GroupAssignmentTarget

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