public final class GetApiListResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetApiListResponseBody(String baseUrl,
Map<String,ApiSchemaLink> apis)
Creates a new
GetApiListResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,ApiSchemaLink> |
getApis()
An object containing information of each API.
|
String |
getBaseUrl()
The base URL that will be used with Get API Schema API.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"baseUrl","apis"})
public GetApiListResponseBody(String baseUrl,
Map<String,ApiSchemaLink> apis)
GetApiListResponseBody instance.baseUrl - The base URL that will be used with Get API Schema API.apis - An object containing information of each API. The key represents the ID string of each APIpublic String getBaseUrl()
public Map<String,ApiSchemaLink> getApis()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object