Class IntentResponse

java.lang.Object
com.flowable.action.rest.service.api.history.IntentResponse

public class IntentResponse
extends java.lang.Object
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String type  
  • Constructor Summary

    Constructors 
    Constructor Description
    IntentResponse​(Intent intent)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getType()  
    void setType​(java.lang.String type)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • type

      protected java.lang.String type
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
    • setType

      public void setType​(java.lang.String type)