public final class APIRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
APIRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static APIRequest.Builder |
builder() |
boolean |
equals(Object o) |
Map<String,Object> |
getArguments()
Object containing values for API arguments
|
String |
getName()
API name
|
Map<String,SlotValue> |
getSlots()
Get slots
|
int |
hashCode() |
String |
toString() |
public static APIRequest.Builder builder()
public String getName()
public Map<String,Object> getArguments()
Copyright © 2023. All rights reserved.