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 SummaryFields Modifier and Type Field Description protected java.lang.BooleanisSharedNamespaceprotected java.lang.StringnsIdprotected java.lang.StringrelativePath
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedBuilder()
 - 
Method SummaryAll 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- 
withNsIdpublic NamespaceRelativePathLogInfo.Builder withNsId(java.lang.String nsId) Set value for optional field.- Parameters:
- nsId- Namespace ID.
- Returns:
- this builder
 
 - 
withRelativePathpublic 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
 
 - 
withIsSharedNamespacepublic NamespaceRelativePathLogInfo.Builder withIsSharedNamespace(java.lang.Boolean isSharedNamespace) Set value for optional field.- Parameters:
- isSharedNamespace- True if the namespace is shared.
- Returns:
- this builder
 
 - 
buildpublic NamespaceRelativePathLogInfo build() Builds an instance ofNamespaceRelativePathLogInfoconfigured with this builder's values- Returns:
- new instance of NamespaceRelativePathLogInfo
 
 
- 
 
-