类 CreateEntityReq

java.lang.Object
com.lark.oapi.service.lingo.v1.model.CreateEntityReq

public class CreateEntityReq extends Object
  • 构造器详细资料

    • CreateEntityReq

      public CreateEntityReq()
    • CreateEntityReq

      public CreateEntityReq(CreateEntityReq.Builder builder)
  • 方法详细资料

    • newBuilder

      public static CreateEntityReq.Builder newBuilder()
    • getRepoId

      public String getRepoId()
    • setRepoId

      public void setRepoId(String repoId)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getEntity

      public Entity getEntity()
    • setEntity

      public void setEntity(Entity body)