Uses of Class
odata.msgraph.client.beta.complex.ExactDataMatchStoreColumn
-
Packages that use ExactDataMatchStoreColumn Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ExactDataMatchStoreColumn in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ExactDataMatchStoreColumn Modifier and Type Method Description ExactDataMatchStoreColumnExactDataMatchStoreColumn.Builder. build()ExactDataMatchStoreColumnExactDataMatchStoreColumn. withIsCaseInsensitive(Boolean isCaseInsensitive)ExactDataMatchStoreColumnExactDataMatchStoreColumn. withIsSearchable(Boolean isSearchable)ExactDataMatchStoreColumnExactDataMatchStoreColumn. withName(String name)ExactDataMatchStoreColumnExactDataMatchStoreColumn. withUnmappedField(String name, String value) -
Uses of ExactDataMatchStoreColumn in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ExactDataMatchStoreColumn Modifier and Type Field Description protected List<ExactDataMatchStoreColumn>ExactMatchDataStoreBase. columnsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ExactDataMatchStoreColumn Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ExactDataMatchStoreColumn>ExactMatchDataStoreBase. getColumns()com.github.davidmoten.odata.client.CollectionPage<ExactDataMatchStoreColumn>ExactMatchDataStoreBase. getColumns(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type ExactDataMatchStoreColumn Modifier and Type Method Description ExactMatchDataStore.BuilderExactMatchDataStore.Builder. columns(ExactDataMatchStoreColumn... columns)ExactMatchDataStoreBase.BuilderExactMatchDataStoreBase.Builder. columns(ExactDataMatchStoreColumn... columns)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ExactDataMatchStoreColumn Modifier and Type Method Description ExactMatchDataStore.BuilderExactMatchDataStore.Builder. columns(List<ExactDataMatchStoreColumn> columns)ExactMatchDataStoreBase.BuilderExactMatchDataStoreBase.Builder. columns(List<ExactDataMatchStoreColumn> columns)ExactMatchDataStoreBaseExactMatchDataStoreBase. withColumns(List<ExactDataMatchStoreColumn> columns)
-