Class TriggerQueryResponseInner


  • public final class TriggerQueryResponseInner
    extends Object
    A query of triggers.
    • Constructor Detail

      • TriggerQueryResponseInner

        public TriggerQueryResponseInner()
    • Method Detail

      • 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 TriggerQueryResponseInner 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 TriggerQueryResponseInner object itself.
      • validate

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