de.smartics.properties.admin.domain.model
Class ApiServices

Package class diagram package ApiServices
java.lang.Object
  extended by 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

Nested Class Summary
static class ApiServices.ServiceDescriptor
          The descriptor of the service that is part of the API.
 
Constructor Summary
ApiServices(List<ApiServices.ServiceDescriptor> services)
          Default constructor.
 
Method Summary
 List<ApiServices.ServiceDescriptor> getServices()
          Returns the list of services provided.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApiServices

public ApiServices(List<ApiServices.ServiceDescriptor> services)
            throws NullPointerException
Default constructor.

Parameters:
services - the list of services provided.
Throws:
NullPointerException - if services is null.
Method Detail

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.