Class AccessReviewReviewerScope

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

public class AccessReviewReviewerScope extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Review Reviewer Scope.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • query

      @SerializedName(value="query", alternate="Query") @Expose @Nullable public String query
      The Query. The query specifying who will be the reviewer.
    • queryRoot

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

      @SerializedName(value="queryType", alternate="QueryType") @Expose @Nullable public String queryType
      The Query Type. The type of query. Examples include MicrosoftGraph and ARM.
  • Constructor Details

    • AccessReviewReviewerScope

      public AccessReviewReviewerScope()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to