Class ApplicationKeyMappingRequestDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.ApplicationKeyMappingRequestDTO
-
public class ApplicationKeyMappingRequestDTO extends Object
ApplicationKeyMappingRequestDTO
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplicationKeyMappingRequestDTO.KeyTypeEnumGets or Sets keyType
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CONSUMER_KEYstatic StringSERIALIZED_NAME_CONSUMER_SECRETstatic StringSERIALIZED_NAME_KEY_MANAGERstatic StringSERIALIZED_NAME_KEY_TYPE
-
Constructor Summary
Constructors Constructor Description ApplicationKeyMappingRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationKeyMappingRequestDTOconsumerKey(String consumerKey)ApplicationKeyMappingRequestDTOconsumerSecret(String consumerSecret)booleanequals(Object o)StringgetConsumerKey()Consumer key of the applicationStringgetConsumerSecret()Consumer secret of the applicationStringgetKeyManager()Key Manager NameApplicationKeyMappingRequestDTO.KeyTypeEnumgetKeyType()Get keyTypeinthashCode()ApplicationKeyMappingRequestDTOkeyManager(String keyManager)ApplicationKeyMappingRequestDTOkeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)voidsetConsumerKey(String consumerKey)voidsetConsumerSecret(String consumerSecret)voidsetKeyManager(String keyManager)voidsetKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CONSUMER_KEY
public static final String SERIALIZED_NAME_CONSUMER_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONSUMER_SECRET
public static final String SERIALIZED_NAME_CONSUMER_SECRET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY_MANAGER
public static final String SERIALIZED_NAME_KEY_MANAGER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_KEY_TYPE
public static final String SERIALIZED_NAME_KEY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
consumerKey
public ApplicationKeyMappingRequestDTO consumerKey(String consumerKey)
-
getConsumerKey
public String getConsumerKey()
Consumer key of the application- Returns:
- consumerKey
-
setConsumerKey
public void setConsumerKey(String consumerKey)
-
consumerSecret
public ApplicationKeyMappingRequestDTO consumerSecret(String consumerSecret)
-
getConsumerSecret
@Nullable public String getConsumerSecret()
Consumer secret of the application- Returns:
- consumerSecret
-
setConsumerSecret
public void setConsumerSecret(String consumerSecret)
-
keyManager
public ApplicationKeyMappingRequestDTO keyManager(String keyManager)
-
setKeyManager
public void setKeyManager(String keyManager)
-
keyType
public ApplicationKeyMappingRequestDTO keyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
-
getKeyType
public ApplicationKeyMappingRequestDTO.KeyTypeEnum getKeyType()
Get keyType- Returns:
- keyType
-
setKeyType
public void setKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
-
-