com.heroku.api.request.sharing
Class CollabList

java.lang.Object
  extended by com.heroku.api.request.sharing.CollabList
All Implemented Interfaces:
Request<List<Collaborator>>

public class CollabList
extends Object
implements Request<List<Collaborator>>

TODO: Javadoc

Author:
Naaman Newbold

Constructor Summary
CollabList(String appName)
           
 
Method Summary
 String getBody()
           
 String getEndpoint()
           
 Map<String,String> getHeaders()
           
 Http.Method getHttpMethod()
           
 List<Collaborator> getResponse(byte[] bytes, int status)
           
 Http.Accept getResponseType()
           
 boolean hasBody()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollabList

public CollabList(String appName)
Method Detail

getHttpMethod

public Http.Method getHttpMethod()
Specified by:
getHttpMethod in interface Request<List<Collaborator>>

getEndpoint

public String getEndpoint()
Specified by:
getEndpoint in interface Request<List<Collaborator>>

hasBody

public boolean hasBody()
Specified by:
hasBody in interface Request<List<Collaborator>>

getBody

public String getBody()
Specified by:
getBody in interface Request<List<Collaborator>>

getResponseType

public Http.Accept getResponseType()
Specified by:
getResponseType in interface Request<List<Collaborator>>

getHeaders

public Map<String,String> getHeaders()
Specified by:
getHeaders in interface Request<List<Collaborator>>

getResponse

public List<Collaborator> getResponse(byte[] bytes,
                                      int status)
Specified by:
getResponse in interface Request<List<Collaborator>>


Copyright © 2012. All Rights Reserved.