Package com.microsoft.graph.models
Class AccessPackageResourceEnvironment
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AccessPackageResourceEnvironment
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageResourceEnvironment
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Resource Environment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Created Date Time.The Description.The Display Name.The Is Default Environment.The Modified Date Time.The Origin Id.The Origin System.The Resources. -
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. The date and time that this object was created. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description of this object. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The display name of this object. -
isDefaultEnvironment
@SerializedName(value="isDefaultEnvironment", alternate="IsDefaultEnvironment") @Expose @Nullable public Boolean isDefaultEnvironmentThe Is Default Environment. Determines whether this is default environment or not. It is set to true for all static origin systems, such as Azure AD groups and Azure AD Applications. -
modifiedDateTime
@SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTimeThe Modified Date Time. The date and time that this object was last modified. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
originId
The Origin Id. The unique identifier of this environment in the origin system. -
originSystem
@SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystemThe Origin System. The type of the resource in the origin system, that is, SharePointOnline. Requires $filter (eq). -
resources
@SerializedName(value="resources", alternate="Resources") @Expose @Nullable public AccessPackageResourceCollectionPage resourcesThe Resources. Read-only. Required.
-
-
Constructor Details
-
AccessPackageResourceEnvironment
public AccessPackageResourceEnvironment()
-
-
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
-