Uses of Class
odata.msgraph.client.enums.ExchangeIdFormat
-
Packages that use ExchangeIdFormat Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request odata.msgraph.client.enums -
-
Uses of ExchangeIdFormat in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type ExchangeIdFormat Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ConvertIdResult>User. translateExchangeIds(List<String> inputIds, ExchangeIdFormat targetIdType, ExchangeIdFormat sourceIdType) -
Uses of ExchangeIdFormat in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type ExchangeIdFormat Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ConvertIdResult>UserRequest. translateExchangeIds(List<String> inputIds, ExchangeIdFormat targetIdType, ExchangeIdFormat sourceIdType) -
Uses of ExchangeIdFormat in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ExchangeIdFormat Modifier and Type Method Description static ExchangeIdFormatExchangeIdFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ExchangeIdFormat[]ExchangeIdFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-