public class org.kohsuke.github.GHBranchProtection$AllowDeletions extends java.lang.Object
{
private boolean enabled;
public void <init>()
{
org.kohsuke.github.GHBranchProtection$AllowDeletions v;
v := @this: org.kohsuke.github.GHBranchProtection$AllowDeletions;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean isEnabled()
{
org.kohsuke.github.GHBranchProtection$AllowDeletions v;
boolean v;
v := @this: org.kohsuke.github.GHBranchProtection$AllowDeletions;
v = v.<org.kohsuke.github.GHBranchProtection$AllowDeletions: boolean enabled>;
return v;
}
}