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