final enum class io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod extends java.lang.Enum
{
public static final enum io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod GET;
public static final enum io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod POST;
public static final enum io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod PUT;
public static final enum io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod DELETE;
private static final io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] $VALUES;
public static io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] values()
{
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] v;
java.lang.Object v;
v = <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lio/fabric8/kubernetes/clnt/v5_1/dsl/internal/RawCustomResourceOperationsImpl$HttpCallMethod;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod v;
v := @this: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] $values()
{
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod v, v, v, v;
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] v;
v = newarray (io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod)[4];
v = <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod GET>;
v[0] = v;
v = <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod POST>;
v[1] = v;
v = <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod PUT>;
v[2] = v;
v = <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod DELETE>;
v[3] = v;
return v;
}
static void <clinit>()
{
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod v, v, v, v;
io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] v;
v = new io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod;
specialinvoke v.<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: void <init>(java.lang.String,int)>("GET", 0);
<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod GET> = v;
v = new io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod;
specialinvoke v.<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: void <init>(java.lang.String,int)>("POST", 1);
<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod POST> = v;
v = new io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod;
specialinvoke v.<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: void <init>(java.lang.String,int)>("PUT", 2);
<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod PUT> = v;
v = new io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod;
specialinvoke v.<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: void <init>(java.lang.String,int)>("DELETE", 3);
<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod DELETE> = v;
v = staticinvoke <io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] $values()>();
<io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod: io.fabric.kubernetes.clnt.v.dsl.internal.RawCustomResourceOperationsImpl$HttpCallMethod[] $VALUES> = v;
return;
}
}