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
Fields in odata.msgraph.client.complex with type parameters of type KeyValuePair Modifier and Type Field Description protected List<KeyValuePair>SubjectRightsRequestDetail. insightCountsprotected List<KeyValuePair>SubjectRightsRequestDetail. productItemCountsMethods in odata.msgraph.client.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 odata.msgraph.client.complex that return types with arguments of type KeyValuePair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>SubjectRightsRequestDetail. getInsightCounts()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>SubjectRightsRequestDetail. getInsightCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>SubjectRightsRequestDetail. getProductItemCounts()com.github.davidmoten.odata.client.CollectionPage<KeyValuePair>SubjectRightsRequestDetail. getProductItemCounts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type KeyValuePair Modifier and Type Method Description SubjectRightsRequestDetail.BuilderSubjectRightsRequestDetail.Builder. insightCounts(KeyValuePair... insightCounts)SubjectRightsRequestDetail.BuilderSubjectRightsRequestDetail.Builder. productItemCounts(KeyValuePair... productItemCounts)Method parameters in odata.msgraph.client.complex with type arguments of type KeyValuePair Modifier and Type Method Description SubjectRightsRequestDetail.BuilderSubjectRightsRequestDetail.Builder. insightCounts(List<KeyValuePair> insightCounts)SubjectRightsRequestDetail.BuilderSubjectRightsRequestDetail.Builder. productItemCounts(List<KeyValuePair> productItemCounts) -
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)
-