Uses of Class
com.microsoft.graph.models.PhysicalAddress
Packages that use PhysicalAddress
-
Uses of PhysicalAddress in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PhysicalAddressModifier and TypeMethodDescriptionstatic PhysicalAddressPhysicalAddress.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueBookingBusiness.getAddress()Gets the address property value.EducationSchool.getAddress()Gets the address property value.Location.getAddress()Gets the address property value.Place.getAddress()Gets the address property value.Contact.getBusinessAddress()Gets the businessAddress property value.Contact.getHomeAddress()Gets the homeAddress property value.EducationUser.getMailingAddress()Gets the mailingAddress property value.Contact.getOtherAddress()Gets the otherAddress property value.EducationUser.getResidenceAddress()Gets the residenceAddress property value.Methods in com.microsoft.graph.models that return types with arguments of type PhysicalAddressModifier and TypeMethodDescriptionBookingCustomer.getAddresses()Gets the addresses property value.Methods in com.microsoft.graph.models with parameters of type PhysicalAddressModifier and TypeMethodDescriptionvoidBookingBusiness.setAddress(PhysicalAddress value) Sets the address property value.voidEducationSchool.setAddress(PhysicalAddress value) Sets the address property value.voidLocation.setAddress(PhysicalAddress value) Sets the address property value.voidPlace.setAddress(PhysicalAddress value) Sets the address property value.voidContact.setBusinessAddress(PhysicalAddress value) Sets the businessAddress property value.voidContact.setHomeAddress(PhysicalAddress value) Sets the homeAddress property value.voidEducationUser.setMailingAddress(PhysicalAddress value) Sets the mailingAddress property value.voidContact.setOtherAddress(PhysicalAddress value) Sets the otherAddress property value.voidEducationUser.setResidenceAddress(PhysicalAddress value) Sets the residenceAddress property value.Method parameters in com.microsoft.graph.models with type arguments of type PhysicalAddressModifier and TypeMethodDescriptionvoidBookingCustomer.setAddresses(List<PhysicalAddress> value) Sets the addresses property value.