Uses of Class
odata.msgraph.client.complex.Website
-
Packages that use Website Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of Website in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return Website Modifier and Type Method Description WebsiteWebsite.Builder. build()WebsiteWebsite. withAddress(String address)WebsiteWebsite. withDisplayName(String displayName)WebsiteWebsite. withType(WebsiteType type)WebsiteWebsite. withUnmappedField(String name, Object value) -
Uses of Website in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type Website Modifier and Type Field Description protected List<Website>Person. websitesMethods in odata.msgraph.client.entity that return types with arguments of type Website Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<Website>Person. getWebsites()com.github.davidmoten.odata.client.CollectionPage<Website>Person. getWebsites(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type Website Modifier and Type Method Description Person.BuilderPerson.Builder. websites(Website... websites)Method parameters in odata.msgraph.client.entity with type arguments of type Website Modifier and Type Method Description Person.BuilderPerson.Builder. websites(List<Website> websites)PersonPerson. withWebsites(List<Website> websites)
-