Package | Description |
---|---|
org.openapitools.client |
Modifier and Type | Method and Description |
---|---|
static ApiClient.CollectionFormat |
ApiClient.CollectionFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiClient.CollectionFormat[] |
ApiClient.CollectionFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ApiClient.collectionPathParameterToString(ApiClient.CollectionFormat collectionFormat,
java.util.Collection<?> values)
Formats the specified collection path parameter to a string value.
|
org.springframework.util.MultiValueMap<java.lang.String,java.lang.String> |
ApiClient.parameterToMultiValueMap(ApiClient.CollectionFormat collectionFormat,
java.lang.String name,
java.lang.Object value)
Converts a parameter to a
MultiValueMap for use in REST requests |
Copyright © 2017-2022 Okta. All Rights Reserved.