public final class Service extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Service.Method |
Constructor and Description |
---|
Service(String name,
String fqname,
String documentation,
List<Option> options,
List<Service.Method> methods) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
String |
getDocumentation() |
String |
getFullyQualifiedName() |
List<Service.Method> |
getMethods() |
String |
getName() |
List<Option> |
getOptions() |
int |
hashCode() |
String |
toString() |
public String getName()
public String getFullyQualifiedName()
public String getDocumentation()
public List<Service.Method> getMethods()
Copyright © 2022 Square, Inc.. All rights reserved.