Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.GraphQLSchemaTypeDTO
-
Packages that use GraphQLSchemaTypeDTO Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of GraphQLSchemaTypeDTO in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return GraphQLSchemaTypeDTO Modifier and Type Method Description GraphQLSchemaTypeDTOGraphQLSchemaTypeDTO. fieldList(List<String> fieldList)GraphQLSchemaTypeDTOGraphQLSchemaTypeDTO. type(String type)Methods in org.wso2.am.integration.clients.store.api.v1.dto that return types with arguments of type GraphQLSchemaTypeDTO Modifier and Type Method Description List<GraphQLSchemaTypeDTO>GraphQLSchemaTypeListDTO. getTypeList()Get typeListMethod parameters in org.wso2.am.integration.clients.store.api.v1.dto with type arguments of type GraphQLSchemaTypeDTO Modifier and Type Method Description voidGraphQLSchemaTypeListDTO. setTypeList(List<GraphQLSchemaTypeDTO> typeList)GraphQLSchemaTypeListDTOGraphQLSchemaTypeListDTO. typeList(List<GraphQLSchemaTypeDTO> typeList)
-