Package com.microsoft.graph.models
Class AccessPackageResourceRole
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageResourceRole
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageResourceRole
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource Role.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Display Name.The Origin Id.The Origin System.The Resource. -
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.Entity
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
-
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. A description for the resource role. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the resource role such as the role defined by the application. -
originId
The Origin Id. The unique identifier of the resource role in the origin system. For a SharePoint Online site, the originId will be the sequence number of the role in the site. -
originSystem
@SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystemThe Origin System. The type of the resource in the origin system, such as SharePointOnline, AadApplication or AadGroup. -
resource
@SerializedName(value="resource", alternate="Resource") @Expose @Nullable public AccessPackageResource resourceThe Resource.
-
-
Constructor Details
-
AccessPackageResourceRole
public AccessPackageResourceRole()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-