Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CustomAttributeDTO
-
Packages that use CustomAttributeDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of CustomAttributeDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CustomAttributeDTO Modifier and Type Method Description CustomAttributeDTOCustomAttributeDTO. name(String name)CustomAttributeDTOCustomAttributeDTO. value(String value)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type CustomAttributeDTO Modifier and Type Method Description List<CustomAttributeDTO>SubscriptionPolicyAllOfDTO. getCustomAttributes()Custom attributes added to the Subscription Throttling PolicyMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type CustomAttributeDTO Modifier and Type Method Description SubscriptionPolicyAllOfDTOSubscriptionPolicyAllOfDTO. customAttributes(List<CustomAttributeDTO> customAttributes)voidSubscriptionPolicyAllOfDTO. setCustomAttributes(List<CustomAttributeDTO> customAttributes)
-