Uses of Enum Class
com.sap.cloud.sdk.services.openapi.apiclient.ApiClient.CollectionFormat
-
Uses of ApiClient.CollectionFormat in com.sap.cloud.sdk.services.openapi.apiclient
Modifier and TypeMethodDescriptionstatic ApiClient.CollectionFormat
Returns the enum constant of this class with the specified name.static ApiClient.CollectionFormat[]
ApiClient.CollectionFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionApiClient.collectionPathParameterToString
(ApiClient.CollectionFormat collectionFormat, Collection<? extends CharSequence> values) Formats the specified collection path parameter to a string value.ApiClient.parameterToMultiValueMap
(ApiClient.CollectionFormat collectionFormat, String name, Object value) Converts a parameter to aMultiValueMap
for use in REST requests