public class APIKeyRevokeRequestDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APIKEY |
| Constructor and Description |
|---|
APIKeyRevokeRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
APIKeyRevokeRequestDTO |
apikey(String apikey) |
boolean |
equals(Object o) |
String |
getApikey()
API Key to revoke
|
int |
hashCode() |
void |
setApikey(String apikey) |
String |
toString() |
public static final String SERIALIZED_NAME_APIKEY
public APIKeyRevokeRequestDTO apikey(String apikey)
public void setApikey(String apikey)
Copyright © 2021 WSO2 Inc. All rights reserved.