Uses of Interface
cn.toint.jdy4j.core.client.JdyClient
Packages that use JdyClient
Package
Description
-
Uses of JdyClient in cn.toint.jdy4j.core.client
Methods in cn.toint.jdy4j.core.client that return JdyClientModifier and TypeMethodDescriptionstatic JdyClientJdyClient.get()获取简道云客户端static JdyClient获取简道云客户端, 并且切换企业上下文环境JdyClient.switchoverTo(String corpName) 切换简道云配置Method parameters in cn.toint.jdy4j.core.client with type arguments of type JdyClientModifier and TypeMethodDescriptiondefault <R> R执行方法default <R> RJdyClient.execThenAutoClose(Function<JdyClient, R> function) 执行方法后自动关闭资源default <R> RJdyClient.execThenNotAutoClose(Function<JdyClient, R> function) 执行方法后不自动关闭资源 -
Uses of JdyClient in cn.toint.jdy4j.core.client.impl
Classes in cn.toint.jdy4j.core.client.impl that implement JdyClientMethods in cn.toint.jdy4j.core.client.impl that return JdyClient -
Uses of JdyClient in cn.toint.jdy4j.core.config
Methods in cn.toint.jdy4j.core.config that return JdyClient