Uses of Class
odata.msgraph.client.beta.complex.PhysicalAddress.Builder
-
Packages that use PhysicalAddress.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of PhysicalAddress.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PhysicalAddress.Builder Modifier and Type Method Description static PhysicalAddress.BuilderPhysicalAddress. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PhysicalAddress.BuilderPhysicalAddress.Builder. city(String city)PhysicalAddress.BuilderPhysicalAddress.Builder. countryOrRegion(String countryOrRegion)PhysicalAddress.BuilderPhysicalAddress.Builder. postalCode(String postalCode)PhysicalAddress.BuilderPhysicalAddress.Builder. postOfficeBox(String postOfficeBox)PhysicalAddress.BuilderPhysicalAddress.Builder. state(String state)PhysicalAddress.BuilderPhysicalAddress.Builder. street(String street)PhysicalAddress.BuilderPhysicalAddress.Builder. type(PhysicalAddressType type)
-