Uses of Class
com.confidentify.client.model.OrganizationNameResponse
-
Packages that use OrganizationNameResponse Package Description com.confidentify.client.api com.confidentify.client.model -
-
Uses of OrganizationNameResponse in com.confidentify.client.api
Methods in com.confidentify.client.api that return OrganizationNameResponse 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.Methods in com.confidentify.client.api that return types with arguments of type OrganizationNameResponse Modifier and Type Method Description ApiResponse<OrganizationNameResponse>ProcessApi. organizationNamePostWithHttpInfo(OrganizationNameRequest organizationNameRequest)Process organization names Processes organization names and provides understanding and correction to how the entity is addressed.Method parameters in com.confidentify.client.api with type arguments of type OrganizationNameResponse Modifier and Type Method Description 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. -
Uses of OrganizationNameResponse in com.confidentify.client.model
Methods in com.confidentify.client.model that return OrganizationNameResponse Modifier and Type Method Description OrganizationNameResponseOrganizationNameResponse. addRecordsItem(OrganizationNameResponseRecord recordsItem)OrganizationNameResponseOrganizationNameResponse. records(List<OrganizationNameResponseRecord> records)
-