Uses of Class
odata.msgraph.client.beta.complex.DataStoreField.Builder
-
Packages that use DataStoreField.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of DataStoreField.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return DataStoreField.Builder Modifier and Type Method Description static DataStoreField.BuilderDataStoreField. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).DataStoreField.BuilderDataStoreField.Builder. name(String name)DataStoreField.BuilderDataStoreField.Builder. searchable(Boolean searchable)DataStoreField.BuilderDataStoreField.Builder. unique(Boolean unique)
-