Uses of Class
microsoft.graph.externalconnectors.enums.PropertyType
-
Packages that use PropertyType Package Description microsoft.graph.externalconnectors.complex microsoft.graph.externalconnectors.enums -
-
Uses of PropertyType in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as PropertyType Modifier and Type Field Description protected PropertyTypeProperty. typeMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type PropertyType Modifier and Type Method Description Optional<PropertyType>Property. getType()Methods in microsoft.graph.externalconnectors.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 microsoft.graph.externalconnectors.enums
Methods in microsoft.graph.externalconnectors.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.
-