Uses of Class
odata.msgraph.client.beta.enums.EasServices
-
Packages that use EasServices Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EasServices in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EasServices Modifier and Type Field Description protected EasServicesIosEasEmailProfileConfiguration. easServicesMethods in odata.msgraph.client.beta.entity that return types with arguments of type EasServices Modifier and Type Method Description Optional<EasServices>IosEasEmailProfileConfiguration. getEasServices()“Exchange data to sync.”Methods in odata.msgraph.client.beta.entity with parameters of type EasServices Modifier and Type Method Description IosEasEmailProfileConfiguration.BuilderIosEasEmailProfileConfiguration.Builder. easServices(EasServices easServices)“Exchange data to sync.”IosEasEmailProfileConfigurationIosEasEmailProfileConfiguration. withEasServices(EasServices easServices)Returns an immutable copy ofthiswith just theeasServicesfield changed. -
Uses of EasServices in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EasServices Modifier and Type Method Description static EasServicesEasServices. valueOf(String name)Returns the enum constant of this type with the specified name.static EasServices[]EasServices. values()Returns an array containing the constants of this enum type, in the order they are declared.
-