public class SecretKeySelectorFluentImpl<A extends SecretKeySelectorFluent<A>> extends BaseFluent<A> implements SecretKeySelectorFluent<A>
_visitables| Constructor and Description |
|---|
SecretKeySelectorFluentImpl() |
SecretKeySelectorFluentImpl(SecretKeySelector instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getName() |
Boolean |
getOptional() |
int |
hashCode() |
Boolean |
hasKey() |
Boolean |
hasName() |
Boolean |
hasOptional() |
A |
withKey(String key) |
A |
withName(String name) |
A |
withNewKey(byte[] arg1) |
A |
withNewKey(byte[] arg1,
int arg2) |
A |
withNewKey(byte[] arg1,
int arg2,
int arg3) |
A |
withNewKey(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewKey(char[] arg1) |
A |
withNewKey(char[] arg1,
int arg2,
int arg3) |
A |
withNewKey(int[] arg1,
int arg2,
int arg3) |
A |
withNewKey(String arg1) |
A |
withNewKey(StringBuffer arg1) |
A |
withNewKey(StringBuilder arg1) |
A |
withNewName(byte[] arg1) |
A |
withNewName(byte[] arg1,
int arg2) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3) |
A |
withNewName(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewName(char[] arg1) |
A |
withNewName(char[] arg1,
int arg2,
int arg3) |
A |
withNewName(int[] arg1,
int arg2,
int arg3) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
A |
withNewOptional(boolean arg1) |
A |
withNewOptional(String arg1) |
A |
withOptional(Boolean optional) |
public SecretKeySelectorFluentImpl()
public SecretKeySelectorFluentImpl(SecretKeySelector instance)
public String getKey()
getKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withKey(String key)
withKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasKey()
hasKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(StringBuilder arg1)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(int[] arg1, int arg2, int arg3)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(char[] arg1)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(StringBuffer arg1)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(byte[] arg1, int arg2)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(byte[] arg1)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(char[] arg1, int arg2, int arg3)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(byte[] arg1, int arg2, int arg3)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(byte[] arg1, int arg2, int arg3, int arg4)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewKey(String arg1)
withNewKey in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public String getName()
getName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withName(String name)
withName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasName()
hasName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(StringBuilder arg1)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(int[] arg1, int arg2, int arg3)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(char[] arg1)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(StringBuffer arg1)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(byte[] arg1, int arg2)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(byte[] arg1)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(char[] arg1, int arg2, int arg3)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(byte[] arg1, int arg2, int arg3, int arg4)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewName(String arg1)
withNewName in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean getOptional()
getOptional in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withOptional(Boolean optional)
withOptional in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public Boolean hasOptional()
hasOptional in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewOptional(String arg1)
withNewOptional in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>public A withNewOptional(boolean arg1)
withNewOptional in interface SecretKeySelectorFluent<A extends SecretKeySelectorFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.