| Modifier and Type | Method and Description |
|---|---|
ImmutableComponent.Builder |
ImmutableComponent.Builder.alternativeSchemes(Optional<String> alternativeSchemes)
Initializes the optional value
alternativeSchemes to alternativeSchemes. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.alternativeSchemes(String alternativeSchemes)
Initializes the optional value
alternativeSchemes to alternativeSchemes. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.alternativeSyntax(Optional<String> alternativeSyntax)
Initializes the optional value
alternativeSyntax to alternativeSyntax. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.alternativeSyntax(String alternativeSyntax)
Initializes the optional value
alternativeSyntax to alternativeSyntax. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.artifactId(String artifactId)
Initializes the value for the
artifactId attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.consumerOnly(String consumerOnly)
Initializes the value for the
consumerOnly attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.deprecated(String deprecated)
Initializes the value for the
deprecated attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.description(String description)
Initializes the value for the
description attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.firstVersion(Optional<String> firstVersion)
Initializes the optional value
firstVersion to firstVersion. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.firstVersion(String firstVersion)
Initializes the optional value
firstVersion to firstVersion. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.from(ComponentDefinition.Component instance)
Fill a builder with attribute values from the provided
Component instance. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.groupId(String groupId)
Initializes the value for the
groupId attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.javaType(String javaType)
Initializes the value for the
javaType attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.kind(String kind)
Initializes the value for the
kind attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.label(String label)
Initializes the value for the
label attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.producerOnly(String producerOnly)
Initializes the value for the
producerOnly attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.scheme(String scheme)
Initializes the value for the
scheme attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.syntax(String syntax)
Initializes the value for the
syntax attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.title(String title)
Initializes the value for the
title attribute. |
ImmutableComponent.Builder |
ImmutableComponent.Builder.version(String version)
Initializes the value for the
version attribute. |
Copyright © 2016–2019 Red Hat. All rights reserved.