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 Details

    • oDataType

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

      @SerializedName(value="coachmarkLocation", alternate="CoachmarkLocation") @Expose @Nullable public CoachmarkLocation coachmarkLocation
      The Coachmark Location. The coachmark location.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description about the coachmark.
    • indicator

      @SerializedName(value="indicator", alternate="Indicator") @Expose @Nullable public String indicator
      The Indicator. The coachmark indicator.
    • isValid

      @SerializedName(value="isValid", alternate="IsValid") @Expose @Nullable public Boolean isValid
      The Is Valid. Indicates whether the coachmark is valid or not.
    • language

      @SerializedName(value="language", alternate="Language") @Expose @Nullable public String language
      The Language. The coachmark language.
    • order

      @SerializedName(value="order", alternate="Order") @Expose @Nullable public String 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:
      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