Uses of Class
com.confidentify.client.model.OrganizationNameRequest
-
Packages that use OrganizationNameRequest Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of OrganizationNameRequest in com.confidentify.client.api
Methods in com.confidentify.client.api with parameters of type OrganizationNameRequest Modifier and Type Method Description OrganizationNameResponseProcessApi. organizationNamePost(OrganizationNameRequest organizationNameRequest)Process organization names Processes organization names and provides understanding and correction to how the entity is addressed.okhttp3.CallProcessApi. organizationNamePostAsync(OrganizationNameRequest organizationNameRequest, ApiCallback<OrganizationNameResponse> _callback)Process organization names (asynchronously) Processes organization names and provides understanding and correction to how the entity is addressed.okhttp3.CallProcessApi. organizationNamePostCall(OrganizationNameRequest organizationNameRequest, ApiCallback _callback)Build call for organizationNamePostApiResponse<OrganizationNameResponse>ProcessApi. organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest)Process organization names Processes organization names and provides understanding and correction to how the entity is addressed. -
Uses of OrganizationNameRequest in com.confidentify.client.model
Methods in com.confidentify.client.model that return OrganizationNameRequest Modifier and Type Method Description OrganizationNameRequestOrganizationNameRequest. addRecordsItem(OrganizationNameRequestRecord recordsItem)OrganizationNameRequestOrganizationNameRequest. records(List<OrganizationNameRequestRecord> records)
-