Package com.dropbox.core.v2.teamlog
Class MalwareExclusionState.Builder
java.lang.Object
com.dropbox.core.v2.teamlog.MalwareExclusionState.Builder
- Enclosing class:
MalwareExclusionState
Builder for
MalwareExclusionState.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an instance ofMalwareExclusionStateconfigured with this builder's valueswithFilePathFromLastExclusion(String filePathFromLastExclusion) Set value for optional field.withFilePathFromLastInclusion(String filePathFromLastInclusion) Set value for optional field.
-
Field Details
-
excludedFileHashesCount
protected final long excludedFileHashesCount -
filePathFromLastExclusion
-
filePathFromLastInclusion
-
-
Constructor Details
-
Builder
protected Builder(long excludedFileHashesCount)
-
-
Method Details
-
withFilePathFromLastExclusion
public MalwareExclusionState.Builder withFilePathFromLastExclusion(String filePathFromLastExclusion) Set value for optional field.- Parameters:
filePathFromLastExclusion- The file path of the last exclusion operation.- Returns:
- this builder
-
withFilePathFromLastInclusion
public MalwareExclusionState.Builder withFilePathFromLastInclusion(String filePathFromLastInclusion) Set value for optional field.- Parameters:
filePathFromLastInclusion- The file path of the last inclusion operation.- Returns:
- this builder
-
build
Builds an instance ofMalwareExclusionStateconfigured with this builder's values- Returns:
- new instance of
MalwareExclusionState
-