Uses of Class
com.blackduck.integration.polaris.common.api.PolarisResponse
-
Packages that use PolarisResponse Package Description com.blackduck.integration.polaris.common.api com.blackduck.integration.polaris.common.api.model com.blackduck.integration.polaris.common.service -
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.api
Subclasses of PolarisResponse in com.blackduck.integration.polaris.common.api Modifier and Type Class Description class
PolarisPagedResourceResponse<R extends PolarisResource>
class
PolarisPaginationMeta
class
PolarisResource<A extends PolarisAttributes>
class
PolarisSingleResourceResponse<R extends PolarisResource>
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.api.model
Subclasses of PolarisResponse in com.blackduck.integration.polaris.common.api.model Modifier and Type Class Description class
ContextAttributes
class
CountV0Attributes
class
JobAttributes
class
JobStatus
-
Uses of PolarisResponse in com.blackduck.integration.polaris.common.service
Methods in com.blackduck.integration.polaris.common.service with type parameters of type PolarisResponse Modifier and Type Method Description <R extends PolarisResponse>
RPolarisService. get(com.blackduck.integration.rest.request.Request request, Type returnType)
<C extends PolarisResponse>
CPolarisJsonTransformer. getResponse(com.blackduck.integration.rest.response.Response response, Type responseType)
<C extends PolarisResponse>
CPolarisJsonTransformer. getResponseAs(com.google.gson.JsonObject jsonObject, Type responseType)
<C extends PolarisResponse>
CPolarisJsonTransformer. getResponseAs(String json, Type responseType)
-