public class ShieldListsManager extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShieldListsManager.Builder |
| Modifier and Type | Field and Description |
|---|---|
Authentication |
auth |
NetworkSession |
networkSession |
| Modifier | Constructor and Description |
|---|---|
|
ShieldListsManager() |
protected |
ShieldListsManager(ShieldListsManager.Builder builder) |
public Authentication auth
public NetworkSession networkSession
public ShieldListsManager()
protected ShieldListsManager(ShieldListsManager.Builder builder)
public ShieldListsV2025R0 getShieldListsV2025R0()
public ShieldListsV2025R0 getShieldListsV2025R0(GetShieldListsV2025R0Headers headers)
headers - Headers of getShieldListsV2025R0 methodpublic ShieldListV2025R0 createShieldListV2025R0(ShieldListsCreateV2025R0 requestBody)
requestBody - Request body of createShieldListV2025R0 methodpublic ShieldListV2025R0 createShieldListV2025R0(ShieldListsCreateV2025R0 requestBody, CreateShieldListV2025R0Headers headers)
requestBody - Request body of createShieldListV2025R0 methodheaders - Headers of createShieldListV2025R0 methodpublic ShieldListV2025R0 getShieldListByIdV2025R0(String shieldListId)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "public ShieldListV2025R0 getShieldListByIdV2025R0(String shieldListId, GetShieldListByIdV2025R0Headers headers)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "headers - Headers of getShieldListByIdV2025R0 methodpublic void deleteShieldListByIdV2025R0(String shieldListId)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "public void deleteShieldListByIdV2025R0(String shieldListId, DeleteShieldListByIdV2025R0Headers headers)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "headers - Headers of deleteShieldListByIdV2025R0 methodpublic ShieldListV2025R0 updateShieldListByIdV2025R0(String shieldListId, ShieldListsUpdateV2025R0 requestBody)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "requestBody - Request body of updateShieldListByIdV2025R0 methodpublic ShieldListV2025R0 updateShieldListByIdV2025R0(String shieldListId, ShieldListsUpdateV2025R0 requestBody, UpdateShieldListByIdV2025R0Headers headers)
shieldListId - The unique identifier that represents a shield list. The ID for any Shield
List can be determined by the response from the endpoint fetching all shield lists for the
enterprise. Example: "90fb0e17-c332-40ed-b4f9-fa8908fbbb24 "requestBody - Request body of updateShieldListByIdV2025R0 methodheaders - Headers of updateShieldListByIdV2025R0 methodpublic Authentication getAuth()
public NetworkSession getNetworkSession()