Uses of Class
odata.msgraph.client.beta.enums.PhoneType
-
Packages that use PhoneType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of PhoneType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PhoneType Modifier and Type Field Description protected PhoneTypePhone. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type PhoneType Modifier and Type Method Description Optional<PhoneType>Phone. getType()Methods in odata.msgraph.client.beta.complex with parameters of type PhoneType Modifier and Type Method Description Phone.BuilderPhone.Builder. type(PhoneType type)PhonePhone. withType(PhoneType type) -
Uses of PhoneType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PhoneType Modifier and Type Field Description protected PhoneTypeItemPhone. typeMethods in odata.msgraph.client.beta.entity that return types with arguments of type PhoneType Modifier and Type Method Description Optional<PhoneType>ItemPhone. getType()Methods in odata.msgraph.client.beta.entity with parameters of type PhoneType Modifier and Type Method Description ItemPhone.BuilderItemPhone.Builder. type(PhoneType type)ItemPhoneItemPhone. withType(PhoneType type) -
Uses of PhoneType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PhoneType Modifier and Type Method Description static PhoneTypePhoneType. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneType[]PhoneType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-