public class AdmissionResponseFluentImpl<A extends AdmissionResponseFluent<A>> extends BaseFluent<A> implements AdmissionResponseFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
AdmissionResponseFluentImpl.StatusNestedImpl<N> |
AdmissionResponseFluent.StatusNested<N>
_visitables
Constructor and Description |
---|
AdmissionResponseFluentImpl() |
AdmissionResponseFluentImpl(AdmissionResponse instance) |
Modifier and Type | Method and Description |
---|---|
A |
addToAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> map) |
A |
addToAuditAnnotations(java.lang.String key,
java.lang.String value) |
Status |
buildStatus() |
AdmissionResponseFluent.StatusNested<A> |
editOrNewStatus() |
AdmissionResponseFluent.StatusNested<A> |
editOrNewStatusLike(Status item) |
AdmissionResponseFluent.StatusNested<A> |
editStatus() |
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.String,java.lang.String> |
getAuditAnnotations() |
java.lang.String |
getPatch() |
java.lang.String |
getPatchType() |
Status |
getStatus()
Deprecated.
|
java.lang.String |
getUid() |
java.lang.Boolean |
hasAllowed() |
java.lang.Boolean |
hasAuditAnnotations() |
java.lang.Boolean |
hasPatch() |
java.lang.Boolean |
hasPatchType() |
java.lang.Boolean |
hasStatus() |
java.lang.Boolean |
hasUid() |
java.lang.Boolean |
isAllowed() |
A |
removeFromAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> map) |
A |
removeFromAuditAnnotations(java.lang.String key) |
A |
withAllowed(java.lang.Boolean allowed) |
A |
withAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> auditAnnotations) |
A |
withNewAllowed(boolean arg1) |
A |
withNewAllowed(java.lang.String arg1) |
A |
withNewPatch(java.lang.String arg1) |
A |
withNewPatch(java.lang.StringBuffer arg1) |
A |
withNewPatch(java.lang.StringBuilder arg1) |
A |
withNewPatchType(java.lang.String arg1) |
A |
withNewPatchType(java.lang.StringBuffer arg1) |
A |
withNewPatchType(java.lang.StringBuilder arg1) |
AdmissionResponseFluent.StatusNested<A> |
withNewStatus() |
AdmissionResponseFluent.StatusNested<A> |
withNewStatusLike(Status item) |
A |
withNewUid(java.lang.String arg1) |
A |
withNewUid(java.lang.StringBuffer arg1) |
A |
withNewUid(java.lang.StringBuilder arg1) |
A |
withPatch(java.lang.String patch) |
A |
withPatchType(java.lang.String patchType) |
A |
withStatus(Status status) |
A |
withUid(java.lang.String uid) |
public AdmissionResponseFluentImpl()
public AdmissionResponseFluentImpl(AdmissionResponse instance)
public java.lang.Boolean isAllowed()
isAllowed
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withAllowed(java.lang.Boolean allowed)
withAllowed
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasAllowed()
hasAllowed
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewAllowed(java.lang.String arg1)
withNewAllowed
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewAllowed(boolean arg1)
withNewAllowed
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A addToAuditAnnotations(java.lang.String key, java.lang.String value)
addToAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A addToAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> map)
addToAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A removeFromAuditAnnotations(java.lang.String key)
removeFromAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A removeFromAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> map)
removeFromAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.util.Map<java.lang.String,java.lang.String> getAuditAnnotations()
getAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withAuditAnnotations(java.util.Map<java.lang.String,java.lang.String> auditAnnotations)
withAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasAuditAnnotations()
hasAuditAnnotations
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.String getPatch()
getPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withPatch(java.lang.String patch)
withPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasPatch()
hasPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatch(java.lang.String arg1)
withNewPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatch(java.lang.StringBuilder arg1)
withNewPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatch(java.lang.StringBuffer arg1)
withNewPatch
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.String getPatchType()
getPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withPatchType(java.lang.String patchType)
withPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasPatchType()
hasPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatchType(java.lang.String arg1)
withNewPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatchType(java.lang.StringBuilder arg1)
withNewPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewPatchType(java.lang.StringBuffer arg1)
withNewPatchType
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
@Deprecated public Status getStatus()
getStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public Status buildStatus()
buildStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withStatus(Status status)
withStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasStatus()
hasStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public AdmissionResponseFluent.StatusNested<A> withNewStatus()
withNewStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public AdmissionResponseFluent.StatusNested<A> withNewStatusLike(Status item)
withNewStatusLike
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public AdmissionResponseFluent.StatusNested<A> editStatus()
editStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public AdmissionResponseFluent.StatusNested<A> editOrNewStatus()
editOrNewStatus
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public AdmissionResponseFluent.StatusNested<A> editOrNewStatusLike(Status item)
editOrNewStatusLike
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.String getUid()
getUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withUid(java.lang.String uid)
withUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public java.lang.Boolean hasUid()
hasUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewUid(java.lang.String arg1)
withNewUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewUid(java.lang.StringBuilder arg1)
withNewUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public A withNewUid(java.lang.StringBuffer arg1)
withNewUid
in interface AdmissionResponseFluent<A extends AdmissionResponseFluent<A>>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2015-2019 Red Hat. All Rights Reserved.