Package com.dropbox.core.v2.teamlog
Class GuestAdminSignedInViaTrustedTeamsDetails.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails.Builder
- Enclosing class:
GuestAdminSignedInViaTrustedTeamsDetails
Builder for
GuestAdminSignedInViaTrustedTeamsDetails.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofGuestAdminSignedInViaTrustedTeamsDetailsconfigured with this builder's valueswithTeamName(String teamName) Set value for optional field.withTrustedTeamName(String trustedTeamName) Set value for optional field.
-
Field Details
-
teamName
-
trustedTeamName
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withTeamName
Set value for optional field.- Parameters:
teamName- Host team name.- Returns:
- this builder
-
withTrustedTeamName
Set value for optional field.- Parameters:
trustedTeamName- Trusted team name.- Returns:
- this builder
-
build
Builds an instance ofGuestAdminSignedInViaTrustedTeamsDetailsconfigured with this builder's values- Returns:
- new instance of
GuestAdminSignedInViaTrustedTeamsDetails
-