Uses of Class
odata.msgraph.client.complex.LocationConstraint.Builder
-
Packages that use LocationConstraint.Builder Package Description odata.msgraph.client.complex -
-
Uses of LocationConstraint.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return LocationConstraint.Builder Modifier and Type Method Description static LocationConstraint.BuilderLocationConstraint. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).LocationConstraint.BuilderLocationConstraint.Builder. isRequired(Boolean isRequired)LocationConstraint.BuilderLocationConstraint.Builder. locations(List<LocationConstraintItem> locations)LocationConstraint.BuilderLocationConstraint.Builder. locations(LocationConstraintItem... locations)LocationConstraint.BuilderLocationConstraint.Builder. locationsNextLink(String locationsNextLink)LocationConstraint.BuilderLocationConstraint.Builder. suggestLocation(Boolean suggestLocation)
-