Package com.dropbox.core.v2.teamlog
Class UserLinkedAppLogInfo.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.AppLogInfo.Builder
com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder
- Enclosing class:
UserLinkedAppLogInfo
Builder for
UserLinkedAppLogInfo.-
Field Summary
Fields inherited from class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
appId, displayName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofUserLinkedAppLogInfoconfigured with this builder's valuesSet value for optional field.withDisplayName(String displayName) Set value for optional field.
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withAppId
Set value for optional field.- Overrides:
withAppIdin classAppLogInfo.Builder- Parameters:
appId- App unique ID.- Returns:
- this builder
-
withDisplayName
Set value for optional field.- Overrides:
withDisplayNamein classAppLogInfo.Builder- Parameters:
displayName- App display name.- Returns:
- this builder
-
build
Builds an instance ofUserLinkedAppLogInfoconfigured with this builder's values- Overrides:
buildin classAppLogInfo.Builder- Returns:
- new instance of
UserLinkedAppLogInfo
-