Package com.dropbox.core.v2.teamlog
Class NamespaceRelativePathLogInfo.Builder
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
-
- Enclosing class:
- NamespaceRelativePathLogInfo
public static class NamespaceRelativePathLogInfo.Builder extends java.lang.ObjectBuilder forNamespaceRelativePathLogInfo.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanisSharedNamespaceprotected java.lang.StringnsIdprotected java.lang.StringrelativePath
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespaceRelativePathLogInfobuild()Builds an instance ofNamespaceRelativePathLogInfoconfigured with this builder's valuesNamespaceRelativePathLogInfo.BuilderwithIsSharedNamespace(java.lang.Boolean isSharedNamespace)Set value for optional field.NamespaceRelativePathLogInfo.BuilderwithNsId(java.lang.String nsId)Set value for optional field.NamespaceRelativePathLogInfo.BuilderwithRelativePath(java.lang.String relativePath)Set value for optional field.
-
-
-
Method Detail
-
withNsId
public NamespaceRelativePathLogInfo.Builder withNsId(java.lang.String nsId)
Set value for optional field.- Parameters:
nsId- Namespace ID.- Returns:
- this builder
-
withRelativePath
public NamespaceRelativePathLogInfo.Builder withRelativePath(java.lang.String relativePath)
Set value for optional field.- Parameters:
relativePath- A path relative to the specified namespace ID.- Returns:
- this builder
-
withIsSharedNamespace
public NamespaceRelativePathLogInfo.Builder withIsSharedNamespace(java.lang.Boolean isSharedNamespace)
Set value for optional field.- Parameters:
isSharedNamespace- True if the namespace is shared.- Returns:
- this builder
-
build
public NamespaceRelativePathLogInfo build()
Builds an instance ofNamespaceRelativePathLogInfoconfigured with this builder's values- Returns:
- new instance of
NamespaceRelativePathLogInfo
-
-