Uses of Class
odata.msgraph.client.beta.entity.ExactMatchDataStore.Builder
-
Packages that use ExactMatchDataStore.Builder Package Description odata.msgraph.client.beta.entity -
-
Uses of ExactMatchDataStore.Builder in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ExactMatchDataStore.Builder Modifier and Type Method Description static ExactMatchDataStore.BuilderExactMatchDataStore. builderExactMatchDataStore()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ExactMatchDataStore.BuilderExactMatchDataStore.Builder. columns(List<ExactDataMatchStoreColumn> columns)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. columns(ExactDataMatchStoreColumn... columns)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. columnsNextLink(String columnsNextLink)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. dataLastUpdatedDateTime(OffsetDateTime dataLastUpdatedDateTime)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. description(String description)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. displayName(String displayName)ExactMatchDataStore.BuilderExactMatchDataStore.Builder. id(String id)
-