Uses of Class
odata.msgraph.client.complex.PhysicalAddress
-
Packages that use PhysicalAddress Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
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, String 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 PhysicalAddressEducationSchool. addressprotected PhysicalAddressPlace. addressprotected PhysicalAddressContact. businessAddressprotected PhysicalAddressContact. homeAddressprotected PhysicalAddressEducationUser. mailingAddressprotected PhysicalAddressContact. otherAddressprotected PhysicalAddressEducationUser. residenceAddressMethods in odata.msgraph.client.entity that return types with arguments of type PhysicalAddress Modifier and Type Method Description Optional<PhysicalAddress>EducationSchool. getAddress()Optional<PhysicalAddress>Place. getAddress()Optional<PhysicalAddress>Contact. getBusinessAddress()Optional<PhysicalAddress>Contact. getHomeAddress()Optional<PhysicalAddress>EducationUser. getMailingAddress()Optional<PhysicalAddress>Contact. getOtherAddress()Optional<PhysicalAddress>EducationUser. getResidenceAddress()
-