Uses of Class
odata.msgraph.client.complex.StringKeyLongValuePair
-
Packages that use StringKeyLongValuePair Package Description odata.msgraph.client.complex -
-
Uses of StringKeyLongValuePair in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type StringKeyLongValuePair Modifier and Type Field Description protected List<StringKeyLongValuePair>SynchronizationStatus. synchronizedEntryCountByTypeMethods in odata.msgraph.client.complex that return StringKeyLongValuePair Modifier and Type Method Description StringKeyLongValuePairStringKeyLongValuePair.Builder. build()StringKeyLongValuePairStringKeyLongValuePair. withKey(String key)StringKeyLongValuePairStringKeyLongValuePair. withUnmappedField(String name, Object value)StringKeyLongValuePairStringKeyLongValuePair. withValue(Long value)Methods in odata.msgraph.client.complex that return types with arguments of type StringKeyLongValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<StringKeyLongValuePair>SynchronizationStatus. getSynchronizedEntryCountByType()com.github.davidmoten.odata.client.CollectionPage<StringKeyLongValuePair>SynchronizationStatus. getSynchronizedEntryCountByType(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type StringKeyLongValuePair Modifier and Type Method Description SynchronizationStatus.BuilderSynchronizationStatus.Builder. synchronizedEntryCountByType(StringKeyLongValuePair... synchronizedEntryCountByType)Method parameters in odata.msgraph.client.complex with type arguments of type StringKeyLongValuePair Modifier and Type Method Description SynchronizationStatus.BuilderSynchronizationStatus.Builder. synchronizedEntryCountByType(List<StringKeyLongValuePair> synchronizedEntryCountByType)
-