Uses of Class
org.wso2.am.integration.clients.admin.api.dto.CustomAttributeDTO
-
Packages that use CustomAttributeDTO Package Description org.wso2.am.integration.clients.admin.api.dto -
-
Uses of CustomAttributeDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return CustomAttributeDTO Modifier and Type Method Description CustomAttributeDTOCustomAttributeDTO. name(String name)CustomAttributeDTOCustomAttributeDTO. value(String value)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type CustomAttributeDTO Modifier and Type Method Description List<CustomAttributeDTO>SubscriptionThrottlePolicyAllOfDTO. getCustomAttributes()Custom attributes added to the Subscription Throttling PolicyList<CustomAttributeDTO>SubscriptionThrottlePolicyDTO. getCustomAttributes()Custom attributes added to the Subscription Throttling PolicyMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type CustomAttributeDTO Modifier and Type Method Description SubscriptionThrottlePolicyAllOfDTOSubscriptionThrottlePolicyAllOfDTO. customAttributes(List<CustomAttributeDTO> customAttributes)SubscriptionThrottlePolicyDTOSubscriptionThrottlePolicyDTO. customAttributes(List<CustomAttributeDTO> customAttributes)voidSubscriptionThrottlePolicyAllOfDTO. setCustomAttributes(List<CustomAttributeDTO> customAttributes)voidSubscriptionThrottlePolicyDTO. setCustomAttributes(List<CustomAttributeDTO> customAttributes)
-