Class TriggerListResponse


  • public final class TriggerListResponse
    extends Object
    A list of trigger resources.
    • Constructor Detail

      • TriggerListResponse

        public TriggerListResponse()
    • Method Detail

      • getValue

        public List<TriggerResource> getValue()
        Get the value property: List of triggers.
        Returns:
        the value value.
      • setValue

        public TriggerListResponse setValue​(List<TriggerResource> value)
        Set the value property: List of triggers.
        Parameters:
        value - the value value to set.
        Returns:
        the TriggerListResponse object itself.
      • getNextLink

        public String getNextLink()
        Get the nextLink property: The link to the next page of results, if any remaining results exist.
        Returns:
        the nextLink value.
      • setNextLink

        public TriggerListResponse setNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of results, if any remaining results exist.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the TriggerListResponse object itself.