|
|
@ -44,7 +44,8 @@ public class KkotalkDocDTO {
|
|
|
|
@AllArgsConstructor
|
|
|
|
@AllArgsConstructor
|
|
|
|
@SuperBuilder
|
|
|
|
@SuperBuilder
|
|
|
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
|
|
|
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
|
|
|
public static class Envelope implements IApiResponse {
|
|
|
|
//public static class Envelope implements IApiResponse {
|
|
|
|
|
|
|
|
public static class Envelope {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 발송할 문서의 제목 : 필수 - max 40자
|
|
|
|
* 발송할 문서의 제목 : 필수 - max 40자
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|