public static final class PropertyBytesNotRequired.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PropertyBytesNotRequired |
build() |
PropertyBytesNotRequired.Builder |
one(byte[] one) |
PropertyBytesNotRequired.Builder |
one(Optional<byte[]> one) |
PropertyBytesNotRequired.Builder |
two(byte[] two) |
PropertyBytesNotRequired.Builder |
two(Optional<byte[]> two) |
public PropertyBytesNotRequired.Builder one(byte[] one)
public PropertyBytesNotRequired.Builder one(Optional<byte[]> one)
public PropertyBytesNotRequired.Builder two(byte[] two)
public PropertyBytesNotRequired.Builder two(Optional<byte[]> two)
public PropertyBytesNotRequired build()
Copyright © 2023. All rights reserved.