类 CardPresent

java.lang.Object
com.lark.oapi.service.calendar.v4.model.CardPresent

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

    • CardPresent

      public CardPresent()
    • CardPresent

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

    • newBuilder

      public static CardPresent.Builder newBuilder()
    • getBody

      public String getBody()
    • setBody

      public void setBody(String body)
    • getInteractable

      public Boolean getInteractable()
    • setInteractable

      public void setInteractable(Boolean interactable)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getOperationType

      public String getOperationType()
    • setOperationType

      public void setOperationType(String operationType)
    • getCallbackInfo

      public String getCallbackInfo()
    • setCallbackInfo

      public void setCallbackInfo(String callbackInfo)