Package com.dropbox.core.v2.teamlog
Class UserOrTeamLinkedAppLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.AppLogInfo
com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
User or team linked app. Used when linked type is missing due to historical
data gap.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.dropbox.core.v2.teamlog.AppLogInfo
appId, displayName -
Constructor Summary
ConstructorsConstructorDescriptionUser or team linked app.UserOrTeamLinkedAppLogInfo(String appId, String displayName) User or team linked app. -
Method Summary
-
Constructor Details
-
UserOrTeamLinkedAppLogInfo
User or team linked app. Used when linked type is missing due to historical data gap.Use
newBuilder()to create instances of this class without specifying values for all optional fields.- Parameters:
appId- App unique ID.displayName- App display name.
-
UserOrTeamLinkedAppLogInfo
public UserOrTeamLinkedAppLogInfo()User or team linked app. Used when linked type is missing due to historical data gap.The 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
-