Class ServiceToServiceType
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.functions.ServiceToServiceType
-
- All Implemented Interfaces:
Function<Service,ServiceType>
public class ServiceToServiceType extends Object implements Function<Service,ServiceType>
A Function which takes a ServiceCatalog -> Service and returns the corresponding common ServiceType- Author:
- Jeremy Unruh
-
-
Constructor Summary
Constructors Constructor Description ServiceToServiceType()
-
-
-
Method Detail
-
apply
public ServiceType apply(Service input)
- Specified by:
applyin interfaceFunction<Service,ServiceType>
-
-