Interface RegexPoliciesResource
public interface RegexPoliciesResource
- Author:
- Yoshiyuki Tabata
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
create
(RegexPolicyRepresentation representation)
-
Method Details
-
create
@POST @Consumes("application/json") @Produces("application/json") jakarta.ws.rs.core.Response create(RegexPolicyRepresentation representation)
-