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

org.camunda.bpm.swagger.maven.model.ParameterDescription Maven / Gradle / Ivy

package org.camunda.bpm.swagger.maven.model;

import lombok.*;

@AllArgsConstructor
@Builder
@ToString
public class ParameterDescription {
    @Getter @Setter @NonNull private String id;
    @Getter @Setter private String type;
    @Getter @Setter @NonNull private String description;
    @Getter @Setter private Boolean required;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy