Class APIKeyRevokeRequestDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.APIKeyRevokeRequestDTO
-
public class APIKeyRevokeRequestDTO extends Object
APIKeyRevokeRequestDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_APIKEY
-
Constructor Summary
Constructors Constructor Description APIKeyRevokeRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description APIKeyRevokeRequestDTOapikey(String apikey)booleanequals(Object o)StringgetApikey()API Key to revokeinthashCode()voidsetApikey(String apikey)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_APIKEY
public static final String SERIALIZED_NAME_APIKEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
apikey
public APIKeyRevokeRequestDTO apikey(String apikey)
-
setApikey
public void setApikey(String apikey)
-
-