Class TriggerRunsQueryResponseInner


  • public final class TriggerRunsQueryResponseInner
    extends Object
    A list of trigger runs.
    • Constructor Detail

      • TriggerRunsQueryResponseInner

        public TriggerRunsQueryResponseInner()
    • Method Detail

      • value

        public List<TriggerRun> value()
        Get the value property: List of trigger runs.
        Returns:
        the value value.
      • withValue

        public TriggerRunsQueryResponseInner withValue​(List<TriggerRun> value)
        Set the value property: List of trigger runs.
        Parameters:
        value - the value value to set.
        Returns:
        the TriggerRunsQueryResponseInner object itself.
      • continuationToken

        public String continuationToken()
        Get the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
        Returns:
        the continuationToken value.
      • withContinuationToken

        public TriggerRunsQueryResponseInner withContinuationToken​(String continuationToken)
        Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
        Parameters:
        continuationToken - the continuationToken value to set.
        Returns:
        the TriggerRunsQueryResponseInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.