Uses of Enum Class
io.resys.thena.api.envelope.QueryEnvelope.QueryEnvelopeStatus
Packages that use QueryEnvelope.QueryEnvelopeStatus
-
Uses of QueryEnvelope.QueryEnvelopeStatus in io.resys.thena.api.envelope
Methods in io.resys.thena.api.envelope that return QueryEnvelope.QueryEnvelopeStatusModifier and TypeMethodDescriptionImmutableQueryEnvelope.getStatus()ImmutableQueryEnvelopeList.getStatus()ImmutableQueryEnvelopePage.getStatus()QueryEnvelope.getStatus()QueryEnvelopeList.getStatus()QueryEnvelopePage.getStatus()Returns the enum constant of this class with the specified name.static QueryEnvelope.QueryEnvelopeStatus[]QueryEnvelope.QueryEnvelopeStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.resys.thena.api.envelope with parameters of type QueryEnvelope.QueryEnvelopeStatusModifier and TypeMethodDescriptionfinal ImmutableQueryEnvelope.Builder<T> ImmutableQueryEnvelope.Builder.status(QueryEnvelope.QueryEnvelopeStatus status) Initializes the value for thestatusattribute.ImmutableQueryEnvelopeList.Builder.status(QueryEnvelope.QueryEnvelopeStatus status) Initializes the value for thestatusattribute.ImmutableQueryEnvelopePage.Builder.status(QueryEnvelope.QueryEnvelopeStatus status) Initializes the value for thestatusattribute.final ImmutableQueryEnvelope<T> ImmutableQueryEnvelope.withStatus(QueryEnvelope.QueryEnvelopeStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableQueryEnvelopeList<T> ImmutableQueryEnvelopeList.withStatus(QueryEnvelope.QueryEnvelopeStatus value) Copy the current immutable object by setting a value for thestatusattribute.final ImmutableQueryEnvelopePage<T> ImmutableQueryEnvelopePage.withStatus(QueryEnvelope.QueryEnvelopeStatus value) Copy the current immutable object by setting a value for thestatusattribute.