Uses of Interface
com.okta.sdk.resource.InlineHookChannelConfigHeaders
-
Packages that use InlineHookChannelConfigHeaders Package Description com.okta.sdk.resource -
-
Uses of InlineHookChannelConfigHeaders in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return InlineHookChannelConfigHeaders Modifier and Type Method Description InlineHookChannelConfigHeaders
InlineHookChannelConfigHeaders. setKey(java.lang.String key)
InlineHookChannelConfigHeaders
InlineHookChannelConfigHeaders. setValue(java.lang.String value)
Methods in com.okta.sdk.resource that return types with arguments of type InlineHookChannelConfigHeaders Modifier and Type Method Description java.util.List<InlineHookChannelConfigHeaders>
InlineHookChannelConfig. getHeaders()
Method parameters in com.okta.sdk.resource with type arguments of type InlineHookChannelConfigHeaders Modifier and Type Method Description InlineHookChannelConfig
InlineHookChannelConfig. setHeaders(java.util.List<InlineHookChannelConfigHeaders> headers)
-