Uses of Enum Class
com.bonitasoft.processbuilder.enums.RestApiKeyLocation
Packages that use RestApiKeyLocation
Package
Description
Provides enumerations (enums) for defining and managing a set of named constants
used throughout the application.
Provides Record classes (available in Java 16 and later) which serve as
containers for immutable and transparent data structures.
-
Uses of RestApiKeyLocation in com.bonitasoft.processbuilder.enums
Methods in com.bonitasoft.processbuilder.enums that return RestApiKeyLocationModifier and TypeMethodDescriptionstatic RestApiKeyLocationReturns the enum constant of this class with the specified name.static RestApiKeyLocation[]RestApiKeyLocation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bonitasoft.processbuilder.enums that return types with arguments of type RestApiKeyLocationModifier and TypeMethodDescriptionstatic Optional<RestApiKeyLocation>Finds a location by its key (case-insensitive). -
Uses of RestApiKeyLocation in com.bonitasoft.processbuilder.records
Methods in com.bonitasoft.processbuilder.records that return RestApiKeyLocationModifier and TypeMethodDescriptionRestAuthConfig.ApiKeyAuth.location()Returns the value of thelocationrecord component.Methods in com.bonitasoft.processbuilder.records with parameters of type RestApiKeyLocationModifier and TypeMethodDescriptionstatic RestAuthConfig.ApiKeyAuthRestAuthConfig.apiKey(String keyName, String keyValue, RestApiKeyLocation location) Creates an API key authentication configuration.Constructors in com.bonitasoft.processbuilder.records with parameters of type RestApiKeyLocationModifierConstructorDescriptionApiKeyAuth(String keyName, String keyValue, RestApiKeyLocation location) Creates an instance of aApiKeyAuthrecord class.