Uses of Class
odata.msgraph.client.complex.KeyValue
-
Packages that use KeyValue Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of KeyValue in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type KeyValue Modifier and Type Field Description protected List<KeyValue>AddIn. propertiesMethods in odata.msgraph.client.complex that return KeyValue Modifier and Type Method Description KeyValueKeyValue.Builder. build()KeyValueKeyValue. withKey(String key)KeyValueKeyValue. withUnmappedField(String name, String value)KeyValueKeyValue. withValue(String value)Methods in odata.msgraph.client.complex that return types with arguments of type KeyValue Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyValue>AddIn. getProperties()com.github.davidmoten.odata.client.CollectionPage<KeyValue>AddIn. getProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type KeyValue Modifier and Type Method Description AddIn.BuilderAddIn.Builder. properties(KeyValue... properties)Method parameters in odata.msgraph.client.complex with type arguments of type KeyValue Modifier and Type Method Description AddIn.BuilderAddIn.Builder. properties(List<KeyValue> properties) -
Uses of KeyValue in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type KeyValue Modifier and Type Field Description protected List<KeyValue>DirectoryAudit. additionalDetailsMethods in odata.msgraph.client.entity that return types with arguments of type KeyValue Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyValue>DirectoryAudit. getAdditionalDetails()com.github.davidmoten.odata.client.CollectionPage<KeyValue>DirectoryAudit. getAdditionalDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type KeyValue Modifier and Type Method Description DirectoryAudit.BuilderDirectoryAudit.Builder. additionalDetails(KeyValue... additionalDetails)Method parameters in odata.msgraph.client.entity with type arguments of type KeyValue Modifier and Type Method Description DirectoryAudit.BuilderDirectoryAudit.Builder. additionalDetails(List<KeyValue> additionalDetails)DirectoryAuditDirectoryAudit. withAdditionalDetails(List<KeyValue> additionalDetails)
-