public static class BlocklistEntry.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BlocklistEntry |
build() |
BlocklistEntry.Builder |
copy(BlocklistEntry model) |
BlocklistEntry.Builder |
operation(OperationType operation)
The operation type.
|
BlocklistEntry.Builder |
reason(String reason)
The reason why the operation is blocklisted.
|
public BlocklistEntry.Builder operation(OperationType operation)
The operation type.
operation
- the value to setpublic BlocklistEntry.Builder reason(String reason)
The reason why the operation is blocklisted.
reason
- the value to setpublic BlocklistEntry build()
public BlocklistEntry.Builder copy(BlocklistEntry model)
Copyright © 2016–2025. All rights reserved.