public final class SelectionContext<T> extends Object
| Constructor and Description |
|---|
SelectionContext(ResourceGroupId resourceGroupId,
T context) |
SelectionContext(ResourceGroupId resourceGroupId,
T context,
OptionalInt firstDynamicSegmentPosition) |
| Modifier and Type | Method and Description |
|---|---|
T |
getContext() |
OptionalInt |
getFirstDynamicSegmentPosition() |
ResourceGroupId |
getResourceGroupId() |
public SelectionContext(ResourceGroupId resourceGroupId, T context, OptionalInt firstDynamicSegmentPosition)
public SelectionContext(ResourceGroupId resourceGroupId, T context)
public ResourceGroupId getResourceGroupId()
public T getContext()
public OptionalInt getFirstDynamicSegmentPosition()
Copyright © 2012–2022. All rights reserved.