Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Query.The Query Root.The Query Type.Fields inherited from class com.microsoft.graph.models.AccessReviewNotificationRecipientScope
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.AccessReviewNotificationRecipientScope
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. This 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
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 that is, ./manager) is specified. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAccessReviewNotificationRecipientScope- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-