public abstract class UserRecordTeamAssociation extends Object implements Serializable
| Constructor and Description |
|---|
UserRecordTeamAssociation() |
UserRecordTeamAssociation(Long teamId,
TeamAccessType overriddenTeamAccessType,
TeamAccessType defaultTeamAccessType,
String userRecordTeamAssociationType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
TeamAccessType |
getDefaultTeamAccessType()
Gets the defaultTeamAccessType value for this UserRecordTeamAssociation.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
TeamAccessType |
getOverriddenTeamAccessType()
Gets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Long |
getTeamId()
Gets the teamId value for this UserRecordTeamAssociation.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getUserRecordTeamAssociationType()
Gets the userRecordTeamAssociationType value for this UserRecordTeamAssociation.
|
int |
hashCode() |
void |
setDefaultTeamAccessType(TeamAccessType defaultTeamAccessType)
Sets the defaultTeamAccessType value for this UserRecordTeamAssociation.
|
void |
setOverriddenTeamAccessType(TeamAccessType overriddenTeamAccessType)
Sets the overriddenTeamAccessType value for this UserRecordTeamAssociation.
|
void |
setTeamId(Long teamId)
Sets the teamId value for this UserRecordTeamAssociation.
|
void |
setUserRecordTeamAssociationType(String userRecordTeamAssociationType)
Sets the userRecordTeamAssociationType value for this UserRecordTeamAssociation.
|
public UserRecordTeamAssociation()
public UserRecordTeamAssociation(Long teamId, TeamAccessType overriddenTeamAccessType, TeamAccessType defaultTeamAccessType, String userRecordTeamAssociationType)
public Long getTeamId()
Team.id of the team.public void setTeamId(Long teamId)
teamId - * The Team.id of the team.public TeamAccessType getOverriddenTeamAccessType()
null
if team access
type is not overridden.public void setOverriddenTeamAccessType(TeamAccessType overriddenTeamAccessType)
overriddenTeamAccessType - * The overridden team access type. This field is null
if team access
type is not overridden.public TeamAccessType getDefaultTeamAccessType()
Team.teamAccessType. This
field is
read-only and is populated by Google.public void setDefaultTeamAccessType(TeamAccessType defaultTeamAccessType)
defaultTeamAccessType - * The default team access type Team.teamAccessType. This
field is
read-only and is populated by Google.public String getUserRecordTeamAssociationType()
public void setUserRecordTeamAssociationType(String userRecordTeamAssociationType)
userRecordTeamAssociationType - * Indicates that this instance is a subtype of UserRecordTeamAssociation.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All Rights Reserved.