Package com.dropbox.core.v2.teamlog
Class SsoChangeLogoutUrlDetails
java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Changed sign-out URL for SSO.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionChanged sign-out URL for SSO.SsoChangeLogoutUrlDetails(String previousValue, String newValue) Changed sign-out URL for SSO. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
SsoChangeLogoutUrlDetails
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
Previous single sign-on logout URL. Might be missing due to historical data gap.- Returns:
- value for this field, or
nullif not present.
-
getNewValue
New single sign-on logout URL.- Returns:
- value for this field, or
nullif not present.
-
newBuilder
Returns a new builder for creating an instance of this class.- Returns:
- builder for this class.
-
hashCode
public int hashCode() -
equals
-
toString
-
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
-