public class ObjectExistBuilder extends Object
Constructor and Description |
---|
ObjectExistBuilder(ObjectExist model) |
Modifier and Type | Method and Description |
---|---|
ObjectExist |
build()
Build ObjectExist instance.
|
ObjectExistBuilder |
exists(Boolean exists)
Set ObjectExist.exists and return builder.
|
ObjectExistBuilder |
isFolder(Boolean isFolder)
Set ObjectExist.isFolder and return builder.
|
public ObjectExistBuilder(ObjectExist model)
public ObjectExist build()
public ObjectExistBuilder exists(Boolean exists)
exists
- Indicates that the file or folder exists.public ObjectExistBuilder isFolder(Boolean isFolder)
isFolder
- True if it is a folder, false if it is a file.Copyright © 2020. All rights reserved.