| Modifier and Type | Method and Description |
|---|---|
ImmutableComponent |
ImmutableComponent.Builder.build()
Builds a new
ImmutableComponent. |
static ImmutableComponent |
ImmutableComponent.copyOf(ComponentDefinition.Component instance)
Creates an immutable copy of a
ComponentDefinition.Component value. |
ImmutableComponent |
ImmutableComponent.withAlternativeSchemes(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
alternativeSchemes attribute. |
ImmutableComponent |
ImmutableComponent.withAlternativeSchemes(String value)
Copy the current immutable object by setting a present value for the optional
alternativeSchemes attribute. |
ImmutableComponent |
ImmutableComponent.withAlternativeSyntax(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
alternativeSyntax attribute. |
ImmutableComponent |
ImmutableComponent.withAlternativeSyntax(String value)
Copy the current immutable object by setting a present value for the optional
alternativeSyntax attribute. |
ImmutableComponent |
ImmutableComponent.withArtifactId(String value)
Copy the current immutable object by setting a value for the
artifactId attribute. |
ImmutableComponent |
ImmutableComponent.withConsumerOnly(String value)
Copy the current immutable object by setting a value for the
consumerOnly attribute. |
ImmutableComponent |
ImmutableComponent.withDeprecated(String value)
Copy the current immutable object by setting a value for the
deprecated attribute. |
ImmutableComponent |
ImmutableComponent.withDescription(String value)
Copy the current immutable object by setting a value for the
description attribute. |
ImmutableComponent |
ImmutableComponent.withFirstVersion(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
firstVersion attribute. |
ImmutableComponent |
ImmutableComponent.withFirstVersion(String value)
Copy the current immutable object by setting a present value for the optional
firstVersion attribute. |
ImmutableComponent |
ImmutableComponent.withGroupId(String value)
Copy the current immutable object by setting a value for the
groupId attribute. |
ImmutableComponent |
ImmutableComponent.withJavaType(String value)
Copy the current immutable object by setting a value for the
javaType attribute. |
ImmutableComponent |
ImmutableComponent.withKind(String value)
Copy the current immutable object by setting a value for the
kind attribute. |
ImmutableComponent |
ImmutableComponent.withLabel(String value)
Copy the current immutable object by setting a value for the
label attribute. |
ImmutableComponent |
ImmutableComponent.withProducerOnly(String value)
Copy the current immutable object by setting a value for the
producerOnly attribute. |
ImmutableComponent |
ImmutableComponent.withScheme(String value)
Copy the current immutable object by setting a value for the
scheme attribute. |
ImmutableComponent |
ImmutableComponent.withSyntax(String value)
Copy the current immutable object by setting a value for the
syntax attribute. |
ImmutableComponent |
ImmutableComponent.withTitle(String value)
Copy the current immutable object by setting a value for the
title attribute. |
ImmutableComponent |
ImmutableComponent.withVersion(String value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2016–2019 Red Hat. All rights reserved.