Uses of Class
com.rapid7.appspider.datatransferobjects.ClientIdNamePair
-
Packages that use ClientIdNamePair Package Description com.rapid7.appspider -
-
Uses of ClientIdNamePair in com.rapid7.appspider
Methods in com.rapid7.appspider that return types with arguments of type ClientIdNamePair Modifier and Type Method Description Optional<List<ClientIdNamePair>>
ApiSerializer. getClientIdNamePairs(org.json.JSONArray clients)
returns a list of ClientIdNamePair objects extracted from given JSONArrayOptional<List<ClientIdNamePair>>
EnterpriseClient. getClientNameIdPairs(String authToken)
gets an array of all name/id pairs of clients that the authorized user can accessOptional<List<ClientIdNamePair>>
EnterpriseRestClient. getClientNameIdPairs(String authToken)
gets an array of all name/id pairs of clients that the authorized user can access
-