Uses of Class
odata.msgraph.client.complex.PhysicalAddress
-
Packages that use PhysicalAddress Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.security.complex -
-
Uses of PhysicalAddress in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as PhysicalAddress Modifier and Type Field Description protected PhysicalAddressLocation. addressMethods in odata.msgraph.client.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. withState(String state)PhysicalAddressPhysicalAddress. withStreet(String street)PhysicalAddressPhysicalAddress. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type PhysicalAddress Modifier and Type Method Description Optional<PhysicalAddress>Location. getAddress()Methods in odata.msgraph.client.complex with parameters of type PhysicalAddress Modifier and Type Method Description Location.BuilderLocation.Builder. address(PhysicalAddress address)LocationConstraintItem.BuilderLocationConstraintItem.Builder. address(PhysicalAddress address)LocationLocation. withAddress(PhysicalAddress address) -
Uses of PhysicalAddress in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PhysicalAddress Modifier and Type Field Description protected PhysicalAddressBookingBusiness. addressprotected PhysicalAddressEducationSchool. addressprotected PhysicalAddressPlace. addressprotected PhysicalAddressContact. businessAddressprotected PhysicalAddressContact. homeAddressprotected PhysicalAddressEducationUser. mailingAddressprotected PhysicalAddressContact. otherAddressprotected PhysicalAddressEducationUser. residenceAddressFields in odata.msgraph.client.entity with type parameters of type PhysicalAddress Modifier and Type Field Description protected List<PhysicalAddress>BookingCustomer. addressesMethods in odata.msgraph.client.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>Contact. getBusinessAddress()Optional<PhysicalAddress>Contact. getHomeAddress()Optional<PhysicalAddress>EducationUser. getMailingAddress()Optional<PhysicalAddress>Contact. getOtherAddress()Optional<PhysicalAddress>EducationUser. getResidenceAddress()Method parameters in odata.msgraph.client.entity with type arguments of type PhysicalAddress Modifier and Type Method Description BookingCustomer.BuilderBookingCustomer.Builder. addresses(List<PhysicalAddress> addresses)BookingCustomerBookingCustomer. withAddresses(List<PhysicalAddress> addresses) -
Uses of PhysicalAddress in odata.msgraph.client.security.complex
Fields in odata.msgraph.client.security.complex declared as PhysicalAddress Modifier and Type Field Description protected PhysicalAddressSslCertificateEntity. addressprotected PhysicalAddressWhoisContact. addressMethods in odata.msgraph.client.security.complex that return types with arguments of type PhysicalAddress Modifier and Type Method Description Optional<PhysicalAddress>SslCertificateEntity. getAddress()Optional<PhysicalAddress>WhoisContact. getAddress()Methods in odata.msgraph.client.security.complex with parameters of type PhysicalAddress Modifier and Type Method Description SslCertificateEntity.BuilderSslCertificateEntity.Builder. address(PhysicalAddress address)WhoisContact.BuilderWhoisContact.Builder. address(PhysicalAddress address)SslCertificateEntitySslCertificateEntity. withAddress(PhysicalAddress address)WhoisContactWhoisContact. withAddress(PhysicalAddress address)
-