Uses of Class
microsoft.graph.security.complex.KeyValuePair
-
Packages that use KeyValuePair Package Description microsoft.graph.security.complex -
-
Uses of KeyValuePair in microsoft.graph.security.complex
Fields in microsoft.graph.security.complex with type parameters of type KeyValuePair Modifier and Type Field Description protected List<KeyValuePair>LabelingOptions. extendedPropertiesprotected List<KeyValuePair>ContentInfo. metadataprotected List<KeyValuePair>MetadataAction. metadataToAddprotected List<KeyValuePair>CustomAction. propertiesMethods in microsoft.graph.security.complex that return KeyValuePair Modifier and Type Method Description KeyValuePairKeyValuePair.Builder. build()KeyValuePairKeyValuePair. withName(String name)KeyValuePairKeyValuePair. withUnmappedField(String name, String value)KeyValuePairKeyValuePair. withValue(String value)Methods in microsoft.graph.security.complex that return types with arguments of type KeyValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>LabelingOptions. getExtendedProperties()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>LabelingOptions. getExtendedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ContentInfo. getMetadata()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ContentInfo. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>MetadataAction. getMetadataToAdd()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>MetadataAction. getMetadataToAdd(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>CustomAction. getProperties()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>CustomAction. getProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.security.complex with parameters of type KeyValuePair Modifier and Type Method Description LabelingOptions.BuilderLabelingOptions.Builder. extendedProperties(KeyValuePair... extendedProperties)ContentInfo.BuilderContentInfo.Builder. metadata(KeyValuePair... metadata)MetadataAction.BuilderMetadataAction.Builder. metadataToAdd(KeyValuePair... metadataToAdd)CustomAction.BuilderCustomAction.Builder. properties(KeyValuePair... properties)Method parameters in microsoft.graph.security.complex with type arguments of type KeyValuePair Modifier and Type Method Description LabelingOptions.BuilderLabelingOptions.Builder. extendedProperties(List<KeyValuePair> extendedProperties)ContentInfo.BuilderContentInfo.Builder. metadata(List<KeyValuePair> metadata)MetadataAction.BuilderMetadataAction.Builder. metadataToAdd(List<KeyValuePair> metadataToAdd)CustomAction.BuilderCustomAction.Builder. properties(List<KeyValuePair> properties)
-