Uses of Class
odata.msgraph.client.beta.entity.WebAccount.Builder
-
Packages that use WebAccount.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of WebAccount.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return WebAccount.Builder Modifier and Type Method Description WebAccount.BuilderWebAccount.Builder. allowedAudiences(AllowedAudiences allowedAudiences)static WebAccount.BuilderWebAccount. builderWebAccount()Returns a builder which is used to create a new instance of this class (given that this class is immutable).WebAccount.BuilderWebAccount.Builder. createdBy(IdentitySet createdBy)WebAccount.BuilderWebAccount.Builder. createdDateTime(OffsetDateTime createdDateTime)WebAccount.BuilderWebAccount.Builder. description(String description)WebAccount.BuilderWebAccount.Builder. id(String id)WebAccount.BuilderWebAccount.Builder. inference(InferenceData inference)WebAccount.BuilderWebAccount.Builder. isSearchable(Boolean isSearchable)WebAccount.BuilderWebAccount.Builder. lastModifiedBy(IdentitySet lastModifiedBy)WebAccount.BuilderWebAccount.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)WebAccount.BuilderWebAccount.Builder. service(ServiceInformation service)WebAccount.BuilderWebAccount.Builder. source(PersonDataSources source)WebAccount.BuilderWebAccount.Builder. statusMessage(String statusMessage)WebAccount.BuilderWebAccount.Builder. thumbnailUrl(String thumbnailUrl)WebAccount.BuilderWebAccount.Builder. userId(String userId)WebAccount.BuilderWebAccount.Builder. webUrl(String webUrl)
-