Class ServiceAnnouncement

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

public class ServiceAnnouncement extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Service Announcement.
  • Field Details

    • healthOverviews

      @SerializedName(value="healthOverviews", alternate="HealthOverviews") @Expose @Nullable public ServiceHealthCollectionPage healthOverviews
      The Health Overviews. A collection of service health information for tenant. This property is a contained navigation property, it is nullable and readonly.
    • issues

      @SerializedName(value="issues", alternate="Issues") @Expose @Nullable public ServiceHealthIssueCollectionPage issues
      The Issues. A collection of service issues for tenant. This property is a contained navigation property, it is nullable and readonly.
    • messages

      @SerializedName(value="messages", alternate="Messages") @Expose @Nullable public ServiceUpdateMessageCollectionPage messages
      The Messages. A collection of service messages for tenant. This property is a contained navigation property, it is nullable and readonly.
  • Constructor Details

    • ServiceAnnouncement

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