Class TRUser
java.lang.Object
org.touchbit.testrail4j.jackson2.model.TRUser
public class TRUser extends Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanequals(Object other)Map<String,Object>getAdditionalProperties()StringgetEmail()The email address of the user as configured in TestRail (Required)LonggetId()The unique ID of the user (Required)BooleangetIsActive()True if the user is active and false otherwise (Required)StringgetName()The full name of the user (Required)StringgetRole()The Name of the user’s globally assigned role (Requires TestRail 6.4 or later)LonggetRoleId()The unique ID of the user’s globally assigned role (Requires TestRail 6.4 or later)inthashCode()voidsetAdditionalProperty(String name, Object value)voidsetEmail(String email)The email address of the user as configured in TestRail (Required)voidsetId(Long id)The unique ID of the user (Required)voidsetIsActive(Boolean isActive)True if the user is active and false otherwise (Required)voidsetName(String name)The full name of the user (Required)voidsetRole(String role)The Name of the user’s globally assigned role (Requires TestRail 6.4 or later)voidsetRoleId(Long roleId)The unique ID of the user’s globally assigned role (Requires TestRail 6.4 or later)StringtoString()TRUserwithAdditionalProperty(String name, Object value)TRUserwithEmail(String email)TRUserwithId(Long id)TRUserwithIsActive(Boolean isActive)TRUserwithName(String name)TRUserwithRole(String role)TRUserwithRoleId(Long roleId)
-
Constructor Details
-
Method Details
-
getEmail
The email address of the user as configured in TestRail (Required) -
setEmail
The email address of the user as configured in TestRail (Required) -
withEmail
-
getId
The unique ID of the user (Required) -
setId
The unique ID of the user (Required) -
withId
-
getIsActive
True if the user is active and false otherwise (Required) -
setIsActive
True if the user is active and false otherwise (Required) -
withIsActive
-
getName
The full name of the user (Required) -
setName
The full name of the user (Required) -
withName
-
getRole
The Name of the user’s globally assigned role (Requires TestRail 6.4 or later) -
setRole
The Name of the user’s globally assigned role (Requires TestRail 6.4 or later) -
withRole
-
getRoleId
The unique ID of the user’s globally assigned role (Requires TestRail 6.4 or later) -
setRoleId
The unique ID of the user’s globally assigned role (Requires TestRail 6.4 or later) -
withRoleId
-
getAdditionalProperties
-
setAdditionalProperty
-
withAdditionalProperty
-
toString
-
hashCode
public int hashCode() -
equals
-