Class ManagedEBook

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedEBook
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
IosVppEBook

public class ManagedEBook extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed EBook.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time when the eBook file was created.
    • description

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

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

      @SerializedName(value="informationUrl", alternate="InformationUrl") @Expose @Nullable public String informationUrl
      The Information Url. The more information Url.
    • largeCover

      @SerializedName(value="largeCover", alternate="LargeCover") @Expose @Nullable public MimeContent largeCover
      The Large Cover. Book cover.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The date and time when the eBook was last modified.
    • privacyInformationUrl

      @SerializedName(value="privacyInformationUrl", alternate="PrivacyInformationUrl") @Expose @Nullable public String privacyInformationUrl
      The Privacy Information Url. The privacy statement Url.
    • publishedDateTime

      @SerializedName(value="publishedDateTime", alternate="PublishedDateTime") @Expose @Nullable public OffsetDateTime publishedDateTime
      The Published Date Time. The date and time when the eBook was published.
    • publisher

      @SerializedName(value="publisher", alternate="Publisher") @Expose @Nullable public String publisher
      The Publisher. Publisher.
    • assignments

      @SerializedName(value="assignments", alternate="Assignments") @Expose @Nullable public ManagedEBookAssignmentCollectionPage assignments
      The Assignments. The list of assignments for this eBook.
    • deviceStates

      @SerializedName(value="deviceStates", alternate="DeviceStates") @Expose @Nullable public DeviceInstallStateCollectionPage deviceStates
      The Device States. The list of installation states for this eBook.
    • installSummary

      @SerializedName(value="installSummary", alternate="InstallSummary") @Expose @Nullable public EBookInstallSummary installSummary
      The Install Summary. Mobile App Install Summary.
    • userStateSummary

      @SerializedName(value="userStateSummary", alternate="UserStateSummary") @Expose @Nullable public UserInstallStateSummaryCollectionPage userStateSummary
      The User State Summary. The list of installation states for this eBook.
  • Constructor Details

    • ManagedEBook

      public ManagedEBook()
  • 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