Uses of Class
odata.msgraph.client.beta.entity.Account.Builder
-
Packages that use Account.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of Account.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Account.Builder Modifier and Type Method Description Account.BuilderAccount.Builder. blocked(Boolean blocked)static Account.BuilderAccount. builderAccount()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Account.BuilderAccount.Builder. category(String category)Account.BuilderAccount.Builder. displayName(String displayName)Account.BuilderAccount.Builder. id(String id)Account.BuilderAccount.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Account.BuilderAccount.Builder. number(String number)Account.BuilderAccount.Builder. subCategory(String subCategory)
-