Uses of Class
com.legislate.model.IdentityFieldsCollaboratorRoleDTO
-
Packages that use IdentityFieldsCollaboratorRoleDTO Package Description com.legislate.api com.legislate.model -
-
Uses of IdentityFieldsCollaboratorRoleDTO in com.legislate.api
Methods in com.legislate.api that return types with arguments of type IdentityFieldsCollaboratorRoleDTO Modifier and Type Method Description List<IdentityFieldsCollaboratorRoleDTO>CollaboratorsApi. getCollaboratorIdentityFieldsByCollaboratorUsingGET(ObtainIdentityFieldsDTO body, Long idTemplate)Get Identity fields due to role, side, template and collaboratorId This operation will retrieve the fields need to be filled due to a side and a list of roles.ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>>CollaboratorsApi. getCollaboratorIdentityFieldsByCollaboratorUsingGETWithHttpInfo(ObtainIdentityFieldsDTO body, Long idTemplate)Get Identity fields due to role, side, template and collaboratorId This operation will retrieve the fields need to be filled due to a side and a list of roles.List<IdentityFieldsCollaboratorRoleDTO>CollaboratorApi. getCollaboratorIdentityFieldsUsingGET(Long idTemplate, List<String> roles, String side)Get Identity fields This operation will retrieve the fields need to be filled due to a side and a list of roles.List<IdentityFieldsCollaboratorRoleDTO>CollaboratorsApi. getCollaboratorIdentityFieldsUsingGET(Long idTemplate, List<String> roles, String side)Get Identity fields This operation will retrieve the fields need to be filled due to a side and a list of roles.ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>>CollaboratorApi. getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate, List<String> roles, String side)Get Identity fields This operation will retrieve the fields need to be filled due to a side and a list of roles.ApiResponse<List<IdentityFieldsCollaboratorRoleDTO>>CollaboratorsApi. getCollaboratorIdentityFieldsUsingGETWithHttpInfo(Long idTemplate, List<String> roles, String side)Get Identity fields This operation will retrieve the fields need to be filled due to a side and a list of roles.Method parameters in com.legislate.api with type arguments of type IdentityFieldsCollaboratorRoleDTO Modifier and Type Method Description com.squareup.okhttp.CallCollaboratorsApi. getCollaboratorIdentityFieldsByCollaboratorUsingGETAsync(ObtainIdentityFieldsDTO body, Long idTemplate, ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback)Get Identity fields due to role, side, template and collaboratorId (asynchronously) This operation will retrieve the fields need to be filled due to a side and a list of roles.com.squareup.okhttp.CallCollaboratorApi. getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate, List<String> roles, String side, ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback)Get Identity fields (asynchronously) This operation will retrieve the fields need to be filled due to a side and a list of roles.com.squareup.okhttp.CallCollaboratorsApi. getCollaboratorIdentityFieldsUsingGETAsync(Long idTemplate, List<String> roles, String side, ApiCallback<List<IdentityFieldsCollaboratorRoleDTO>> callback)Get Identity fields (asynchronously) This operation will retrieve the fields need to be filled due to a side and a list of roles. -
Uses of IdentityFieldsCollaboratorRoleDTO in com.legislate.model
Methods in com.legislate.model that return IdentityFieldsCollaboratorRoleDTO Modifier and Type Method Description IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. addOptionsItem(IdentityFieldOptionDTO optionsItem)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. id(Long id)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. label(String label)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. name(String name)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. options(List<IdentityFieldOptionDTO> options)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. validationType(String validationType)IdentityFieldsCollaboratorRoleDTOIdentityFieldsCollaboratorRoleDTO. value(String value)
-