Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GroupIdDTO
-
Packages that use GroupIdDTO Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of GroupIdDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return GroupIdDTO Modifier and Type Method Description GroupIdDTOGroupIdDTO. applicationId(Integer applicationId)GroupIdDTOGroupIdDTO. groupId(String groupId)Methods in org.wso2.am.integration.clients.internal.api.dto that return types with arguments of type GroupIdDTO Modifier and Type Method Description List<GroupIdDTO>ApplicationDTO. getGroupIds()group ids associated with the application.Methods in org.wso2.am.integration.clients.internal.api.dto with parameters of type GroupIdDTO Modifier and Type Method Description ApplicationDTOApplicationDTO. addGroupIdsItem(GroupIdDTO groupIdsItem)Method parameters in org.wso2.am.integration.clients.internal.api.dto with type arguments of type GroupIdDTO Modifier and Type Method Description ApplicationDTOApplicationDTO. groupIds(List<GroupIdDTO> groupIds)voidApplicationDTO. setGroupIds(List<GroupIdDTO> groupIds)
-