com.cumulocity.rest.representation.application
Class ApplicationApiRepresentation

java.lang.Object
  extended by com.cumulocity.rest.representation.BaseResourceRepresentation
      extended by com.cumulocity.rest.representation.application.ApplicationApiRepresentation
All Implemented Interfaces:
ResourceRepresentation

public class ApplicationApiRepresentation
extends BaseResourceRepresentation


Constructor Summary
ApplicationApiRepresentation()
           
 
Method Summary
 String getApplicationById()
           
 String getApplications()
           
 String getApplicationsByName()
           
 String getApplicationsByTenant()
           
 void setApplicationById(String applicationById)
           
 void setApplications(String applications)
           
 void setApplicationsByName(String applicationsByName)
           
 void setApplicationsByTenant(String applicationsByTenant)
           
 
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, setSelf, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApplicationApiRepresentation

public ApplicationApiRepresentation()
Method Detail

getApplications

public String getApplications()
Returns:
the applications

setApplications

public void setApplications(String applications)
Parameters:
applications - the applications to set

getApplicationById

public String getApplicationById()
Returns:
the applicationById

setApplicationById

public void setApplicationById(String applicationById)
Parameters:
applicationById - the applicationById to set

getApplicationsByName

public String getApplicationsByName()
Returns:
the applicationsByName

setApplicationsByName

public void setApplicationsByName(String applicationsByName)
Parameters:
applicationsByName - the applicationsByName to set

getApplicationsByTenant

public String getApplicationsByTenant()
Returns:
applicationsByTenant

setApplicationsByTenant

public void setApplicationsByTenant(String applicationsByTenant)
Parameters:
applicationsByTenant - to set


Copyright © 2013 (C) Cumulocity GmbH. All Rights Reserved.