public interface SELinuxOptionsFluent<A extends SELinuxOptionsFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getLevel() |
String |
getRole() |
String |
getType() |
String |
getUser() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasLevel() |
Boolean |
hasRole() |
Boolean |
hasType() |
Boolean |
hasUser() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withLevel(String level) |
A |
withNewLevel(String arg0)
Deprecated.
|
A |
withNewRole(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewUser(String arg0)
Deprecated.
|
A |
withRole(String role) |
A |
withType(String type) |
A |
withUser(String user) |
String getLevel()
Boolean hasLevel()
@Deprecated A withNewLevel(String arg0)
String getRole()
Boolean hasRole()
@Deprecated A withNewRole(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
String getUser()
Boolean hasUser()
@Deprecated A withNewUser(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.