Package model

Class OnboardingFormLink


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class OnboardingFormLink
    extends Object
    OnboardingFormLink
    • Constructor Detail

      • OnboardingFormLink

        public OnboardingFormLink()
    • Method Detail

      • getExpiresAt

        @Nullable
        public String getExpiresAt()
        A UTC timestamp detailing when the onboarding form expires and will no longer be available via `link_url`. To generate a new link to the same form, see [Get an Onboarding Form URL](/guides/onboarding/onboarding-form/#get-an-onboarding-form-url).
        Returns:
        expiresAt
      • setExpiresAt

        public void setExpiresAt​(String expiresAt)
      • getLinkUrl

        @Nullable
        public String getLinkUrl()
        The URL of the user's Finix Onboarding Form. Users can use the `link_url` to return to the form at any time.
        Returns:
        linkUrl
      • setLinkUrl

        public void setLinkUrl​(String linkUrl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to OnboardingFormLink
      • fromJson

        public static OnboardingFormLink fromJson​(String jsonString)
                                           throws IOException
        Create an instance of OnboardingFormLink given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of OnboardingFormLink
        Throws:
        IOException - if the JSON string is invalid with respect to OnboardingFormLink
      • toJson

        public String toJson()
        Convert an instance of OnboardingFormLink to an JSON string
        Returns:
        JSON string