Uses of Class
ca.cdr.api.model.json.AvailableAuthorityJson
Packages that use AvailableAuthorityJson
-
Uses of AvailableAuthorityJson in ca.cdr.api.model.json
Methods in ca.cdr.api.model.json that return AvailableAuthorityJsonModifier and TypeMethodDescriptionAvailableAuthorityJson.setArgumentDescription
(String theArgumentDescription) AvailableAuthorityJson.setArgumentFormat
(String theArgumentFormat) AvailableAuthorityJson.setArgumentOptional
(Boolean theArgumentOptional) AvailableAuthorityJson.setDescription
(String theDescription) AvailableAuthorityJson.setRequiresArgument
(boolean theRequiresArgument) Methods in ca.cdr.api.model.json that return types with arguments of type AvailableAuthorityJsonModifier and TypeMethodDescriptionAvailableAuthoritiesListJson.getPermissions()
AvailableAuthoritiesListJson.getRoles()
Method parameters in ca.cdr.api.model.json with type arguments of type AvailableAuthorityJsonModifier and TypeMethodDescriptionAvailableAuthoritiesListJson.setPermissions
(List<AvailableAuthorityJson> thePermissions) AvailableAuthoritiesListJson.setRoles
(List<AvailableAuthorityJson> theRoles)