All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.soffa.foundation.hooks.model.ProcessHookItemInput Maven / Gradle / Ivy

There is a newer version: 0.17.31
Show newest version
package dev.soffa.foundation.hooks.model;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;

@Getter
@NoArgsConstructor
@AllArgsConstructor
public final class ProcessHookItemInput {

    private String operation;
    private String name;
    private String type;
    private String spec;
    private String data;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy