Package com.dropbox.core.v2.teamlog
Class TeamLinkedAppLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.AppLogInfo
com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
Team linked app
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.dropbox.core.v2.teamlog.AppLogInfo
appId, displayName -
Constructor Summary
ConstructorsConstructorDescriptionTeam linked appTeamLinkedAppLogInfo(String appId, String displayName) Team linked app -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAppId()App unique ID.App display name.inthashCode()static TeamLinkedAppLogInfo.BuilderReturns a new builder for creating an instance of this class.toString()Returns a String representation of this object formatted for easier readability.
-
Constructor Details
-
TeamLinkedAppLogInfo
Team linked appUse
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
appId- App unique ID.displayName- App display name.
-
TeamLinkedAppLogInfo
public TeamLinkedAppLogInfo()Team linked appThe default values for unset fields will be used.
-
-
Method Details
-
getAppId
App unique ID.- Overrides:
getAppIdin classAppLogInfo- Returns:
- value for this field, or
nullif not present.
-
getDisplayName
App display name.- Overrides:
getDisplayNamein classAppLogInfo- 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()- Overrides:
hashCodein classAppLogInfo
-
equals
- Overrides:
equalsin classAppLogInfo
-
toString
- Overrides:
toStringin classAppLogInfo
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Overrides:
toStringMultilinein classAppLogInfo- Returns:
- Formatted, multiline String representation of this object
-