Uses of Class
odata.msgraph.client.beta.enums.PropertyType
-
Packages that use PropertyType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of PropertyType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PropertyType Modifier and Type Field Description protected PropertyTypeProperty. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type PropertyType Modifier and Type Method Description Optional<PropertyType>Property. getType()Methods in odata.msgraph.client.beta.complex with parameters of type PropertyType Modifier and Type Method Description Property.BuilderProperty.Builder. type(PropertyType type)PropertyProperty. withType(PropertyType type) -
Uses of PropertyType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyType[]PropertyType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-