public class UserTeamAssociation extends UserRecordTeamAssociation implements Serializable
UserTeamAssociation associates a User with a Team
to provide the user access to the entities that belong
to the team.| Constructor and Description |
|---|
UserTeamAssociation() |
UserTeamAssociation(Long teamId,
TeamAccessType overriddenTeamAccessType,
TeamAccessType defaultTeamAccessType,
Long userId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
Long |
getUserId()
Gets the userId value for this UserTeamAssociation.
|
int |
hashCode() |
void |
setUserId(Long userId)
Sets the userId value for this UserTeamAssociation.
|
String |
toString() |
getDefaultTeamAccessType, getOverriddenTeamAccessType, getTeamId, setDefaultTeamAccessType, setOverriddenTeamAccessType, setTeamIdpublic UserTeamAssociation()
public UserTeamAssociation(Long teamId, TeamAccessType overriddenTeamAccessType, TeamAccessType defaultTeamAccessType, Long userId)
public String toString()
toString in class UserRecordTeamAssociationpublic Long getUserId()
UserRecord.id.public void setUserId(Long userId)
userId - * Refers to the UserRecord.id.public boolean equals(Object obj)
equals in class UserRecordTeamAssociationpublic int hashCode()
hashCode in class UserRecordTeamAssociationpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020. All rights reserved.