Package com.dropbox.core.v2.teamlog
Class SsoChangeLogoutUrlDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
- Enclosing class:
SsoChangeLogoutUrlDetails
Builder for
SsoChangeLogoutUrlDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofSsoChangeLogoutUrlDetailsconfigured with this builder's valueswithNewValue(String newValue) Set value for optional field.withPreviousValue(String previousValue) Set value for optional field.
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withPreviousValue
Set value for optional field.- Parameters:
previousValue- Previous single sign-on logout URL. Might be missing due to historical data gap.- Returns:
- this builder
-
withNewValue
Set value for optional field.- Parameters:
newValue- New single sign-on logout URL.- Returns:
- this builder
-
build
Builds an instance ofSsoChangeLogoutUrlDetailsconfigured with this builder's values- Returns:
- new instance of
SsoChangeLogoutUrlDetails
-