public class TeamCloneBody
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
classification
The classification.
|
java.lang.String |
description
The description.
|
java.lang.String |
displayName
The display Name.
|
java.lang.String |
mailNickname
The mail Nickname.
|
java.util.EnumSet<ClonableTeamParts> |
partsToClone
The parts To Clone.
|
TeamVisibilityType |
visibility
The visibility.
|
| Constructor and Description |
|---|
TeamCloneBody() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="displayName") @Expose public java.lang.String displayName
@SerializedName(value="description") @Expose public java.lang.String description
@SerializedName(value="mailNickname") @Expose public java.lang.String mailNickname
@SerializedName(value="classification") @Expose public java.lang.String classification
@SerializedName(value="visibility") @Expose public TeamVisibilityType visibility
@SerializedName(value="partsToClone") @Expose public java.util.EnumSet<ClonableTeamParts> partsToClone
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
serializer - the serializerjson - the JSON object to set this object to