Package com.dropbox.core.v2.team
Class ApiApp.Builder
java.lang.Object
com.dropbox.core.v2.team.ApiApp.Builder
- Enclosing class:
ApiApp
Builder for
ApiApp.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofApiAppconfigured with this builder's valueswithLinked(Date linked) Set value for optional field.withPublisher(String publisher) Set value for optional field.withPublisherUrl(String publisherUrl) Set value for optional field.
-
Field Details
-
appId
-
appName
-
isAppFolder
protected final boolean isAppFolder -
publisher
-
publisherUrl
-
linked
-
-
Constructor Details
-
Builder
-
-
Method Details
-
withPublisher
Set value for optional field.- Parameters:
publisher- The application publisher name.- Returns:
- this builder
-
withPublisherUrl
Set value for optional field.- Parameters:
publisherUrl- The publisher's URL.- Returns:
- this builder
-
withLinked
Set value for optional field.- Parameters:
linked- The time this application was linked.- Returns:
- this builder
-
build
Builds an instance ofApiAppconfigured with this builder's values- Returns:
- new instance of
ApiApp
-