Class ServiceUpdateMessageViewpoint

java.lang.Object
com.microsoft.graph.models.ServiceUpdateMessageViewpoint
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServiceUpdateMessageViewpoint extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Update Message Viewpoint.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • isArchived

      @SerializedName(value="isArchived", alternate="IsArchived") @Expose @Nullable public Boolean isArchived
      The Is Archived. Indicates whether the user archived the message.
    • isFavorited

      @SerializedName(value="isFavorited", alternate="IsFavorited") @Expose @Nullable public Boolean isFavorited
      The Is Favorited. Indicates whether the user marked the message as favorite.
    • isRead

      @SerializedName(value="isRead", alternate="IsRead") @Expose @Nullable public Boolean isRead
      The Is Read. Indicates whether the user read the message.
  • Constructor Details

    • ServiceUpdateMessageViewpoint

      public ServiceUpdateMessageViewpoint()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to