Uses of Class
odata.msgraph.client.beta.complex.KeyLongValuePair
-
Packages that use KeyLongValuePair Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of KeyLongValuePair in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return KeyLongValuePair Modifier and Type Method Description KeyLongValuePairKeyLongValuePair.Builder. build()KeyLongValuePairKeyLongValuePair. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.KeyLongValuePairKeyLongValuePair. withUnmappedField(String name, String value)KeyLongValuePairKeyLongValuePair. withValue(Long value)Returns an immutable copy ofthiswith just thevaluefield changed. -
Uses of KeyLongValuePair in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return types with arguments of type KeyLongValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<KeyLongValuePair>CertificateConnectorDetails. getHealthMetrics(List<String> metricNames)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<KeyLongValuePair>MicrosoftTunnelServer. getHealthMetrics(List<String> metricNames) -
Uses of KeyLongValuePair in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type KeyLongValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<KeyLongValuePair>CertificateConnectorDetailsRequest. getHealthMetrics(List<String> metricNames)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<KeyLongValuePair>MicrosoftTunnelServerRequest. getHealthMetrics(List<String> metricNames)
-