openapi-nexus 0.1.4

OpenAPI 3.x multi-language code generator
Documentation
1
2
3
4
5
6
7
8
9
10
// Code generated by openapi-nexus. DO NOT EDIT.
//
// Multi Status API — 1.0.0

package com.example.sdk.runtime;

public enum ApiKeyLocation {
    HEADER,
    QUERY
}