public class ShieldInformationBarrierSegmentRestrictionsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarrierSegmentRestrictionsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
ShieldInformationBarrierSegmentRestrictionsManager() |
protected |
ShieldInformationBarrierSegmentRestrictionsManager(ShieldInformationBarrierSegmentRestrictionsManager.Builder builder) |
public Authentication auth
public NetworkSession networkSession
public ShieldInformationBarrierSegmentRestrictionsManager()
protected ShieldInformationBarrierSegmentRestrictionsManager(ShieldInformationBarrierSegmentRestrictionsManager.Builder builder)
public ShieldInformationBarrierSegmentRestriction getShieldInformationBarrierSegmentRestrictionById(String shieldInformationBarrierSegmentRestrictionId)
shieldInformationBarrierSegmentRestrictionId - The ID of the shield information barrier
segment Restriction. Example: "4563"public ShieldInformationBarrierSegmentRestriction getShieldInformationBarrierSegmentRestrictionById(String shieldInformationBarrierSegmentRestrictionId, GetShieldInformationBarrierSegmentRestrictionByIdHeaders headers)
shieldInformationBarrierSegmentRestrictionId - The ID of the shield information barrier
segment Restriction. Example: "4563"headers - Headers of getShieldInformationBarrierSegmentRestrictionById methodpublic void deleteShieldInformationBarrierSegmentRestrictionById(String shieldInformationBarrierSegmentRestrictionId)
shieldInformationBarrierSegmentRestrictionId - The ID of the shield information barrier
segment Restriction. Example: "4563"public void deleteShieldInformationBarrierSegmentRestrictionById(String shieldInformationBarrierSegmentRestrictionId, DeleteShieldInformationBarrierSegmentRestrictionByIdHeaders headers)
shieldInformationBarrierSegmentRestrictionId - The ID of the shield information barrier
segment Restriction. Example: "4563"headers - Headers of deleteShieldInformationBarrierSegmentRestrictionById methodpublic ShieldInformationBarrierSegmentRestrictions getShieldInformationBarrierSegmentRestrictions(GetShieldInformationBarrierSegmentRestrictionsQueryParams queryParams)
queryParams - Query parameters of getShieldInformationBarrierSegmentRestrictions methodpublic ShieldInformationBarrierSegmentRestrictions getShieldInformationBarrierSegmentRestrictions(GetShieldInformationBarrierSegmentRestrictionsQueryParams queryParams, GetShieldInformationBarrierSegmentRestrictionsHeaders headers)
queryParams - Query parameters of getShieldInformationBarrierSegmentRestrictions methodheaders - Headers of getShieldInformationBarrierSegmentRestrictions methodpublic ShieldInformationBarrierSegmentRestriction createShieldInformationBarrierSegmentRestriction(CreateShieldInformationBarrierSegmentRestrictionRequestBody requestBody)
requestBody - Request body of createShieldInformationBarrierSegmentRestriction methodpublic ShieldInformationBarrierSegmentRestriction createShieldInformationBarrierSegmentRestriction(CreateShieldInformationBarrierSegmentRestrictionRequestBody requestBody, CreateShieldInformationBarrierSegmentRestrictionHeaders headers)
requestBody - Request body of createShieldInformationBarrierSegmentRestriction methodheaders - Headers of createShieldInformationBarrierSegmentRestriction methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()