Uses of Class
odata.msgraph.client.beta.complex.PhysicalAddress
-
Packages that use PhysicalAddress Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PhysicalAddress in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PhysicalAddress Modifier and Type Field Description protected PhysicalAddressCompanyDetail. addressprotected PhysicalAddressLocation. addressprotected PhysicalAddressInstitutionData. locationMethods in odata.msgraph.client.beta.complex that return PhysicalAddress Modifier and Type Method Description PhysicalAddressPhysicalAddress.Builder. build()PhysicalAddressPhysicalAddress. withCity(String city)PhysicalAddressPhysicalAddress. withCountryOrRegion(String countryOrRegion)PhysicalAddressPhysicalAddress. withPostalCode(String postalCode)PhysicalAddressPhysicalAddress. withPostOfficeBox(String postOfficeBox)PhysicalAddressPhysicalAddress. withState(String state)PhysicalAddressPhysicalAddress. withStreet(String street)PhysicalAddressPhysicalAddress. withType(PhysicalAddressType type)PhysicalAddressPhysicalAddress. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type PhysicalAddress Modifier and Type Method Description Optional<PhysicalAddress>CompanyDetail. getAddress()Optional<PhysicalAddress>Location. getAddress()Optional<PhysicalAddress>InstitutionData. getLocation()Methods in odata.msgraph.client.beta.complex with parameters of type PhysicalAddress Modifier and Type Method Description CompanyDetail.BuilderCompanyDetail.Builder. address(PhysicalAddress address)Location.BuilderLocation.Builder. address(PhysicalAddress address)LocationConstraintItem.BuilderLocationConstraintItem.Builder. address(PhysicalAddress address)InstitutionData.BuilderInstitutionData.Builder. location(PhysicalAddress location)CompanyDetailCompanyDetail. withAddress(PhysicalAddress address)LocationLocation. withAddress(PhysicalAddress address)InstitutionDataInstitutionData. withLocation(PhysicalAddress location) -
Uses of PhysicalAddress in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PhysicalAddress Modifier and Type Field Description protected PhysicalAddressBookingBusiness. addressprotected PhysicalAddressEducationSchool. addressprotected PhysicalAddressPlace. addressprotected PhysicalAddressItemAddress. detailprotected PhysicalAddressEducationUser. mailingAddressprotected PhysicalAddressEducationUser. residenceAddressFields in odata.msgraph.client.beta.entity with type parameters of type PhysicalAddress Modifier and Type Field Description protected List<PhysicalAddress>BookingCustomer. addressesprotected List<PhysicalAddress>Contact. postalAddressesMethods in odata.msgraph.client.beta.entity that return types with arguments of type PhysicalAddress Modifier and Type Method Description Optional<PhysicalAddress>BookingBusiness. getAddress()Optional<PhysicalAddress>EducationSchool. getAddress()Optional<PhysicalAddress>Place. getAddress()com.github.davidmoten.odata.client.CollectionPage<PhysicalAddress>BookingCustomer. getAddresses()com.github.davidmoten.odata.client.CollectionPage<PhysicalAddress>BookingCustomer. getAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<PhysicalAddress>ItemAddress. getDetail()Optional<PhysicalAddress>EducationUser. getMailingAddress()com.github.davidmoten.odata.client.CollectionPage<PhysicalAddress>Contact. getPostalAddresses()com.github.davidmoten.odata.client.CollectionPage<PhysicalAddress>Contact. getPostalAddresses(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<PhysicalAddress>EducationUser. getResidenceAddress()Method parameters in odata.msgraph.client.beta.entity with type arguments of type PhysicalAddress Modifier and Type Method Description BookingCustomer.BuilderBookingCustomer.Builder. addresses(List<PhysicalAddress> addresses)Contact.BuilderContact.Builder. postalAddresses(List<PhysicalAddress> postalAddresses)BookingCustomerBookingCustomer. withAddresses(List<PhysicalAddress> addresses)ContactContact. withPostalAddresses(List<PhysicalAddress> postalAddresses)
-