Package com.microsoft.graph.models
Class AccessReviewQueryScope
java.lang.Object
com.microsoft.graph.models.AccessReviewScope
com.microsoft.graph.models.AccessReviewQueryScope
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
AccessReviewInactiveUsersQueryScope
public class AccessReviewQueryScope
extends AccessReviewScope
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Review Query Scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Query.The Query Root.The Query Type.Fields inherited from class com.microsoft.graph.models.AccessReviewScope
oDataType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.AccessReviewScope
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
query
The Query. The query representing what will be reviewed in an access review. -
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 is specified. For example, ./manager. -
queryType
The Query Type. Indicates the type of query. Types include MicrosoftGraph and ARM.
-
-
Constructor Details
-
AccessReviewQueryScope
public AccessReviewQueryScope()
-
-
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAccessReviewScope- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-