Uses of Class
io.riada.insight.model.ImmutableObjectTicketConnection
Packages that use ImmutableObjectTicketConnection
-
Uses of ImmutableObjectTicketConnection in io.riada.insight.model
Methods in io.riada.insight.model that return ImmutableObjectTicketConnectionModifier and TypeMethodDescriptionImmutableObjectTicketConnection.Builder.build()
Builds a newImmutableObjectTicketConnection
.ImmutableObjectTicketConnection.copyOf
(ObjectTicketConnection instance) Creates an immutable copy of aObjectTicketConnection
value.ImmutableObjectTicketConnection.withConnectionId
(Long value) Copy the current immutable object by setting a value for theconnectionId
attribute.Copy the current immutable object by setting a value for theid
attribute.ImmutableObjectTicketConnection.withObjectId
(Integer value) Copy the current immutable object by setting a value for theobjectId
attribute.ImmutableObjectTicketConnection.withTicketId
(Long value) Copy the current immutable object by setting a value for theticketId
attribute.