Uses of Class
odata.msgraph.client.beta.entity.ExactMatchDataStoreBase
-
Packages that use ExactMatchDataStoreBase Package Description odata.msgraph.client.beta.entity -
-
Uses of ExactMatchDataStoreBase in odata.msgraph.client.beta.entity
Subclasses of ExactMatchDataStoreBase in odata.msgraph.client.beta.entity Modifier and Type Class Description classExactMatchDataStoreMethods in odata.msgraph.client.beta.entity that return ExactMatchDataStoreBase Modifier and Type Method Description ExactMatchDataStoreBaseExactMatchDataStoreBase.Builder. build()ExactMatchDataStoreBaseExactMatchDataStoreBase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ExactMatchDataStoreBaseExactMatchDataStoreBase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ExactMatchDataStoreBaseExactMatchDataStoreBase. withColumns(List<ExactDataMatchStoreColumn> columns)ExactMatchDataStoreBaseExactMatchDataStoreBase. withDataLastUpdatedDateTime(OffsetDateTime dataLastUpdatedDateTime)ExactMatchDataStoreBaseExactMatchDataStoreBase. withDescription(String description)ExactMatchDataStoreBaseExactMatchDataStoreBase. withDisplayName(String displayName)ExactMatchDataStoreBaseExactMatchDataStoreBase. withUnmappedField(String name, String value)
-