public class ShieldInformationBarriersManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldInformationBarriersManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
ShieldInformationBarriersManager() |
protected |
ShieldInformationBarriersManager(ShieldInformationBarriersManager.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
ShieldInformationBarrier |
createShieldInformationBarrier(CreateShieldInformationBarrierRequestBody requestBody)
Creates a shield information barrier to separate individuals/groups within the same firm and
prevents confidential information passing between them.
|
ShieldInformationBarrier |
createShieldInformationBarrier(CreateShieldInformationBarrierRequestBody requestBody,
CreateShieldInformationBarrierHeaders headers)
Creates a shield information barrier to separate individuals/groups within the same firm and
prevents confidential information passing between them.
|
Authentication |
getAuth() |
NetworkSession |
getNetworkSession() |
ShieldInformationBarrier |
getShieldInformationBarrierById(String shieldInformationBarrierId)
Get shield information barrier based on provided ID.
|
ShieldInformationBarrier |
getShieldInformationBarrierById(String shieldInformationBarrierId,
GetShieldInformationBarrierByIdHeaders headers)
Get shield information barrier based on provided ID.
|
ShieldInformationBarriers |
getShieldInformationBarriers()
Retrieves a list of shield information barrier objects for the enterprise of JWT.
|
ShieldInformationBarriers |
getShieldInformationBarriers(GetShieldInformationBarriersHeaders headers)
Retrieves a list of shield information barrier objects for the enterprise of JWT.
|
ShieldInformationBarriers |
getShieldInformationBarriers(GetShieldInformationBarriersQueryParams queryParams)
Retrieves a list of shield information barrier objects for the enterprise of JWT.
|
ShieldInformationBarriers |
getShieldInformationBarriers(GetShieldInformationBarriersQueryParams queryParams,
GetShieldInformationBarriersHeaders headers)
Retrieves a list of shield information barrier objects for the enterprise of JWT.
|
ShieldInformationBarrier |
updateShieldInformationBarrierStatus(UpdateShieldInformationBarrierStatusRequestBody requestBody)
Change status of shield information barrier with the specified ID.
|
ShieldInformationBarrier |
updateShieldInformationBarrierStatus(UpdateShieldInformationBarrierStatusRequestBody requestBody,
UpdateShieldInformationBarrierStatusHeaders headers)
Change status of shield information barrier with the specified ID.
|
public Authentication auth
public NetworkSession networkSession
public ShieldInformationBarriersManager()
protected ShieldInformationBarriersManager(ShieldInformationBarriersManager.Builder builder)
public ShieldInformationBarrier getShieldInformationBarrierById(String shieldInformationBarrierId)
shieldInformationBarrierId - The ID of the shield information barrier. Example: "1910967"public ShieldInformationBarrier getShieldInformationBarrierById(String shieldInformationBarrierId, GetShieldInformationBarrierByIdHeaders headers)
shieldInformationBarrierId - The ID of the shield information barrier. Example: "1910967"headers - Headers of getShieldInformationBarrierById methodpublic ShieldInformationBarrier updateShieldInformationBarrierStatus(UpdateShieldInformationBarrierStatusRequestBody requestBody)
requestBody - Request body of updateShieldInformationBarrierStatus methodpublic ShieldInformationBarrier updateShieldInformationBarrierStatus(UpdateShieldInformationBarrierStatusRequestBody requestBody, UpdateShieldInformationBarrierStatusHeaders headers)
requestBody - Request body of updateShieldInformationBarrierStatus methodheaders - Headers of updateShieldInformationBarrierStatus methodpublic ShieldInformationBarriers getShieldInformationBarriers()
public ShieldInformationBarriers getShieldInformationBarriers(GetShieldInformationBarriersQueryParams queryParams)
queryParams - Query parameters of getShieldInformationBarriers methodpublic ShieldInformationBarriers getShieldInformationBarriers(GetShieldInformationBarriersHeaders headers)
headers - Headers of getShieldInformationBarriers methodpublic ShieldInformationBarriers getShieldInformationBarriers(GetShieldInformationBarriersQueryParams queryParams, GetShieldInformationBarriersHeaders headers)
queryParams - Query parameters of getShieldInformationBarriers methodheaders - Headers of getShieldInformationBarriers methodpublic ShieldInformationBarrier createShieldInformationBarrier(CreateShieldInformationBarrierRequestBody requestBody)
requestBody - Request body of createShieldInformationBarrier methodpublic ShieldInformationBarrier createShieldInformationBarrier(CreateShieldInformationBarrierRequestBody requestBody, CreateShieldInformationBarrierHeaders headers)
requestBody - Request body of createShieldInformationBarrier methodheaders - Headers of createShieldInformationBarrier methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()