Package com.dropbox.core.v2.teamlog
Class SsoChangeLogoutUrlDetails.Builder
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
-
- Enclosing class:
- SsoChangeLogoutUrlDetails
public static class SsoChangeLogoutUrlDetails.Builder extends java.lang.Object
Builder forSsoChangeLogoutUrlDetails
.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
newValue
protected java.lang.String
previousValue
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SsoChangeLogoutUrlDetails
build()
Builds an instance ofSsoChangeLogoutUrlDetails
configured with this builder's valuesSsoChangeLogoutUrlDetails.Builder
withNewValue(java.lang.String newValue)
Set value for optional field.SsoChangeLogoutUrlDetails.Builder
withPreviousValue(java.lang.String previousValue)
Set value for optional field.
-
-
-
Method Detail
-
withPreviousValue
public SsoChangeLogoutUrlDetails.Builder withPreviousValue(java.lang.String previousValue)
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
public SsoChangeLogoutUrlDetails.Builder withNewValue(java.lang.String newValue)
Set value for optional field.- Parameters:
newValue
- New single sign-on logout URL. Might be missing due to historical data gap.- Returns:
- this builder
-
build
public SsoChangeLogoutUrlDetails build()
Builds an instance ofSsoChangeLogoutUrlDetails
configured with this builder's values- Returns:
- new instance of
SsoChangeLogoutUrlDetails
-
-