Package com.dropbox.core.v2.teamlog
Class TeamLinkedAppLogInfo.Builder
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.AppLogInfo.Builder
-
- com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder
-
- Enclosing class:
- TeamLinkedAppLogInfo
public static class TeamLinkedAppLogInfo.Builder extends AppLogInfo.Builder
Builder forTeamLinkedAppLogInfo.
-
-
Field Summary
-
Fields inherited from class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
appId, displayName
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamLinkedAppLogInfobuild()Builds an instance ofTeamLinkedAppLogInfoconfigured with this builder's valuesTeamLinkedAppLogInfo.BuilderwithAppId(java.lang.String appId)Set value for optional field.TeamLinkedAppLogInfo.BuilderwithDisplayName(java.lang.String displayName)Set value for optional field.
-
-
-
Method Detail
-
withAppId
public TeamLinkedAppLogInfo.Builder withAppId(java.lang.String appId)
Set value for optional field.- Overrides:
withAppIdin classAppLogInfo.Builder- Parameters:
appId- App unique ID.- Returns:
- this builder
-
withDisplayName
public TeamLinkedAppLogInfo.Builder withDisplayName(java.lang.String displayName)
Set value for optional field.- Overrides:
withDisplayNamein classAppLogInfo.Builder- Parameters:
displayName- App display name.- Returns:
- this builder
-
build
public TeamLinkedAppLogInfo build()
Builds an instance ofTeamLinkedAppLogInfoconfigured with this builder's values- Overrides:
buildin classAppLogInfo.Builder- Returns:
- new instance of
TeamLinkedAppLogInfo
-
-