Package com.microsoft.graph.models
Class PayloadCoachmark
java.lang.Object
com.microsoft.graph.models.PayloadCoachmark
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PayloadCoachmark
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Payload Coachmark.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Coachmark Location.The Description.The Indicator.The Is Valid.The Language.the OData type of the object as returned by the serviceThe Order. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
coachmarkLocation
@SerializedName(value="coachmarkLocation", alternate="CoachmarkLocation") @Expose @Nullable public CoachmarkLocation coachmarkLocationThe Coachmark Location. The coachmark location. -
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description about the coachmark. -
indicator
The Indicator. The coachmark indicator. -
isValid
The Is Valid. Indicates whether the coachmark is valid or not. -
language
The Language. The coachmark language. -
order
The Order. The coachmark order.
-
-
Constructor Details
-
PayloadCoachmark
public PayloadCoachmark()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-