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