Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Health Overviews.The Issues.The Messages. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
healthOverviews
@SerializedName(value="healthOverviews", alternate="HealthOverviews") @Expose @Nullable public ServiceHealthCollectionPage healthOverviewsThe 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 issuesThe 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 messagesThe 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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-