public class ShieldInformationBarrierSegmentsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarrierSegmentsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
ShieldInformationBarrierSegmentsManager() |
protected |
ShieldInformationBarrierSegmentsManager(ShieldInformationBarrierSegmentsManager.Builder builder) |
public Authentication auth
public NetworkSession networkSession
public ShieldInformationBarrierSegmentsManager()
protected ShieldInformationBarrierSegmentsManager(ShieldInformationBarrierSegmentsManager.Builder builder)
public ShieldInformationBarrierSegment getShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"public ShieldInformationBarrierSegment getShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId, GetShieldInformationBarrierSegmentByIdHeaders headers)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"headers - Headers of getShieldInformationBarrierSegmentById methodpublic void deleteShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"public void deleteShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId, DeleteShieldInformationBarrierSegmentByIdHeaders headers)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"headers - Headers of deleteShieldInformationBarrierSegmentById methodpublic ShieldInformationBarrierSegment updateShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"public ShieldInformationBarrierSegment updateShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId, UpdateShieldInformationBarrierSegmentByIdRequestBody requestBody)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"requestBody - Request body of updateShieldInformationBarrierSegmentById methodpublic ShieldInformationBarrierSegment updateShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId, UpdateShieldInformationBarrierSegmentByIdHeaders headers)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"headers - Headers of updateShieldInformationBarrierSegmentById methodpublic ShieldInformationBarrierSegment updateShieldInformationBarrierSegmentById(String shieldInformationBarrierSegmentId, UpdateShieldInformationBarrierSegmentByIdRequestBody requestBody, UpdateShieldInformationBarrierSegmentByIdHeaders headers)
shieldInformationBarrierSegmentId - The ID of the shield information barrier segment.
Example: "3423"requestBody - Request body of updateShieldInformationBarrierSegmentById methodheaders - Headers of updateShieldInformationBarrierSegmentById methodpublic ShieldInformationBarrierSegments getShieldInformationBarrierSegments(GetShieldInformationBarrierSegmentsQueryParams queryParams)
queryParams - Query parameters of getShieldInformationBarrierSegments methodpublic ShieldInformationBarrierSegments getShieldInformationBarrierSegments(GetShieldInformationBarrierSegmentsQueryParams queryParams, GetShieldInformationBarrierSegmentsHeaders headers)
queryParams - Query parameters of getShieldInformationBarrierSegments methodheaders - Headers of getShieldInformationBarrierSegments methodpublic ShieldInformationBarrierSegment createShieldInformationBarrierSegment(CreateShieldInformationBarrierSegmentRequestBody requestBody)
requestBody - Request body of createShieldInformationBarrierSegment methodpublic ShieldInformationBarrierSegment createShieldInformationBarrierSegment(CreateShieldInformationBarrierSegmentRequestBody requestBody, CreateShieldInformationBarrierSegmentHeaders headers)
requestBody - Request body of createShieldInformationBarrierSegment methodheaders - Headers of createShieldInformationBarrierSegment methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()