Uses of Class
odata.msgraph.client.complex.KeyValuePair
-
Packages that use KeyValuePair Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of KeyValuePair in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return KeyValuePair Modifier and Type Method Description KeyValuePairKeyValuePair.Builder. build()KeyValuePairKeyValuePair. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.KeyValuePairKeyValuePair. withUnmappedField(String name, String value)KeyValuePairKeyValuePair. withValue(String value)Returns an immutable copy ofthiswith just thevaluefield changed. -
Uses of KeyValuePair in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type KeyValuePair Modifier and Type Field Description protected List<KeyValuePair>DefaultManagedAppProtection. customSettingsprotected List<KeyValuePair>ManagedAppConfiguration. customSettingsprotected List<KeyValuePair>ServiceAnnouncementBase. detailsMethods in odata.msgraph.client.entity that return types with arguments of type KeyValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>DefaultManagedAppProtection. getCustomSettings()“A set of string key and string value pairs to be sent to the affected users, unalterned by this service”com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>DefaultManagedAppProtection. getCustomSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“A set of string key and string value pairs to be sent to the affected users, unalterned by this service”com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ManagedAppConfiguration. getCustomSettings()“A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service”com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ManagedAppConfiguration. getCustomSettings(com.github.davidmoten.odata.client.HttpRequestOptions options)“A set of string key and string value pairs to be sent to apps for users to whom the configuration is scoped, unalterned by this service”com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ServiceAnnouncementBase. getDetails()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>ServiceAnnouncementBase. getDetails(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type KeyValuePair Modifier and Type Method Description DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. customSettings(KeyValuePair... customSettings)“A set of string key and string value pairs to be sent to the affected users, unalterned by this service”TargetedManagedAppConfiguration.BuilderTargetedManagedAppConfiguration.Builder. customSettings(KeyValuePair... customSettings)ServiceHealthIssue.BuilderServiceHealthIssue.Builder. details(KeyValuePair... details)ServiceUpdateMessage.BuilderServiceUpdateMessage.Builder. details(KeyValuePair... details)Method parameters in odata.msgraph.client.entity with type arguments of type KeyValuePair Modifier and Type Method Description DefaultManagedAppProtection.BuilderDefaultManagedAppProtection.Builder. customSettings(List<KeyValuePair> customSettings)“A set of string key and string value pairs to be sent to the affected users, unalterned by this service”TargetedManagedAppConfiguration.BuilderTargetedManagedAppConfiguration.Builder. customSettings(List<KeyValuePair> customSettings)ServiceHealthIssue.BuilderServiceHealthIssue.Builder. details(List<KeyValuePair> details)ServiceUpdateMessage.BuilderServiceUpdateMessage.Builder. details(List<KeyValuePair> details)com.github.davidmoten.odata.client.ActionRequestNoReturnChat. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeam. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnUserTeamwork. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters)DefaultManagedAppProtectionDefaultManagedAppProtection. withCustomSettings(List<KeyValuePair> customSettings)Returns an immutable copy ofthiswith just thecustomSettingsfield changed.ManagedAppConfigurationManagedAppConfiguration. withCustomSettings(List<KeyValuePair> customSettings)Returns an immutable copy ofthiswith just thecustomSettingsfield changed.ServiceAnnouncementBaseServiceAnnouncementBase. withDetails(List<KeyValuePair> details) -
Uses of KeyValuePair in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type KeyValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnChatRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnTeamRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters, TeamworkNotificationRecipient recipient)com.github.davidmoten.odata.client.ActionRequestNoReturnUserTeamworkRequest. sendActivityNotification(TeamworkActivityTopic topic, String activityType, Long chainId, ItemBody previewText, List<KeyValuePair> templateParameters)
-