类 GetMeetingReq

java.lang.Object
com.lark.oapi.service.vc.v1.model.GetMeetingReq

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

    • GetMeetingReq

      public GetMeetingReq()
    • GetMeetingReq

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

    • newBuilder

      public static GetMeetingReq.Builder newBuilder()
    • getWithParticipants

      public Boolean getWithParticipants()
    • setWithParticipants

      public void setWithParticipants(Boolean withParticipants)
    • getWithMeetingAbility

      public Boolean getWithMeetingAbility()
    • setWithMeetingAbility

      public void setWithMeetingAbility(Boolean withMeetingAbility)
    • getUserIdType

      public String getUserIdType()
    • setUserIdType

      public void setUserIdType(String userIdType)
    • getMeetingId

      public String getMeetingId()
    • setMeetingId

      public void setMeetingId(String meetingId)