Uses of Class
io.keyko.nevermined.models.service.Service.ServiceTypes
-
Packages that use Service.ServiceTypes Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.manager io.keyko.nevermined.models.service -
-
Uses of Service.ServiceTypes in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api with parameters of type Service.ServiceTypes Modifier and Type Method Description OrderResultAssetsAPI. orderDirect(DID did, int serviceDefinitionId, Service.ServiceTypes serviceTypes)Purchases an Asset represented by a DID.OrderResultAssetsAPI. orderDirect(DID did, Service.ServiceTypes serviceTypes)Purchases an Asset represented by a DID. -
Uses of Service.ServiceTypes in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl with parameters of type Service.ServiceTypes Modifier and Type Method Description OrderResultAssetsImpl. orderDirect(DID did, int serviceDefinitionId, Service.ServiceTypes serviceTypes)OrderResultAssetsImpl. orderDirect(DID did, Service.ServiceTypes serviceTypes) -
Uses of Service.ServiceTypes in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager with parameters of type Service.ServiceTypes Modifier and Type Method Description OrderResultNeverminedManager. purchaseAssetDirect(DID did, int serviceIndex, Service.ServiceTypes serviceType)Purchases an Asset represented by a DID.OrderResultNeverminedManager. purchaseAssetDirect(DID did, Service.ServiceTypes serviceType)Purchases an Asset represented by a DID. -
Uses of Service.ServiceTypes in io.keyko.nevermined.models.service
Methods in io.keyko.nevermined.models.service that return Service.ServiceTypes Modifier and Type Method Description static Service.ServiceTypesService.ServiceTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Service.ServiceTypes[]Service.ServiceTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.keyko.nevermined.models.service with parameters of type Service.ServiceTypes Modifier and Type Method Description static ServiceBuilderServiceBuilder. getServiceBuilder(Service.ServiceTypes serviceType)Constructors in io.keyko.nevermined.models.service with parameters of type Service.ServiceTypes Constructor Description Service(Service.ServiceTypes type, String serviceEndpoint, int index)
-