Package com.legislate.model
Class IdentityFieldsCollaboratorRoleDTO
- java.lang.Object
-
- com.legislate.model.IdentityFieldsCollaboratorRoleDTO
-
public class IdentityFieldsCollaboratorRoleDTO extends Object
IdentityFieldsCollaboratorRoleDTO
-
-
Constructor Summary
Constructors Constructor Description IdentityFieldsCollaboratorRoleDTO()
-
Method Summary
-
-
-
Method Detail
-
id
public IdentityFieldsCollaboratorRoleDTO id(Long id)
-
getId
public Long getId()
The unique Id of the field you'd like to update.- Returns:
- id
-
setId
public void setId(Long id)
-
label
public IdentityFieldsCollaboratorRoleDTO label(String label)
-
getLabel
public String getLabel()
The label of the field you'd like to update.- Returns:
- label
-
setLabel
public void setLabel(String label)
-
name
public IdentityFieldsCollaboratorRoleDTO name(String name)
-
getName
public String getName()
The name of the field you'd like to update.- Returns:
- name
-
setName
public void setName(String name)
-
options
public IdentityFieldsCollaboratorRoleDTO options(List<IdentityFieldOptionDTO> options)
-
addOptionsItem
public IdentityFieldsCollaboratorRoleDTO addOptionsItem(IdentityFieldOptionDTO optionsItem)
-
getOptions
public List<IdentityFieldOptionDTO> getOptions()
The options of the field you'd like to update if applicable.- Returns:
- options
-
setOptions
public void setOptions(List<IdentityFieldOptionDTO> options)
-
validationType
public IdentityFieldsCollaboratorRoleDTO validationType(String validationType)
-
getValidationType
public String getValidationType()
Get validationType- Returns:
- validationType
-
setValidationType
public void setValidationType(String validationType)
-
value
public IdentityFieldsCollaboratorRoleDTO value(String value)
-
getValue
public String getValue()
The new value of the contract field.- Returns:
- value
-
setValue
public void setValue(String value)
-
-