Package com.circleci.client.v2.model
Class Collaboration
- java.lang.Object
-
- com.circleci.client.v2.model.Collaboration
-
public class Collaboration extends Object
Collaboration
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_AVATAR_URLstatic StringJSON_PROPERTY_NAMEstatic StringJSON_PROPERTY_VCS_TYPE
-
Constructor Summary
Constructors Constructor Description Collaboration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollaborationavatarUrl(String avatarUrl)booleanequals(Object o)StringgetAvatarUrl()URL to the user's avatar on the VCSStringgetName()The name of the organizationStringgetVcsType()The VCS providerinthashCode()Collaborationname(String name)voidsetAvatarUrl(String avatarUrl)voidsetName(String name)voidsetVcsType(String vcsType)StringtoString()CollaborationvcsType(String vcsType)
-
-
-
Field Detail
-
JSON_PROPERTY_VCS_TYPE
public static final String JSON_PROPERTY_VCS_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AVATAR_URL
public static final String JSON_PROPERTY_AVATAR_URL
- See Also:
- Constant Field Values
-
-
Method Detail
-
vcsType
public Collaboration vcsType(String vcsType)
-
getVcsType
public String getVcsType()
The VCS provider- Returns:
- vcsType
-
setVcsType
public void setVcsType(String vcsType)
-
name
public Collaboration name(String name)
-
getName
public String getName()
The name of the organization- Returns:
- name
-
setName
public void setName(String name)
-
avatarUrl
public Collaboration avatarUrl(String avatarUrl)
-
getAvatarUrl
public String getAvatarUrl()
URL to the user's avatar on the VCS- Returns:
- avatarUrl
-
setAvatarUrl
public void setAvatarUrl(String avatarUrl)
-
-