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

com.cybozu.kintone.client.model.app.basic.request.PreviewAppRequest Maven / Gradle / Ivy

package com.cybozu.kintone.client.model.app.basic.request;

public class PreviewAppRequest {
    private Integer app;
    private Integer revision;

    public Integer getApp() {
        return this.app;
    }

    public void setApp(Integer app) {
        this.app = app;
    }

    public Integer getRevision() {
        return this.revision;
    }

    public void setRevision(Integer revision) {
        this.revision = revision;
    }

    public PreviewAppRequest(Integer app, Integer revision) {
        this.app = app;
        this.revision = revision;
    }

    public PreviewAppRequest() {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy