public class ApplicationKeyMappingRequestDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationKeyMappingRequestDTO.KeyTypeEnum
Gets or Sets keyType
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONSUMER_KEY |
static String |
SERIALIZED_NAME_CONSUMER_SECRET |
static String |
SERIALIZED_NAME_KEY_MANAGER |
static String |
SERIALIZED_NAME_KEY_TYPE |
| Constructor and Description |
|---|
ApplicationKeyMappingRequestDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyMappingRequestDTO |
consumerKey(String consumerKey) |
ApplicationKeyMappingRequestDTO |
consumerSecret(String consumerSecret) |
boolean |
equals(Object o) |
String |
getConsumerKey()
Consumer key of the application
|
String |
getConsumerSecret()
Consumer secret of the application
|
String |
getKeyManager()
Key Manager Name
|
ApplicationKeyMappingRequestDTO.KeyTypeEnum |
getKeyType()
Get keyType
|
int |
hashCode() |
ApplicationKeyMappingRequestDTO |
keyManager(String keyManager) |
ApplicationKeyMappingRequestDTO |
keyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType) |
void |
setConsumerKey(String consumerKey) |
void |
setConsumerSecret(String consumerSecret) |
void |
setKeyManager(String keyManager) |
void |
setKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType) |
String |
toString() |
public static final String SERIALIZED_NAME_CONSUMER_KEY
public static final String SERIALIZED_NAME_CONSUMER_SECRET
public static final String SERIALIZED_NAME_KEY_MANAGER
public static final String SERIALIZED_NAME_KEY_TYPE
public ApplicationKeyMappingRequestDTO consumerKey(String consumerKey)
public String getConsumerKey()
public void setConsumerKey(String consumerKey)
public ApplicationKeyMappingRequestDTO consumerSecret(String consumerSecret)
@Nullable public String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
public ApplicationKeyMappingRequestDTO keyManager(String keyManager)
public void setKeyManager(String keyManager)
public ApplicationKeyMappingRequestDTO keyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
public ApplicationKeyMappingRequestDTO.KeyTypeEnum getKeyType()
public void setKeyType(ApplicationKeyMappingRequestDTO.KeyTypeEnum keyType)
Copyright © 2021 WSO2 Inc. All rights reserved.