MicrosoftGraphMailboxSettings Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphMailboxSettings
- com.
Implements
public final class MicrosoftGraphMailboxSettings
implements JsonSerializable<MicrosoftGraphMailboxSettings>
mailboxSettings.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphMailboxSettings() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
archiveFolder()
Get the archive |
Microsoft |
automaticRepliesSetting()
Get the automatic |
String |
dateFormat()
Get the date |
Microsoft |
delegateMeetingMessageDeliveryOptions()
Get the delegate |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Microsoft |
language()
Get the language property: locale |
String |
timeFormat()
Get the time |
String |
timeZone()
Get the time |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withArchiveFolder(String archiveFolder)
Set the archive |
Microsoft |
withAutomaticRepliesSetting(MicrosoftGraphAutomaticRepliesSetting automaticRepliesSetting)
Set the automatic |
Microsoft |
withDateFormat(String dateFormat)
Set the date |
Microsoft |
withDelegateMeetingMessageDeliveryOptions(MicrosoftGraphDelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions)
Set the delegate |
Microsoft |
withLanguage(MicrosoftGraphLocaleInfo language)
Set the language property: locale |
Microsoft |
withTimeFormat(String timeFormat)
Set the time |
Microsoft |
withTimeZone(String timeZone)
Set the time |
Microsoft |
withWorkingHours(MicrosoftGraphWorkingHours workingHours)
Set the working |
Microsoft |
workingHours()
Get the working |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphMailboxSettings
public MicrosoftGraphMailboxSettings()
Creates an instance of MicrosoftGraphMailboxSettings class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: mailboxSettings.
Returns:
archiveFolder
public String archiveFolder()
Get the archiveFolder property: Folder ID of an archive folder for the user.
Returns:
automaticRepliesSetting
public MicrosoftGraphAutomaticRepliesSetting automaticRepliesSetting()
Get the automaticRepliesSetting property: automaticRepliesSetting.
Returns:
dateFormat
public String dateFormat()
Get the dateFormat property: The date format for the user's mailbox.
Returns:
delegateMeetingMessageDeliveryOptions
public MicrosoftGraphDelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions()
Get the delegateMeetingMessageDeliveryOptions property: delegateMeetingMessageDeliveryOptions.
Returns:
fromJson
public static MicrosoftGraphMailboxSettings fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphMailboxSettings from the JsonReader.
Parameters:
Returns:
Throws:
language
public MicrosoftGraphLocaleInfo language()
Get the language property: localeInfo.
Returns:
timeFormat
public String timeFormat()
Get the timeFormat property: The time format for the user's mailbox.
Returns:
timeZone
public String timeZone()
Get the timeZone property: The default time zone for the user's mailbox.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphMailboxSettings withAdditionalProperties(Map
Set the additionalProperties property: mailboxSettings.
Parameters:
Returns:
withArchiveFolder
public MicrosoftGraphMailboxSettings withArchiveFolder(String archiveFolder)
Set the archiveFolder property: Folder ID of an archive folder for the user.
Parameters:
Returns:
withAutomaticRepliesSetting
public MicrosoftGraphMailboxSettings withAutomaticRepliesSetting(MicrosoftGraphAutomaticRepliesSetting automaticRepliesSetting)
Set the automaticRepliesSetting property: automaticRepliesSetting.
Parameters:
Returns:
withDateFormat
public MicrosoftGraphMailboxSettings withDateFormat(String dateFormat)
Set the dateFormat property: The date format for the user's mailbox.
Parameters:
Returns:
withDelegateMeetingMessageDeliveryOptions
public MicrosoftGraphMailboxSettings withDelegateMeetingMessageDeliveryOptions(MicrosoftGraphDelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions)
Set the delegateMeetingMessageDeliveryOptions property: delegateMeetingMessageDeliveryOptions.
Parameters:
Returns:
withLanguage
public MicrosoftGraphMailboxSettings withLanguage(MicrosoftGraphLocaleInfo language)
Set the language property: localeInfo.
Parameters:
Returns:
withTimeFormat
public MicrosoftGraphMailboxSettings withTimeFormat(String timeFormat)
Set the timeFormat property: The time format for the user's mailbox.
Parameters:
Returns:
withTimeZone
public MicrosoftGraphMailboxSettings withTimeZone(String timeZone)
Set the timeZone property: The default time zone for the user's mailbox.
Parameters:
Returns:
withWorkingHours
public MicrosoftGraphMailboxSettings withWorkingHours(MicrosoftGraphWorkingHours workingHours)
Set the workingHours property: workingHours.
Parameters:
Returns:
workingHours
public MicrosoftGraphWorkingHours workingHours()
Get the workingHours property: workingHours.
Returns:
Applies to
Azure SDK for Java