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 Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The 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 description
      The Description. The description of this object.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The display name of this object.
    • isDefaultEnvironment

      @SerializedName(value="isDefaultEnvironment", alternate="IsDefaultEnvironment") @Expose @Nullable public Boolean isDefaultEnvironment
      The 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 modifiedDateTime
      The 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

      @SerializedName(value="originId", alternate="OriginId") @Expose @Nullable public String originId
      The Origin Id. The unique identifier of this environment in the origin system.
    • originSystem

      @SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystem
      The 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 resources
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to