类 UpdateEntityReq

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

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

    • UpdateEntityReq

      public UpdateEntityReq()
    • UpdateEntityReq

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

    • newBuilder

      public static UpdateEntityReq.Builder newBuilder()
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getEntityId

      public String getEntityId()
    • setEntityId

      public void setEntityId(String entityId)
    • getEntity

      public Entity getEntity()
    • setEntity

      public void setEntity(Entity body)