Uses of Record Class
com.bonitasoft.processbuilder.extension.template.RestApiTemplate.Method
Packages that use RestApiTemplate.Method
-
Uses of RestApiTemplate.Method in com.bonitasoft.processbuilder.extension.template
Methods in com.bonitasoft.processbuilder.extension.template that return types with arguments of type RestApiTemplate.MethodModifier and TypeMethodDescriptionRestApiTemplate.methods()Returns the value of themethodsrecord component.Methods in com.bonitasoft.processbuilder.extension.template with parameters of type RestApiTemplate.MethodModifier and TypeMethodDescriptionRestApiTemplate.Builder.addMethod(RestApiTemplate.Method method) Constructor parameters in com.bonitasoft.processbuilder.extension.template with type arguments of type RestApiTemplate.MethodModifierConstructorDescriptionRestApiTemplate(String name, String displayName, String description, String baseUrl, int timeoutMs, boolean verifySsl, AuthConfig auth, Map<String, String> headers, List<RestApiTemplate.Method> methods, boolean isTemplate, String templateVersion, List<String> requiredFields) Creates an instance of aRestApiTemplaterecord class.