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