class io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl extends io.fabric.openshift.api.model.IdentityListFluentImpl implements io.fabric.openshift.api.model.SubjectAccessReviewFluent$IdentityListContentNested, io.fabric.kubernetes.api.builder.Nested
{
io.fabric.openshift.api.model.IdentityListBuilder builder;
final io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl this$0;
void <init>(io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl, io.fabric.openshift.api.model.IdentityList)
{
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl v;
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl v;
io.fabric.openshift.api.model.IdentityListBuilder v;
io.fabric.openshift.api.model.IdentityList v;
v := @this: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl;
v := @parameter: io.fabric.openshift.api.model.IdentityList;
v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.IdentityListFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.IdentityListBuilder;
specialinvoke v.<io.fabric.openshift.api.model.IdentityListBuilder: void <init>(io.fabric.openshift.api.model.IdentityListFluent,io.fabric.openshift.api.model.IdentityList)>(v, v);
v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.IdentityListBuilder builder> = v;
return;
}
void <init>(io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl)
{
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl v;
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl v;
io.fabric.openshift.api.model.IdentityListBuilder v;
v := @this: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl;
v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.IdentityListFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.IdentityListBuilder;
specialinvoke v.<io.fabric.openshift.api.model.IdentityListBuilder: void <init>(io.fabric.openshift.api.model.IdentityListFluent)>(v);
v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.IdentityListBuilder builder> = v;
return;
}
public java.lang.Object and()
{
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl v;
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl v;
io.fabric.openshift.api.model.IdentityListBuilder v;
io.fabric.openshift.api.model.IdentityList v;
io.fabric.openshift.api.model.SubjectAccessReviewFluent v;
v := @this: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl;
v = v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl this$0>;
v = v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: io.fabric.openshift.api.model.IdentityListBuilder builder>;
v = virtualinvoke v.<io.fabric.openshift.api.model.IdentityListBuilder: io.fabric.openshift.api.model.IdentityList build()>();
v = virtualinvoke v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl: io.fabric.openshift.api.model.SubjectAccessReviewFluent withContent(io.fabric.kubernetes.api.model.KubernetesResource)>(v);
return v;
}
public java.lang.Object endIdentityListContent()
{
java.lang.Object v;
io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl v;
v := @this: io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl;
v = virtualinvoke v.<io.fabric.openshift.api.model.SubjectAccessReviewFluentImpl$IdentityListContentNestedImpl: java.lang.Object and()>();
return v;
}
}