Uses of Class
odata.msgraph.client.beta.enums.LocationType
-
Packages that use LocationType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of LocationType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as LocationType Modifier and Type Field Description protected LocationTypeLocation. locationTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type LocationType Modifier and Type Method Description Optional<LocationType>Location. getLocationType()Methods in odata.msgraph.client.beta.complex with parameters of type LocationType Modifier and Type Method Description Location.BuilderLocation.Builder. locationType(LocationType locationType)LocationConstraintItem.BuilderLocationConstraintItem.Builder. locationType(LocationType locationType)LocationLocation. withLocationType(LocationType locationType) -
Uses of LocationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return LocationType Modifier and Type Method Description static LocationTypeLocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationType[]LocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-