Uses of Enum
org.openapitools.client.model.SplunkEdition
Packages that use SplunkEdition
-
Uses of SplunkEdition in org.openapitools.client.model
Methods in org.openapitools.client.model that return SplunkEditionModifier and TypeMethodDescriptionstatic SplunkEdition
LogStreamSettingsSplunk.getEdition()
Get editionLogStreamSettingsSplunkPut.getEdition()
Get editionstatic SplunkEdition
Returns the enum constant of this type with the specified name.static SplunkEdition[]
SplunkEdition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openapitools.client.model with parameters of type SplunkEditionModifier and TypeMethodDescriptionLogStreamSettingsSplunk.edition
(SplunkEdition edition) LogStreamSettingsSplunkPut.edition
(SplunkEdition edition) void
LogStreamSettingsSplunk.setEdition
(SplunkEdition edition) void
LogStreamSettingsSplunkPut.setEdition
(SplunkEdition edition)