public class JwtParamsFluentImpl<A extends JwtParamsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements JwtParamsFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
JwtParamsFluentImpl.JwtNestedImpl<N> |
JwtParamsFluent.JwtNested<N>| Constructor and Description |
|---|
JwtParamsFluentImpl() |
JwtParamsFluentImpl(JwtParams instance) |
| Modifier and Type | Method and Description |
|---|---|
Jwt |
buildJwt() |
JwtParamsFluent.JwtNested<A> |
editJwt() |
JwtParamsFluent.JwtNested<A> |
editOrNewJwt() |
JwtParamsFluent.JwtNested<A> |
editOrNewJwtLike(Jwt item) |
boolean |
equals(Object o) |
Jwt |
getJwt()
Deprecated.
|
Boolean |
hasJwt() |
A |
withJwt(Jwt jwt) |
JwtParamsFluent.JwtNested<A> |
withNewJwt() |
JwtParamsFluent.JwtNested<A> |
withNewJwtLike(Jwt item) |
public JwtParamsFluentImpl()
public JwtParamsFluentImpl(JwtParams instance)
@Deprecated public Jwt getJwt()
getJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public Jwt buildJwt()
buildJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public A withJwt(Jwt jwt)
withJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public Boolean hasJwt()
hasJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public JwtParamsFluent.JwtNested<A> withNewJwt()
withNewJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public JwtParamsFluent.JwtNested<A> withNewJwtLike(Jwt item)
withNewJwtLike in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public JwtParamsFluent.JwtNested<A> editJwt()
editJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public JwtParamsFluent.JwtNested<A> editOrNewJwt()
editOrNewJwt in interface JwtParamsFluent<A extends JwtParamsFluent<A>>public JwtParamsFluent.JwtNested<A> editOrNewJwtLike(Jwt item)
editOrNewJwtLike in interface JwtParamsFluent<A extends JwtParamsFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.