Class SsoChangeLogoutUrlDetails

java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails

public class SsoChangeLogoutUrlDetails extends Object
Changed sign-out URL for SSO.
  • Field Details

    • previousValue

      @Nullable protected final String previousValue
    • newValue

      @Nullable protected final String newValue
  • Constructor Details

    • SsoChangeLogoutUrlDetails

      public SsoChangeLogoutUrlDetails(@Nullable String previousValue, @Nullable String newValue)
      Changed sign-out URL for SSO.

      Use newBuilder() to create instances of this class without specifying values for all optional fields.

      Parameters:
      previousValue - Previous single sign-on logout URL. Might be missing due to historical data gap.
      newValue - New single sign-on logout URL.
    • SsoChangeLogoutUrlDetails

      public SsoChangeLogoutUrlDetails()
      Changed sign-out URL for SSO.

      The default values for unset fields will be used.

  • Method Details

    • getPreviousValue

      @Nullable public String getPreviousValue()
      Previous single sign-on logout URL. Might be missing due to historical data gap.
      Returns:
      value for this field, or null if not present.
    • getNewValue

      @Nullable public String getNewValue()
      New single sign-on logout URL.
      Returns:
      value for this field, or null if not present.
    • newBuilder

      public static SsoChangeLogoutUrlDetails.Builder newBuilder()
      Returns a new builder for creating an instance of this class.
      Returns:
      builder for this class.
    • hashCode

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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toStringMultiline

      public String toStringMultiline()
      Returns a String representation of this object formatted for easier readability.

      The returned String may contain newlines.

      Returns:
      Formatted, multiline String representation of this object