Class RestCreateFlowRequest

java.lang.Object
com.atlassian.crowd.plugins.testkit.rest.model.RestCreateFlowRequest

public class RestCreateFlowRequest extends Object
  • Constructor Details

    • RestCreateFlowRequest

      public RestCreateFlowRequest(String configurationId, String externalId, String redirectUrl)
  • Method Details

    • getConfigurationId

      public String getConfigurationId()
    • getExternalId

      public String getExternalId()
    • getRedirectUrl

      public String getRedirectUrl()