|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.response.Response<ListCollaboratorResponse>
com.cloudcontrolled.api.response.ListCollaboratorResponse
@Normalized(value=ListCollaboratorNormalizer.class) public class ListCollaboratorResponse
ListCollaboratorResponse class.
| Constructor Summary | |
|---|---|
ListCollaboratorResponse()
Constructor for ListCollaboratorResponse. |
|
| Method Summary | |
|---|---|
User[] |
getUsers()
Getter for the field users. |
void |
setUsers(User[] users)
Setter for the field users. |
String |
toString()
|
| Methods inherited from class com.cloudcontrolled.api.response.Response |
|---|
getContent, getResponseTime, getStatusCode, isError, setContent, setError, setResponseTime, setStatusCode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ListCollaboratorResponse()
Constructor for ListCollaboratorResponse.
| Method Detail |
|---|
public User[] getUsers()
Getter for the field users.
User objects.public void setUsers(User[] users)
Setter for the field users.
users - an array of User
objects.public String toString()
toString in class Response<ListCollaboratorResponse>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||