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