Uses of Class
com.legislate.model.ObtainIdentityFieldsDTO
-
Packages that use ObtainIdentityFieldsDTO Package Description com.legislate.api com.legislate.model -
-
Uses of ObtainIdentityFieldsDTO in com.legislate.api
Methods in com.legislate.api with parameters of type ObtainIdentityFieldsDTO 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.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.CallCollaboratorsApi. getCollaboratorIdentityFieldsByCollaboratorUsingGETCall(ObtainIdentityFieldsDTO body, Long idTemplate, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for getCollaboratorIdentityFieldsByCollaboratorUsingGETApiResponse<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. -
Uses of ObtainIdentityFieldsDTO in com.legislate.model
Methods in com.legislate.model that return ObtainIdentityFieldsDTO Modifier and Type Method Description ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. addRolesItem(ObtainIdentityFieldsDTO.RolesEnum rolesItem)ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. collaboratorId(Long collaboratorId)ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. roles(List<ObtainIdentityFieldsDTO.RolesEnum> roles)ObtainIdentityFieldsDTOObtainIdentityFieldsDTO. side(ObtainIdentityFieldsDTO.SideEnum side)
-