public final class ApiDescription extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ApiDescription.Builder
Builder for the ApiDescription.
|
Modifier and Type | Method and Description |
---|---|
static ApiDescription.Builder |
apiDescription()
Create a new Builder for ApiDescription.
|
boolean |
equals(Object o) |
Definitions |
getDefinitions()
Getter of definitions.
|
LocalizableString |
getDescription()
Gets description of API Descriptor.
|
Errors |
getErrors()
Getter of errors.
|
String |
getId()
Getter of id.
|
Paths |
getPaths()
Getter of paths.
|
Services |
getServices()
Getter of services.
|
String |
getVersion()
Getter of version.
|
int |
hashCode() |
public String getId()
public String getVersion()
public LocalizableString getDescription()
public Definitions getDefinitions()
public Services getServices()
public Errors getErrors()
public Paths getPaths()
public static ApiDescription.Builder apiDescription()
Copyright © 2010-2018, ForgeRock All Rights Reserved.