Class FlowRequestStartedEvent

java.lang.Object
com.atlassian.oauth2.client.api.lib.event.FlowRequestStartedEvent

public class FlowRequestStartedEvent extends Object
  • Constructor Details

    • FlowRequestStartedEvent

      public FlowRequestStartedEvent(String flowRequestId, String providerType, String grantType)
    • FlowRequestStartedEvent

      public FlowRequestStartedEvent(String flowRequestId, String providerType, String grantType, String configId, String externalId)
  • Method Details

    • getFlowRequestId

      public String getFlowRequestId()
    • getProviderType

      public String getProviderType()
    • getGrantType

      public String getGrantType()
    • getExternalId

      public String getExternalId()
    • getConfigId

      public String getConfigId()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object