Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstTag
Packages that use ImmutableAstTag
-
Uses of ImmutableAstTag in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstTagModifier and TypeMethodDescriptionImmutableAstTag.Builder.build()Builds a newImmutableAstTag.static ImmutableAstTagCreates an immutable copy of aAstTagvalue.final ImmutableAstTagImmutableAstTag.withBodyType(AstBody.AstBodyType value) Copy the current immutable object by setting a value for thebodyTypeattribute.final ImmutableAstTagImmutableAstTag.withCommitId(String value) Copy the current immutable object by setting a value for thecommitIdattribute.final ImmutableAstTagImmutableAstTag.withCreated(LocalDateTime value) Copy the current immutable object by setting a value for thecreatedattribute.final ImmutableAstTagImmutableAstTag.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.final ImmutableAstTagImmutableAstTag.withHeaders(AstBody.Headers value) Copy the current immutable object by setting a value for theheadersattribute.final ImmutableAstTagImmutableAstTag.withMessages(AstBody.AstCommandMessage... elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstTagImmutableAstTag.withMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Copy the current immutable object with elements that replace the content ofmessages.final ImmutableAstTagCopy the current immutable object by setting a value for thenameattribute.final ImmutableAstTagImmutableAstTag.withValues(AstTag.AstTagValue... elements) Copy the current immutable object with elements that replace the content ofvalues.final ImmutableAstTagImmutableAstTag.withValues(Iterable<? extends AstTag.AstTagValue> elements) Copy the current immutable object with elements that replace the content ofvalues.