
no.mnemonic.services.triggers.api.request.v1.TriggerActionDefinitionGetByNameRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of triggers-api Show documentation
Show all versions of triggers-api Show documentation
Definition of the Service and REST APIs
package no.mnemonic.services.triggers.api.request.v1;
public class TriggerActionDefinitionGetByNameRequest {
private String name;
public String getName() {
return name;
}
public TriggerActionDefinitionGetByNameRequest setName(String name) {
this.name = name;
return this;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy