| Method and Description |
|---|
| io.inversion.Request.getEntityKey()
Replaced by
Request.getResourceKey() |
| io.inversion.Request.getParams()
Replaced by
Url.getParams() |
| io.inversion.utils.Url.getQuery()
replaced by
Url.getQueryString() |
| io.inversion.Request.getSubCollectionKey()
Replaced by
Request.getRelationshipKey() |
| io.inversion.User.getTenantCode()
Replaced by url mapped parameters such as host://myApi/{tenant}/endpoint
|
| io.inversion.ApiException.throw400BadRequest()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw400BadRequest(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw400BadRequest(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw400BadRequest(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw401Unauthroized()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw401Unauthroized(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw401Unauthroized(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw401Unauthroized(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw403Forbidden()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw403Forbidden(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw403Forbidden(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw403Forbidden(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw404NotFound()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw404NotFound(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw404NotFound(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw404NotFound(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw429TooManyRequests()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw429TooManyRequests(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw429TooManyRequests(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw429TooManyRequests(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw500InternalServerError()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw500InternalServerError(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw500InternalServerError(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw500InternalServerError(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw501NotImplemented()
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw501NotImplemented(String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw501NotImplemented(Throwable)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.ApiException.throw501NotImplemented(Throwable, String, Object...)
this pattern was throwing off static code analysis. It is recommended to replace
the usage of this method with "throw ApiException.newXXX(...)
|
| io.inversion.utils.RestClient.withWhitelistedHeaders(String...)
Replaced by
RestClient.getIncludeForwardHeaders() |
Copyright © 2021 Rocket Partners, LLC. All rights reserved.