Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.LifecycleHistoryItemDTO
-
Packages that use LifecycleHistoryItemDTO Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of LifecycleHistoryItemDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return LifecycleHistoryItemDTO Modifier and Type Method Description LifecycleHistoryItemDTOLifecycleHistoryItemDTO. postState(String postState)LifecycleHistoryItemDTOLifecycleHistoryItemDTO. previousState(String previousState)LifecycleHistoryItemDTOLifecycleHistoryItemDTO. updatedTime(String updatedTime)LifecycleHistoryItemDTOLifecycleHistoryItemDTO. user(String user)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type LifecycleHistoryItemDTO Modifier and Type Method Description List<LifecycleHistoryItemDTO>LifecycleHistoryDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type LifecycleHistoryItemDTO Modifier and Type Method Description LifecycleHistoryDTOLifecycleHistoryDTO. list(List<LifecycleHistoryItemDTO> list)voidLifecycleHistoryDTO. setList(List<LifecycleHistoryItemDTO> list)
-