Package odata.msgraph.client.complex
Class MailboxSettings
- java.lang.Object
-
- odata.msgraph.client.complex.MailboxSettings
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MailboxSettings extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMailboxSettings.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringarchiveFolderprotected AutomaticRepliesSettingautomaticRepliesSettingprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdateFormatprotected DelegateMeetingMessageDeliveryOptionsdelegateMeetingMessageDeliveryOptionsprotected LocaleInfolanguageprotected StringodataTypeprotected StringtimeFormatprotected StringtimeZoneprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFieldsprotected UserPurposeuserPurposeprotected WorkingHoursworkingHours
-
Constructor Summary
Constructors Modifier Constructor Description protectedMailboxSettings()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
archiveFolder
protected String archiveFolder
-
automaticRepliesSetting
protected AutomaticRepliesSetting automaticRepliesSetting
-
dateFormat
protected String dateFormat
-
delegateMeetingMessageDeliveryOptions
protected DelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions
-
language
protected LocaleInfo language
-
timeFormat
protected String timeFormat
-
timeZone
protected String timeZone
-
userPurpose
protected UserPurpose userPurpose
-
workingHours
protected WorkingHours workingHours
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withArchiveFolder
public MailboxSettings withArchiveFolder(String archiveFolder)
-
getAutomaticRepliesSetting
public Optional<AutomaticRepliesSetting> getAutomaticRepliesSetting()
-
withAutomaticRepliesSetting
public MailboxSettings withAutomaticRepliesSetting(AutomaticRepliesSetting automaticRepliesSetting)
-
withDateFormat
public MailboxSettings withDateFormat(String dateFormat)
-
getDelegateMeetingMessageDeliveryOptions
public Optional<DelegateMeetingMessageDeliveryOptions> getDelegateMeetingMessageDeliveryOptions()
-
withDelegateMeetingMessageDeliveryOptions
public MailboxSettings withDelegateMeetingMessageDeliveryOptions(DelegateMeetingMessageDeliveryOptions delegateMeetingMessageDeliveryOptions)
-
getLanguage
public Optional<LocaleInfo> getLanguage()
-
withLanguage
public MailboxSettings withLanguage(LocaleInfo language)
-
withTimeFormat
public MailboxSettings withTimeFormat(String timeFormat)
-
withTimeZone
public MailboxSettings withTimeZone(String timeZone)
-
getUserPurpose
public Optional<UserPurpose> getUserPurpose()
-
withUserPurpose
public MailboxSettings withUserPurpose(UserPurpose userPurpose)
-
getWorkingHours
public Optional<WorkingHours> getWorkingHours()
-
withWorkingHours
public MailboxSettings withWorkingHours(WorkingHours workingHours)
-
withUnmappedField
public MailboxSettings withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static MailboxSettings.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-