de.smartics.properties.admin.domain.model
Class ApiServices
java.lang.Object
de.smartics.properties.admin.domain.model.ApiServices
-
All Implemented Interfaces:
-
Serializable
-
public final class ApiServices
-
extends
Object
-
implements
Serializable
The aggregate of services provided by the API.
-
See Also:
-
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApiServices
public ApiServices(List<ApiServices.ServiceDescriptor> services)
throws NullPointerException
-
Default constructor.
-
Parameters:
-
services
- the list of services provided.
-
Throws:
-
NullPointerException
- if
services
is
null
.
getServices
public List<ApiServices.ServiceDescriptor> getServices()
-
Returns the list of services provided.
-
-
-
Returns:
-
the list of services provided.
Copyright © 2013
Kronseder & Reiner GmbH - smartics. All Rights Reserved.