public class ApplicationDTO extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ApplicationDTO.TokenTypeEnum
Type of the access token generated for this application.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_APPLICATION_ID |
static String |
SERIALIZED_NAME_ATTRIBUTES |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_GROUPS |
static String |
SERIALIZED_NAME_HASH_ENABLED |
static String |
SERIALIZED_NAME_KEYS |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_OWNER |
static String |
SERIALIZED_NAME_STATUS |
static String |
SERIALIZED_NAME_SUBSCRIPTION_COUNT |
static String |
SERIALIZED_NAME_SUBSCRIPTION_SCOPES |
static String |
SERIALIZED_NAME_THROTTLING_POLICY |
static String |
SERIALIZED_NAME_TOKEN_TYPE |
| Constructor and Description |
|---|
ApplicationDTO() |
public static final String SERIALIZED_NAME_APPLICATION_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_THROTTLING_POLICY
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_TOKEN_TYPE
public static final String SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_GROUPS
public static final String SERIALIZED_NAME_SUBSCRIPTION_COUNT
public static final String SERIALIZED_NAME_KEYS
public static final String SERIALIZED_NAME_ATTRIBUTES
public static final String SERIALIZED_NAME_SUBSCRIPTION_SCOPES
public static final String SERIALIZED_NAME_OWNER
public static final String SERIALIZED_NAME_HASH_ENABLED
public ApplicationDTO applicationId(String applicationId)
@Nullable public String getApplicationId()
public void setApplicationId(String applicationId)
public ApplicationDTO name(String name)
public String getName()
public void setName(String name)
public ApplicationDTO throttlingPolicy(String throttlingPolicy)
public String getThrottlingPolicy()
public void setThrottlingPolicy(String throttlingPolicy)
public ApplicationDTO description(String description)
public void setDescription(String description)
public ApplicationDTO tokenType(ApplicationDTO.TokenTypeEnum tokenType)
@Nullable public ApplicationDTO.TokenTypeEnum getTokenType()
public void setTokenType(ApplicationDTO.TokenTypeEnum tokenType)
public ApplicationDTO status(String status)
public void setStatus(String status)
public ApplicationDTO groups(List<String> groups)
public ApplicationDTO subscriptionCount(Integer subscriptionCount)
@Nullable public Integer getSubscriptionCount()
public void setSubscriptionCount(Integer subscriptionCount)
public ApplicationDTO keys(List<ApplicationKeyDTO> keys)
@Nullable public List<ApplicationKeyDTO> getKeys()
public void setKeys(List<ApplicationKeyDTO> keys)
public ApplicationDTO attributes(Map<String,String> attributes)
@Nullable public Map<String,String> getAttributes()
public ApplicationDTO subscriptionScopes(List<ScopeInfoDTO> subscriptionScopes)
@Nullable public List<ScopeInfoDTO> getSubscriptionScopes()
public void setSubscriptionScopes(List<ScopeInfoDTO> subscriptionScopes)
public ApplicationDTO owner(String owner)
public void setOwner(String owner)
public ApplicationDTO hashEnabled(Boolean hashEnabled)
public void setHashEnabled(Boolean hashEnabled)
Copyright © 2021 WSO2 Inc. All rights reserved.