Class AutomaticRepliesMailTips

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

public class AutomaticRepliesMailTips extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Automatic Replies Mail Tips.
  • Field Details

    • oDataType

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

      @SerializedName(value="message", alternate="Message") @Expose @Nullable public String message
      The Message. The automatic reply message.
    • messageLanguage

      @SerializedName(value="messageLanguage", alternate="MessageLanguage") @Expose @Nullable public LocaleInfo messageLanguage
      The Message Language. The language that the automatic reply message is in.
    • scheduledEndTime

      @SerializedName(value="scheduledEndTime", alternate="ScheduledEndTime") @Expose @Nullable public DateTimeTimeZone scheduledEndTime
      The Scheduled End Time. The date and time that automatic replies are set to end.
    • scheduledStartTime

      @SerializedName(value="scheduledStartTime", alternate="ScheduledStartTime") @Expose @Nullable public DateTimeTimeZone scheduledStartTime
      The Scheduled Start Time. The date and time that automatic replies are set to begin.
  • Constructor Details

    • AutomaticRepliesMailTips

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