public interface PolicyRuleFluent<T extends PolicyRuleFluent<T>> extends Fluent<T>
T
addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties(String key, Object value)
addToApiGroups(String... items)
addToNonResourceURLs(String... items)
addToResourceNames(String... items)
addToResources(String... items)
addToVerbs(String... items)
Map<String,Object>
getAdditionalProperties()
List<String>
getApiGroups()
HasMetadata
getAttributeRestrictions()
getNonResourceURLs()
getResourceNames()
getResources()
getVerbs()
removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties(String key)
removeFromApiGroups(String... items)
removeFromNonResourceURLs(String... items)
removeFromResourceNames(String... items)
removeFromResources(String... items)
removeFromVerbs(String... items)
withAdditionalProperties(Map<String,Object> additionalProperties)
withApiGroups(List<String> apiGroups)
withApiGroups(String... apiGroups)
withAttributeRestrictions(HasMetadata attributeRestrictions)
withNonResourceURLs(List<String> nonResourceURLs)
withNonResourceURLs(String... nonResourceURLs)
withResourceNames(List<String> resourceNames)
withResourceNames(String... resourceNames)
withResources(List<String> resources)
withResources(String... resources)
withVerbs(List<String> verbs)
withVerbs(String... verbs)
T addToApiGroups(String... items)
T removeFromApiGroups(String... items)
List<String> getApiGroups()
T withApiGroups(List<String> apiGroups)
T withApiGroups(String... apiGroups)
HasMetadata getAttributeRestrictions()
T withAttributeRestrictions(HasMetadata attributeRestrictions)
T addToNonResourceURLs(String... items)
T removeFromNonResourceURLs(String... items)
List<String> getNonResourceURLs()
T withNonResourceURLs(List<String> nonResourceURLs)
T withNonResourceURLs(String... nonResourceURLs)
T addToResourceNames(String... items)
T removeFromResourceNames(String... items)
List<String> getResourceNames()
T withResourceNames(List<String> resourceNames)
T withResourceNames(String... resourceNames)
T addToResources(String... items)
T removeFromResources(String... items)
List<String> getResources()
T withResources(List<String> resources)
T withResources(String... resources)
T addToVerbs(String... items)
T removeFromVerbs(String... items)
List<String> getVerbs()
T withVerbs(List<String> verbs)
T withVerbs(String... verbs)
T addToAdditionalProperties(String key, Object value)
T addToAdditionalProperties(Map<String,Object> map)
T removeFromAdditionalProperties(String key)
T removeFromAdditionalProperties(Map<String,Object> map)
Map<String,Object> getAdditionalProperties()
T withAdditionalProperties(Map<String,Object> additionalProperties)
Copyright © 2011–2015 Red Hat. All rights reserved.