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

com.dingtalk.open.app.api.graph.GraphAPIRequest Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package com.dingtalk.open.app.api.graph;

/**
 * @author feiyin
 * @date 2023/9/22
 */
public class GraphAPIRequest extends GraphAPIMessage {

    private RequestLine requestLine;

    public RequestLine getRequestLine() {
        return requestLine;
    }

    public void setRequestLine(RequestLine requestLine) {
        this.requestLine = requestLine;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy