public class GetShieldInformationBarrierSegmentsQueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetShieldInformationBarrierSegmentsQueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
shieldInformationBarrierId
The ID of the shield information barrier.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetShieldInformationBarrierSegmentsQueryParams(GetShieldInformationBarrierSegmentsQueryParams.Builder builder) |
|
GetShieldInformationBarrierSegmentsQueryParams(String shieldInformationBarrierId) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getLimit() |
String |
getMarker() |
String |
getShieldInformationBarrierId() |
public final String shieldInformationBarrierId
public String marker
This requires `usemarker` to be set to `true`.
public GetShieldInformationBarrierSegmentsQueryParams(String shieldInformationBarrierId)
protected GetShieldInformationBarrierSegmentsQueryParams(GetShieldInformationBarrierSegmentsQueryParams.Builder builder)