
com.larksuite.oapi.service.bot.v3.BotService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of larksuite-oapi Show documentation
Show all versions of larksuite-oapi Show documentation
Larksuite open platform facilitates the integration of enterprise applications and larksuite, making
collaboration and management more efficient
// Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.bot.v3;
import com.larksuite.oapi.core.Config;
import com.larksuite.oapi.core.api.AccessTokenType;
import com.larksuite.oapi.core.api.Api;
import com.larksuite.oapi.core.api.ReqCaller;
import com.larksuite.oapi.core.api.request.Request;
import com.larksuite.oapi.core.api.request.RequestOptFn;
import com.larksuite.oapi.core.api.response.Response;
import com.larksuite.oapi.service.bot.v3.model.BotGetResult;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class BotService {
private final Config config;
private final Bots bots;
public BotService(Config config) {
this.config = config;
this.bots = new Bots(this);
}
public Bots getBots() {
return bots;
}
public static class Bots {
private final BotService service;
public Bots(BotService service) {
this.service = service;
}
public BotGetReqCall get(RequestOptFn... optFns) {
return new BotGetReqCall(this, optFns);
}
}
public static class BotGetReqCall extends ReqCaller
© 2015 - 2025 Weber Informatics LLC | Privacy Policy