Uses of Class
io.gopluslabs.client.model.ResponseWrapperPhishingSite
-
Packages that use ResponseWrapperPhishingSite Package Description io.gopluslabs.client.api io.gopluslabs.client.model io.gopluslabs.client.response -
-
Uses of ResponseWrapperPhishingSite in io.gopluslabs.client.api
Methods in io.gopluslabs.client.api that return ResponseWrapperPhishingSite Modifier and Type Method Description ResponseWrapperPhishingSiteWebsiteControllerApi. phishingSiteUsingGET(String url, String authorization)Check if the the url is a phishing siteMethods in io.gopluslabs.client.api that return types with arguments of type ResponseWrapperPhishingSite Modifier and Type Method Description ApiResponse<ResponseWrapperPhishingSite>WebsiteControllerApi. phishingSiteUsingGETWithHttpInfo(String url, String authorization)Check if the the url is a phishing siteMethod parameters in io.gopluslabs.client.api with type arguments of type ResponseWrapperPhishingSite Modifier and Type Method Description com.squareup.okhttp.CallWebsiteControllerApi. phishingSiteUsingGETAsync(String url, String authorization, ApiCallback<ResponseWrapperPhishingSite> callback)Check if the the url is a phishing site (asynchronously) -
Uses of ResponseWrapperPhishingSite in io.gopluslabs.client.model
Methods in io.gopluslabs.client.model that return ResponseWrapperPhishingSite Modifier and Type Method Description ResponseWrapperPhishingSiteResponseWrapperPhishingSite. code(Integer code)ResponseWrapperPhishingSiteResponseWrapperPhishingSite. message(String message)ResponseWrapperPhishingSiteResponseWrapperPhishingSite. result(ResponseWrapperPhishingSiteResult result) -
Uses of ResponseWrapperPhishingSite in io.gopluslabs.client.response
Methods in io.gopluslabs.client.response with parameters of type ResponseWrapperPhishingSite Modifier and Type Method Description static PhishingSitePhishingSite. of(ResponseWrapperPhishingSite response)Constructors in io.gopluslabs.client.response with parameters of type ResponseWrapperPhishingSite Constructor Description PhishingSite(ResponseWrapperPhishingSite value)
-