Package com.dropbox.core.v2.teamlog
Class GuestAdminSignedInViaTrustedTeamsDetails
java.lang.Object
com.dropbox.core.v2.teamlog.GuestAdminSignedInViaTrustedTeamsDetails
Started trusted team admin session.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder forGuestAdminSignedInViaTrustedTeamsDetails. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStarted trusted team admin session.GuestAdminSignedInViaTrustedTeamsDetails(String teamName, String trustedTeamName) Started trusted team admin session. -
Method Summary
-
Field Details
-
teamName
-
trustedTeamName
-
-
Constructor Details
-
GuestAdminSignedInViaTrustedTeamsDetails
public GuestAdminSignedInViaTrustedTeamsDetails(@Nullable String teamName, @Nullable String trustedTeamName) Started trusted team admin session.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
teamName- Host team name.trustedTeamName- Trusted team name.
-
GuestAdminSignedInViaTrustedTeamsDetails
public GuestAdminSignedInViaTrustedTeamsDetails()Started trusted team admin session.The default values for unset fields will be used.
-
-
Method Details
-
getTeamName
Host team name.- Returns:
- value for this field, or
nullif not present.
-
getTrustedTeamName
Trusted team name.- 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
-