Package com.microsoft.graph.models
Class AccessPackageResource
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageResource
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageResource
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Created Date Time.The Description.The Display Name.The Environment.The Modified Date Time.The Origin Id.The Origin System.The Roles.The Scopes. -
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
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. -
modifiedDateTime
@SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTimeThe Modified Date Time. -
originId
The Origin Id. -
originSystem
@SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystemThe Origin System. -
environment
@SerializedName(value="environment", alternate="Environment") @Expose @Nullable public AccessPackageResourceEnvironment environmentThe Environment. -
roles
@SerializedName(value="roles", alternate="Roles") @Expose @Nullable public AccessPackageResourceRoleCollectionPage rolesThe Roles. -
scopes
@SerializedName(value="scopes", alternate="Scopes") @Expose @Nullable public AccessPackageResourceScopeCollectionPage scopesThe Scopes.
-
-
Constructor Details
-
AccessPackageResource
public AccessPackageResource()
-
-
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
-