com.factset.sdk.IRNNotes.api.IdentifiersApi Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of irnnotes Show documentation
Show all versions of irnnotes Show documentation
FactSet SDK for Java - irnnotes
package com.factset.sdk.IRNNotes.api;
import com.factset.sdk.IRNNotes.ApiException;
import com.factset.sdk.IRNNotes.ApiClient;
import com.factset.sdk.IRNNotes.ApiResponse;
import com.factset.sdk.IRNNotes.Configuration;
import com.factset.sdk.IRNNotes.Pair;
import jakarta.ws.rs.core.GenericType;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;
import com.factset.sdk.IRNNotes.models.ProblemDetails;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class IdentifiersApi {
private ApiClient apiClient;
public IdentifiersApi() {
this(Configuration.getDefaultApiClient());
}
public IdentifiersApi(ApiClient apiClient) {
this.apiClient = apiClient;
}
private static final Map getIdentifiersResponseTypeMap = new HashMap();
static {
getIdentifiersResponseTypeMap.put(200, new GenericType>(){});
getIdentifiersResponseTypeMap.put(400, new GenericType(){});
}
/**
* Get the API client
*
* @return API client
*/
public ApiClient getApiClient() {
return apiClient;
}
/**
* Set the API client
*
* @param apiClient an instance of API client
*/
public void setApiClient(ApiClient apiClient) {
this.apiClient = apiClient;
}
/**
* Get all the identifier details for given identifiers
*
* @param identifiers Identifiers (optional)
* @return java.util.List