Uses of Class
odata.msgraph.client.complex.StringKeyObjectValuePair
-
Packages that use StringKeyObjectValuePair Package Description odata.msgraph.client.complex -
-
Uses of StringKeyObjectValuePair in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type StringKeyObjectValuePair Modifier and Type Field Description protected List<StringKeyObjectValuePair>ExpressionInputObject. propertiesMethods in odata.msgraph.client.complex that return StringKeyObjectValuePair Modifier and Type Method Description StringKeyObjectValuePairStringKeyObjectValuePair.Builder. build()StringKeyObjectValuePairStringKeyObjectValuePair. withKey(String key)StringKeyObjectValuePairStringKeyObjectValuePair. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type StringKeyObjectValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<StringKeyObjectValuePair>ExpressionInputObject. getProperties()com.github.davidmoten.odata.client.CollectionPage<StringKeyObjectValuePair>ExpressionInputObject. getProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type StringKeyObjectValuePair Modifier and Type Method Description ExpressionInputObject.BuilderExpressionInputObject.Builder. properties(StringKeyObjectValuePair... properties)Method parameters in odata.msgraph.client.complex with type arguments of type StringKeyObjectValuePair Modifier and Type Method Description ExpressionInputObject.BuilderExpressionInputObject.Builder. properties(List<StringKeyObjectValuePair> properties)
-