public interface ClientPoliciesProfilesResource
String
getProfiles()
javax.ws.rs.core.Response
updateProfiles(String json)
@GET @Produces(value="application/json") String getProfiles()
@PUT @Consumes(value="application/json") javax.ws.rs.core.Response updateProfiles(String json)
Copyright © 2021 JBoss by Red Hat. All rights reserved.