Package org.openapitools.client.models
Class BlockListOptions
-
- All Implemented Interfaces:
public final class BlockListOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBlockListOptions.BehaviorValues: flag,block,shadowBlock
-
Field Summary
Fields Modifier and Type Field Description private final BlockListOptions.Behaviorbehaviorprivate final Stringblocklist
-
Constructor Summary
Constructors Constructor Description BlockListOptions(BlockListOptions.Behavior behavior, String blocklist)
-
Method Summary
Modifier and Type Method Description final BlockListOptions.BehaviorgetBehavior()final StringgetBlocklist()-
-
Constructor Detail
-
BlockListOptions
BlockListOptions(BlockListOptions.Behavior behavior, String blocklist)
-
-
Method Detail
-
getBehavior
final BlockListOptions.Behavior getBehavior()
-
getBlocklist
final String getBlocklist()
-
-
-
-