Uses of Class
odata.msgraph.client.beta.complex.PrinterLocation.Builder
-
Packages that use PrinterLocation.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of PrinterLocation.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PrinterLocation.Builder Modifier and Type Method Description PrinterLocation.BuilderPrinterLocation.Builder. altitudeInMeters(Integer altitudeInMeters)static PrinterLocation.BuilderPrinterLocation. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PrinterLocation.BuilderPrinterLocation.Builder. building(String building)PrinterLocation.BuilderPrinterLocation.Builder. city(String city)PrinterLocation.BuilderPrinterLocation.Builder. countryOrRegion(String countryOrRegion)PrinterLocation.BuilderPrinterLocation.Builder. floor(String floor)PrinterLocation.BuilderPrinterLocation.Builder. floorDescription(String floorDescription)PrinterLocation.BuilderPrinterLocation.Builder. floorNumber(Integer floorNumber)PrinterLocation.BuilderPrinterLocation.Builder. latitude(Double latitude)PrinterLocation.BuilderPrinterLocation.Builder. longitude(Double longitude)PrinterLocation.BuilderPrinterLocation.Builder. organization(String... organization)PrinterLocation.BuilderPrinterLocation.Builder. organization(List<String> organization)PrinterLocation.BuilderPrinterLocation.Builder. organizationNextLink(String organizationNextLink)PrinterLocation.BuilderPrinterLocation.Builder. postalCode(String postalCode)PrinterLocation.BuilderPrinterLocation.Builder. roomDescription(String roomDescription)PrinterLocation.BuilderPrinterLocation.Builder. roomName(String roomName)PrinterLocation.BuilderPrinterLocation.Builder. roomNumber(Integer roomNumber)PrinterLocation.BuilderPrinterLocation.Builder. site(String site)PrinterLocation.BuilderPrinterLocation.Builder. stateOrProvince(String stateOrProvince)PrinterLocation.BuilderPrinterLocation.Builder. streetAddress(String streetAddress)PrinterLocation.BuilderPrinterLocation.Builder. subdivision(String... subdivision)PrinterLocation.BuilderPrinterLocation.Builder. subdivision(List<String> subdivision)PrinterLocation.BuilderPrinterLocation.Builder. subdivisionNextLink(String subdivisionNextLink)PrinterLocation.BuilderPrinterLocation.Builder. subunit(String... subunit)PrinterLocation.BuilderPrinterLocation.Builder. subunit(List<String> subunit)PrinterLocation.BuilderPrinterLocation.Builder. subunitNextLink(String subunitNextLink)
-