@NotThreadSafe
public static final class PointBinding.Request
extends Object
implements Serializable
This class encapsulates either a query for point definitions informations or a bindings request.
Modifier and Type | Class and Description |
---|---|
static class |
PointBinding.Request.Builder
Point binding request builder.
|
Modifier and Type | Method and Description |
---|---|
Optional<UUID> |
getClientUUID()
Gets the client UUID.
|
Optional<String> |
getSelectionName()
Gets the selection name.
|
Optional<Pattern> |
getSelectionPattern()
Gets the selection pattern.
|
Optional<UUID> |
getSelectionUUID()
Gets the selection UUID.
|
static PointBinding.Request.Builder |
newBuilder()
Returns a new builder.
|
@Nonnull @CheckReturnValue public static PointBinding.Request.Builder newBuilder()
@Nonnull @CheckReturnValue public Optional<UUID> getClientUUID()
@Nonnull @CheckReturnValue public Optional<String> getSelectionName()
@Nonnull @CheckReturnValue public Optional<Pattern> getSelectionPattern()
If none has been assigned, defaults to a match all pattern.
@Nonnull @CheckReturnValue public Optional<UUID> getSelectionUUID()
Copyright © 2003-2019 Serge Brisson. All Rights Reserved.