Package model

Class OnboardingFormOnboardingLink


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class OnboardingFormOnboardingLink
    extends Object
    The information of the initial onboarding link. This is only provided when creating an `onboarding_form`.
    • Constructor Detail

      • OnboardingFormOnboardingLink

        public OnboardingFormOnboardingLink()
    • 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 until the link expires.
        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 OnboardingFormOnboardingLink
      • fromJson

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

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