Uses of Class
io.mosip.mimoto.constant.ApiName
-
Packages that use ApiName Package Description io.mosip.mimoto.constant io.mosip.mimoto.service io.mosip.mimoto.service.impl io.mosip.mimoto.util -
-
Uses of ApiName in io.mosip.mimoto.constant
Methods in io.mosip.mimoto.constant that return ApiName Modifier and Type Method Description static ApiNameApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiName[]ApiName. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ApiName in io.mosip.mimoto.service
Methods in io.mosip.mimoto.service with parameters of type ApiName Modifier and Type Method Description TRestClientService. getApi(ApiName apiName, List<String> pathsegments, String queryParam, String queryParamValue, Class<?> responseType)Gets the api.TRestClientService. getApi(ApiName apiName, List<String> pathsegments, List<String> queryParam, List<Object> queryParamValue, Class<?> responseType)TRestClientService. postApi(ApiName apiName, String queryParam, String queryParamValue, T requestedData, Class<?> responseType)Post api.TRestClientService. postApi(ApiName apiName, String queryParamName, String queryParamValue, T requestedData, Class<?> responseType, org.springframework.http.MediaType mediaType)Post api.TRestClientService. postApi(ApiName apiName, List<String> pathsegments, String queryParam, String queryParamValue, T requestedData, Class<?> responseType)Post api.TRestClientService. postApi(ApiName apiName, org.springframework.http.MediaType mediaType, List<String> pathsegments, List<String> queryParam, List<Object> queryParamValue, T requestedData, Class<?> responseType)Post Api -
Uses of ApiName in io.mosip.mimoto.service.impl
Methods in io.mosip.mimoto.service.impl with parameters of type ApiName Modifier and Type Method Description ObjectRestClientServiceImpl. getApi(ApiName apiName, List<String> pathsegments, String queryParamName, String queryParamValue, Class<?> responseType)ObjectRestClientServiceImpl. getApi(ApiName apiName, List<String> pathsegments, List<String> queryParamName, List<Object> queryParamValue, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType, org.springframework.http.MediaType mediaType)ObjectRestClientServiceImpl. postApi(ApiName apiName, List<String> pathsegments, String queryParamName, String queryParamValue, Object requestedData, Class<?> responseType)ObjectRestClientServiceImpl. postApi(ApiName apiName, org.springframework.http.MediaType mediaType, List<String> pathsegments, List<String> queryParamName, List<Object> queryParamValue, Object requestedData, Class<?> responseType) -
Uses of ApiName in io.mosip.mimoto.util
Methods in io.mosip.mimoto.util with parameters of type ApiName Modifier and Type Method Description ResponseWrapper<AuditResponseDto>AuditLogRequestBuilder. createAuditRequestBuilder(String description, String eventId, String eventName, String eventType, String registrationId, ApiName apiname)Creates the audit request builder.
-