Class TokenRequest

java.lang.Object
com.okta.sdk.resource.model.TokenRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-10T13:13:30.124931-06:00[America/Chicago]", comments="Generator version: 7.8.0") public class TokenRequest extends Object implements Serializable
TokenRequest
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • TokenRequest Link icon

      public TokenRequest()
  • Method Details Link icon

    • cloudEventVersion Link icon

      public TokenRequest cloudEventVersion(String cloudEventVersion)
    • getCloudEventVersion Link icon

      @Nullable public String getCloudEventVersion()
      The inline hook cloud version
      Returns:
      cloudEventVersion
    • setCloudEventVersion Link icon

      public void setCloudEventVersion(String cloudEventVersion)
    • contentType Link icon

      public TokenRequest contentType(String contentType)
    • getContentType Link icon

      @Nullable public String getContentType()
      The inline hook request header content
      Returns:
      contentType
    • setContentType Link icon

      public void setContentType(String contentType)
    • eventId Link icon

      public TokenRequest eventId(String eventId)
    • getEventId Link icon

      @Nullable public String getEventId()
      The individual inline hook request ID
      Returns:
      eventId
    • setEventId Link icon

      public void setEventId(String eventId)
    • eventTime Link icon

      public TokenRequest eventTime(String eventTime)
    • getEventTime Link icon

      @Nullable public String getEventTime()
      The time the inline hook request was sent
      Returns:
      eventTime
    • setEventTime Link icon

      public void setEventTime(String eventTime)
    • eventTypeVersion Link icon

      public TokenRequest eventTypeVersion(String eventTypeVersion)
    • getEventTypeVersion Link icon

      @Nullable public String getEventTypeVersion()
      The inline hook version
      Returns:
      eventTypeVersion
    • setEventTypeVersion Link icon

      public void setEventTypeVersion(String eventTypeVersion)
    • data Link icon

      public TokenRequest data(TokenPayLoadData data)
    • getData Link icon

      @Nullable public TokenPayLoadData getData()
      Get data
      Returns:
      data
    • setData Link icon

      public void setData(TokenPayLoadData data)
    • equals Link icon

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object