com.vieztech.cloudflare.results.CloudflareResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cloudflare-api Show documentation
Show all versions of cloudflare-api Show documentation
This is a wrapper for cloudflare Api version 4.0
The newest version!
package com.vieztech.cloudflare.results;
/**
*
* @author Rohit Rehan
*
Vieztech Solutions
*
*/
public enum CloudflareResult {
SUCCESS, ERROR;
}