Uses of Class
odata.msgraph.client.beta.entity.AllowedDataLocation.Builder
-
Packages that use AllowedDataLocation.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of AllowedDataLocation.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AllowedDataLocation.Builder Modifier and Type Method Description AllowedDataLocation.BuilderAllowedDataLocation.Builder. appId(String appId)static AllowedDataLocation.BuilderAllowedDataLocation. builderAllowedDataLocation()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AllowedDataLocation.BuilderAllowedDataLocation.Builder. domain(String domain)AllowedDataLocation.BuilderAllowedDataLocation.Builder. id(String id)AllowedDataLocation.BuilderAllowedDataLocation.Builder. isDefault(Boolean isDefault)AllowedDataLocation.BuilderAllowedDataLocation.Builder. location(String location)
-