Package com.dropbox.core.v2.teamlog
Class NamespaceRelativePathLogInfo.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
- Enclosing class:
NamespaceRelativePathLogInfo
Builder for
NamespaceRelativePathLogInfo.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofNamespaceRelativePathLogInfoconfigured with this builder's valueswithIsSharedNamespace(Boolean isSharedNamespace) Set value for optional field.Set value for optional field.withRelativePath(String relativePath) Set value for optional field.
-
Field Details
-
nsId
-
relativePath
-
-
Constructor Details
-
Builder
protected Builder()
-
-
Method Details
-
withNsId
Set value for optional field.- Parameters:
nsId- Namespace ID.- Returns:
- this builder
-
withRelativePath
Set value for optional field.- Parameters:
relativePath- A path relative to the specified namespace ID.- Returns:
- this builder
-
build
Builds an instance ofNamespaceRelativePathLogInfoconfigured with this builder's values- Returns:
- new instance of
NamespaceRelativePathLogInfo
-