Package com.microsoft.graph.models
Class AccessPackageResourceScope
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageResourceScope
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageResourceScope
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource Scope.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Display Name.The Is Root Scope.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. The description of the scope. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of the scope. -
isRootScope
@SerializedName(value="isRootScope", alternate="IsRootScope") @Expose @Nullable public Boolean isRootScopeThe Is Root Scope. True if the scopes are arranged in a hierarchy and this is the top or root scope of the resource. -
originId
The Origin Id. The unique identifier for the scope in the resource as defined in the origin system. -
originSystem
@SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystemThe Origin System. The origin system for the scope. -
resource
@SerializedName(value="resource", alternate="Resource") @Expose @Nullable public AccessPackageResource resourceThe Resource.
-
-
Constructor Details
-
AccessPackageResourceScope
public AccessPackageResourceScope()
-
-
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
-