- Get shield information barrier segment restriction by ID
- Delete shield information barrier segment restriction by ID
- List shield information barrier segment restrictions
- Create shield information barrier segment restriction
Retrieves a shield information barrier segment restriction based on provided ID.
This operation is performed by calling function getShieldInformationBarrierSegmentRestrictionById
.
See the endpoint docs at API Reference.
client.getShieldInformationBarrierSegmentRestrictions().getShieldInformationBarrierSegmentRestrictionById(segmentRestrictionId)
- shieldInformationBarrierSegmentRestrictionId
String
- The ID of the shield information barrier segment Restriction. Example: "4563"
- headers
GetShieldInformationBarrierSegmentRestrictionByIdHeaders
- Headers of getShieldInformationBarrierSegmentRestrictionById method
This function returns a value of type ShieldInformationBarrierSegmentRestriction
.
Returns the shield information barrier segment restriction object.
Delete shield information barrier segment restriction based on provided ID.
This operation is performed by calling function deleteShieldInformationBarrierSegmentRestrictionById
.
See the endpoint docs at API Reference.
client.getShieldInformationBarrierSegmentRestrictions().deleteShieldInformationBarrierSegmentRestrictionById(segmentRestrictionId)
- shieldInformationBarrierSegmentRestrictionId
String
- The ID of the shield information barrier segment Restriction. Example: "4563"
- headers
DeleteShieldInformationBarrierSegmentRestrictionByIdHeaders
- Headers of deleteShieldInformationBarrierSegmentRestrictionById method
This function returns a value of type void
.
Empty body in response
Lists shield information barrier segment restrictions based on provided segment ID.
This operation is performed by calling function getShieldInformationBarrierSegmentRestrictions
.
See the endpoint docs at API Reference.
client.getShieldInformationBarrierSegmentRestrictions().getShieldInformationBarrierSegmentRestrictions(new GetShieldInformationBarrierSegmentRestrictionsQueryParams(segmentId))
- queryParams
GetShieldInformationBarrierSegmentRestrictionsQueryParams
- Query parameters of getShieldInformationBarrierSegmentRestrictions method
- headers
GetShieldInformationBarrierSegmentRestrictionsHeaders
- Headers of getShieldInformationBarrierSegmentRestrictions method
This function returns a value of type ShieldInformationBarrierSegmentRestrictions
.
Returns a paginated list of shield information barrier segment restriction objects.
Creates a shield information barrier segment restriction object.
This operation is performed by calling function createShieldInformationBarrierSegmentRestriction
.
See the endpoint docs at API Reference.
client.getShieldInformationBarrierSegmentRestrictions().createShieldInformationBarrierSegmentRestriction(new CreateShieldInformationBarrierSegmentRestrictionRequestBody.CreateShieldInformationBarrierSegmentRestrictionRequestBodyBuilder(new CreateShieldInformationBarrierSegmentRestrictionRequestBodyShieldInformationBarrierSegmentField.CreateShieldInformationBarrierSegmentRestrictionRequestBodyShieldInformationBarrierSegmentFieldBuilder().id(segmentId).type(CreateShieldInformationBarrierSegmentRestrictionRequestBodyShieldInformationBarrierSegmentTypeField.SHIELD_INFORMATION_BARRIER_SEGMENT).build(), new CreateShieldInformationBarrierSegmentRestrictionRequestBodyRestrictedSegmentField.CreateShieldInformationBarrierSegmentRestrictionRequestBodyRestrictedSegmentFieldBuilder().id(segmentToRestrictId).type(CreateShieldInformationBarrierSegmentRestrictionRequestBodyRestrictedSegmentTypeField.SHIELD_INFORMATION_BARRIER_SEGMENT).build()).type(CreateShieldInformationBarrierSegmentRestrictionRequestBodyTypeField.SHIELD_INFORMATION_BARRIER_SEGMENT_RESTRICTION).build())
- requestBody
CreateShieldInformationBarrierSegmentRestrictionRequestBody
- Request body of createShieldInformationBarrierSegmentRestriction method
- headers
CreateShieldInformationBarrierSegmentRestrictionHeaders
- Headers of createShieldInformationBarrierSegmentRestriction method
This function returns a value of type ShieldInformationBarrierSegmentRestriction
.
Returns the newly created Shield Information Barrier Segment Restriction object.