Package com.legislate.model
Class IdentityFieldsCollaboratorRoleRequestDTO
- java.lang.Object
-
- com.legislate.model.IdentityFieldsCollaboratorRoleRequestDTO
-
public class IdentityFieldsCollaboratorRoleRequestDTO extends Object
IdentityFieldsCollaboratorRoleRequestDTO
-
-
Constructor Summary
Constructors Constructor Description IdentityFieldsCollaboratorRoleRequestDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The id of the field you'd like to update.StringgetValue()The new value of the contract field.inthashCode()IdentityFieldsCollaboratorRoleRequestDTOid(String id)voidsetId(String id)voidsetValue(String value)StringtoString()IdentityFieldsCollaboratorRoleRequestDTOvalue(String value)
-
-
-
Method Detail
-
id
public IdentityFieldsCollaboratorRoleRequestDTO id(String id)
-
getId
public String getId()
The id of the field you'd like to update.- Returns:
- id
-
setId
public void setId(String id)
-
value
public IdentityFieldsCollaboratorRoleRequestDTO value(String value)
-
getValue
public String getValue()
The new value of the contract field.- Returns:
- value
-
setValue
public void setValue(String value)
-
-