Interface Patterns.PatternsListIntentPatternsDefinitionStages.WithExecute

    • Method Detail

      • execute

        List<PatternRuleInfo> execute()
        Execute the request.
        Returns:
        the List<PatternRuleInfo> object if successful.
      • executeAsync

        rx.Observable<List<PatternRuleInfo>> executeAsync()
        Execute the request asynchronously.
        Returns:
        the observable to the List<PatternRuleInfo> object