public class ServiceUpdateMessage extends ServiceAnnouncementBase implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.time.OffsetDateTime |
actionRequiredByDateTime
The Action Required By Date Time.
|
ItemBody |
body
The Body.
|
ServiceUpdateCategory |
category
The Category.
|
java.lang.Boolean |
isMajorChange
The Is Major Change.
|
java.util.List<java.lang.String> |
services
The Services.
|
ServiceUpdateSeverity |
severity
The Severity.
|
java.util.List<java.lang.String> |
tags
The Tags.
|
ServiceUpdateMessageViewpoint |
viewPoint
The View Point.
|
details, endDateTime, lastModifiedDateTime, startDateTime, title| Constructor and Description |
|---|
ServiceUpdateMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="actionRequiredByDateTime",
alternate="ActionRequiredByDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime actionRequiredByDateTime
@SerializedName(value="body",
alternate="Body")
@Expose
@Nullable
public ItemBody body
@SerializedName(value="category",
alternate="Category")
@Expose
@Nullable
public ServiceUpdateCategory category
@SerializedName(value="isMajorChange",
alternate="IsMajorChange")
@Expose
@Nullable
public java.lang.Boolean isMajorChange
@SerializedName(value="services",
alternate="Services")
@Expose
@Nullable
public java.util.List<java.lang.String> services
@SerializedName(value="severity",
alternate="Severity")
@Expose
@Nullable
public ServiceUpdateSeverity severity
@SerializedName(value="tags",
alternate="Tags")
@Expose
@Nullable
public java.util.List<java.lang.String> tags
@SerializedName(value="viewPoint",
alternate="ViewPoint")
@Expose
@Nullable
public ServiceUpdateMessageViewpoint viewPoint
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class ServiceAnnouncementBaseserializer - the serializerjson - the JSON object to set this object to