public class APIKeyRevokeRequestDTO extends Object
| 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 APIKeyRevokeRequestDTO apikey(String apikey)
public String getApikey()
public void setApikey(String apikey)
Copyright © 2020 WSO2 Inc. All rights reserved.