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.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description.
    • displayName

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

      @SerializedName(value="isDefaultEnvironment", alternate="IsDefaultEnvironment") @Expose @Nullable public Boolean isDefaultEnvironment
      The Is Default Environment.
    • modifiedDateTime

      @SerializedName(value="modifiedDateTime", alternate="ModifiedDateTime") @Expose @Nullable public OffsetDateTime modifiedDateTime
      The Modified Date Time.
    • originId

      @SerializedName(value="originId", alternate="OriginId") @Expose @Nullable public String originId
      The Origin Id.
    • originSystem

      @SerializedName(value="originSystem", alternate="OriginSystem") @Expose @Nullable public String originSystem
      The Origin System.
    • resources

      @SerializedName(value="resources", alternate="Resources") @Expose @Nullable public AccessPackageResourceCollectionPage resources
      The Resources.
  • 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