Class ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl<A>
-
- All Implemented Interfaces:
ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>,io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ApicurioRegistrySpecConfigurationSecurityFluentImpl.KeycloakNestedImpl,ApicurioRegistrySpecConfigurationSecurityKeycloakBuilder
public class ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>
-
-
Constructor Summary
Constructors Constructor Description ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl()ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl(ApicurioRegistrySpecConfigurationSecurityKeycloak instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetApiClientId()StringgetRealm()StringgetUiClientId()StringgetUrl()BooleanhasApiClientId()inthashCode()BooleanhasRealm()BooleanhasUiClientId()BooleanhasUrl()AwithApiClientId(String apiClientId)AwithNewApiClientId(String original)Deprecated.AwithNewRealm(String original)Deprecated.AwithNewUiClientId(String original)Deprecated.AwithNewUrl(String original)Deprecated.AwithRealm(String realm)AwithUiClientId(String uiClientId)AwithUrl(String url)
-
-
-
Constructor Detail
-
ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl
public ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl()
-
ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl
public ApicurioRegistrySpecConfigurationSecurityKeycloakFluentImpl(ApicurioRegistrySpecConfigurationSecurityKeycloak instance)
-
-
Method Detail
-
getUrl
public String getUrl()
- Specified by:
getUrlin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withUrl
public A withUrl(String url)
- Specified by:
withUrlin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
hasUrl
public Boolean hasUrl()
- Specified by:
hasUrlin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withNewUrl
@Deprecated public A withNewUrl(String original)
Deprecated.- Specified by:
withNewUrlin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
getRealm
public String getRealm()
- Specified by:
getRealmin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withRealm
public A withRealm(String realm)
- Specified by:
withRealmin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
hasRealm
public Boolean hasRealm()
- Specified by:
hasRealmin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withNewRealm
@Deprecated public A withNewRealm(String original)
Deprecated.- Specified by:
withNewRealmin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
getApiClientId
public String getApiClientId()
- Specified by:
getApiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withApiClientId
public A withApiClientId(String apiClientId)
- Specified by:
withApiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
hasApiClientId
public Boolean hasApiClientId()
- Specified by:
hasApiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withNewApiClientId
@Deprecated public A withNewApiClientId(String original)
Deprecated.- Specified by:
withNewApiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
getUiClientId
public String getUiClientId()
- Specified by:
getUiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withUiClientId
public A withUiClientId(String uiClientId)
- Specified by:
withUiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
hasUiClientId
public Boolean hasUiClientId()
- Specified by:
hasUiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
withNewUiClientId
@Deprecated public A withNewUiClientId(String original)
Deprecated.- Specified by:
withNewUiClientIdin interfaceApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A extends ApicurioRegistrySpecConfigurationSecurityKeycloakFluent<A>>
-
-