public class SubjectAccessReviewFluentImpl<T extends SubjectAccessReviewFluent<T>> extends BaseFluent<T> implements SubjectAccessReviewFluent<T>
_visitables| Constructor and Description |
|---|
SubjectAccessReviewFluentImpl() |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(String key,
Object value) |
T |
addToGroups(String... items) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
SubjectAccessReview.ApiVersion |
getApiVersion() |
HasMetadata |
getContent() |
List<String> |
getGroups() |
String |
getKind() |
String |
getNamespace() |
String |
getResource() |
String |
getResourceName() |
String |
getUser() |
String |
getVerb() |
T |
removeFromAdditionalProperties(String key) |
T |
removeFromGroups(String... items) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
T |
withApiVersion(SubjectAccessReview.ApiVersion apiVersion) |
T |
withContent(HasMetadata content) |
T |
withGroups(List<String> groups) |
T |
withGroups(String... groups) |
T |
withKind(String kind) |
T |
withNamespace(String namespace) |
T |
withResource(String resource) |
T |
withResourceName(String resourceName) |
T |
withUser(String user) |
T |
withVerb(String verb) |
public SubjectAccessReview.ApiVersion getApiVersion()
getApiVersion in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withApiVersion(SubjectAccessReview.ApiVersion apiVersion)
withApiVersion in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public HasMetadata getContent()
getContent in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withContent(HasMetadata content)
withContent in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T addToGroups(String... items)
addToGroups in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T removeFromGroups(String... items)
removeFromGroups in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public List<String> getGroups()
getGroups in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withGroups(List<String> groups)
withGroups in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withGroups(String... groups)
withGroups in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getKind()
getKind in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withKind(String kind)
withKind in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getNamespace()
getNamespace in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withNamespace(String namespace)
withNamespace in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getResource()
getResource in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withResource(String resource)
withResource in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getResourceName()
getResourceName in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withResourceName(String resourceName)
withResourceName in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getUser()
getUser in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withUser(String user)
withUser in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public String getVerb()
getVerb in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withVerb(String verb)
withVerb in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface SubjectAccessReviewFluent<T extends SubjectAccessReviewFluent<T>>Copyright © 2011–2015 Red Hat. All rights reserved.