Class AccessReviewNotificationRecipientQueryScope

java.lang.Object
com.microsoft.graph.models.AccessReviewNotificationRecipientScope
com.microsoft.graph.models.AccessReviewNotificationRecipientQueryScope
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessReviewNotificationRecipientQueryScope extends AccessReviewNotificationRecipientScope implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Review Notification Recipient Query Scope.
  • Field Details

    • query

      @SerializedName(value="query", alternate="Query") @Expose @Nullable public String query
      The Query. Represents the query for who the recipients are. For example, /groups/{group id}/members for group members and /users/{user id} for a specific user.
    • queryRoot

      @SerializedName(value="queryRoot", alternate="QueryRoot") @Expose @Nullable public String queryRoot
      The Query Root. In the scenario where reviewers need to be specified dynamically, indicates the relative source of the query. This property is only required if a relative query (that is, ./manager) is specified.
    • queryType

      @SerializedName(value="queryType", alternate="QueryType") @Expose @Nullable public String queryType
      The Query Type. Indicates the type of query. Allowed value is MicrosoftGraph.
  • Constructor Details

    • AccessReviewNotificationRecipientQueryScope

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