Package com.microsoft.graph.models
Class SubjectRightsRequestEnumeratedMailboxLocation
java.lang.Object
com.microsoft.graph.models.SubjectRightsRequestMailboxLocation
com.microsoft.graph.models.SubjectRightsRequestEnumeratedMailboxLocation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SubjectRightsRequestEnumeratedMailboxLocation
extends SubjectRightsRequestMailboxLocation
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Subject Rights Request Enumerated Mailbox Location.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.models.SubjectRightsRequestMailboxLocation
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.SubjectRightsRequestMailboxLocation
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
-
userPrincipalNames
@SerializedName(value="userPrincipalNames", alternate="UserPrincipalNames") @Expose @Nullable public List<String> userPrincipalNamesThe User Principal Names. Collection of mailboxes that should be included in the search. Includes the user principal name (UPN) of each mailbox, for example, Monica.Thompson@contoso.com.
-
-
Constructor Details
-
SubjectRightsRequestEnumeratedMailboxLocation
public SubjectRightsRequestEnumeratedMailboxLocation()
-
-
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 classSubjectRightsRequestMailboxLocation- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-