Skip to content

Commit 7457262

Browse files
SDK version 19.12.1 generated
1 parent 26d072c commit 7457262

File tree

13 files changed

+88
-88
lines changed

13 files changed

+88
-88
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# com.aspose.email.cloud.sdk.model.AppendEmailModelRequest
2+
# com.aspose.email.cloud.sdk.model.AppendEmailModelRq
33

44
## Properties
55
Name | Type | Description | Notes

docs/CalendarDto.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44
## Properties
55
Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
7-
**attachments** | [**List<Attachment>**](Attachment.md) | Document attachments | [optional]
8-
**attendees** | [**List<MailAddress>**](MailAddress.md) | Event attendees |
9-
**description** | **String** | Description | [optional]
10-
**endDate** | [**Date**](Date.md) | End date |
11-
**endTimeZone** | **String** | End time zone | [optional]
12-
**flags** | **List<String>** | Appointment flags | [optional]
13-
**isDescriptionHtml** | **Boolean** | Indicates if description is in HTML format |
14-
**location** | **String** | Location |
7+
**attachments** | [**List<Attachment>**](Attachment.md) | Document attachments. | [optional]
8+
**attendees** | [**List<MailAddress>**](MailAddress.md) | Event attendees. |
9+
**description** | **String** | Description. | [optional]
10+
**endDate** | [**Date**](Date.md) | End date. |
11+
**endTimeZone** | **String** | End time zone. | [optional]
12+
**flags** | **List<String>** | Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent | [optional]
13+
**isDescriptionHtml** | **Boolean** | Indicates if description is in HTML format. |
14+
**location** | **String** | Location. |
1515
**method** | **String** | Defines the iCalendar object method type associated with the calendar document. Enum, available values: None, Publish, Request, Reply, Add, Cancel, Refresh, Counter, DeclineCounter |
1616
**microsoftBusyStatus** | **String** | Specifies the BUSY status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof |
1717
**microsoftIntendedStatus** | **String** | Specifies the INTENDED status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof |
18-
**optionalAttendees** | [**List<MailAddress>**](MailAddress.md) | Optional attendees | [optional]
19-
**organizer** | [**MailAddress**](MailAddress.md) | Event organizer |
18+
**optionalAttendees** | [**List<MailAddress>**](MailAddress.md) | Optional attendees. | [optional]
19+
**organizer** | [**MailAddress**](MailAddress.md) | Event organizer. |
2020
**recurrenceString** | **String** | String representation of recurrence pattern (See iCalendar RFC, \"Recurrence rule\" section). For example: For daily recurrence: \"FREQ=DAILY;COUNT=10;WKST=MO\" For monthly recurrence: \"BYSETPOS=1;BYDAY=MO,TU,WE,TH,FR;FREQ=MONTHLY;INTERVAL=10;WKST=MO\" For yearly recurrence: \"BYMONTHDAY=30;BYMONTH=1;FREQ=YEARLY;WKST=MO\" | [optional]
21-
**reminders** | [**List<CalendarReminder>**](CalendarReminder.md) | Reminders | [optional]
21+
**reminders** | [**List<CalendarReminder>**](CalendarReminder.md) | Reminders. | [optional]
2222
**sequenceId** | **String** | The sequence id. Read only. | [optional]
23-
**startDate** | [**Date**](Date.md) | Start date |
24-
**startTimeZone** | **String** | Start time zone | [optional]
23+
**startDate** | [**Date**](Date.md) | Start date. |
24+
**startTimeZone** | **String** | Start time zone. | [optional]
2525
**status** | **String** | Defines the overall status or confirmation for the calendar document. Enum, available values: NotDefined, Cancelled, Tentative, Confirmed |
26-
**summary** | **String** | Summary | [optional]
26+
**summary** | **String** | Summary. | [optional]
2727
**transparency** | **String** | Specifies whether or not this appointment is intended to be visible in availability searches. Enum, available values: NotDefined, Transparent, Opaque |
2828

2929

docs/EmailApi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -585,12 +585,12 @@ Adds an email from model to specified folder in email account
585585
### **AppendEmailModelMessageRequestData** Parameters
586586
```java
587587
public AppendEmailModelMessageRequestData(
588-
AppendEmailModelRequest request)
588+
AppendEmailModelRq rq)
589589
```
590590

591591
Name | Type | Description | Notes
592592
------------- | ------------- | ------------- | -------------
593-
**request** | [**AppendEmailModelRequest**](AppendEmailModelRequest.md)| Append email request |
593+
**rq** | [**AppendEmailModelRq**](AppendEmailModelRq.md)| Append email request |
594594

595595
### Return type
596596

@@ -2175,12 +2175,12 @@ Send an email specified by model in request
21752175
### **SendEmailModelRequestData** Parameters
21762176
```java
21772177
public SendEmailModelRequestData(
2178-
SendEmailModelRequest request)
2178+
SendEmailModelRq rq)
21792179
```
21802180

21812181
Name | Type | Description | Notes
21822182
------------- | ------------- | ------------- | -------------
2183-
**request** | [**SendEmailModelRequest**](SendEmailModelRequest.md)| Send email request |
2183+
**rq** | [**SendEmailModelRq**](SendEmailModelRq.md)| Send email request |
21842184

21852185
### Return type
21862186

docs/EmailDto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Name | Type | Description | Notes
1212
**bodyType** | **String** | The content type of message body. Enum, available values: PlainText, Html, Rtf |
1313
**cc** | [**List<MailAddress>**](MailAddress.md) | CC recipients. | [optional]
1414
**date** | [**Date**](Date.md) | Message date. |
15-
**deliveryNotificationOptions** | **List<String>** | Delivery notifications. | [optional]
15+
**deliveryNotificationOptions** | **List<String>** | Delivery notifications. Items: Email delivery notification options. Enum, available values: Delay, Never, None, OnFailure, OnSuccess | [optional]
1616
**from** | [**MailAddress**](MailAddress.md) | From address. | [optional]
1717
**headers** | **Map<String, String>** | Document headers. | [optional]
1818
**htmlBody** | **String** | HTML body. | [optional]

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,11 @@ Class | Method | HTTP request | Description
214214
- [com.aspose.email.cloud.sdk.model.SaveOAuthEmailAccountRequest](SaveOAuthEmailAccountRequest.md)
215215
- [com.aspose.email.cloud.sdk.model.SendEmailBaseRequest](SendEmailBaseRequest.md)
216216
- [com.aspose.email.cloud.sdk.model.SendEmailMimeBaseRequest](SendEmailMimeBaseRequest.md)
217-
- [com.aspose.email.cloud.sdk.model.SendEmailModelRequest](SendEmailModelRequest.md)
217+
- [com.aspose.email.cloud.sdk.model.SendEmailModelRq](SendEmailModelRq.md)
218218
- [com.aspose.email.cloud.sdk.model.SetMessageReadFlagAccountBaseRequest](SetMessageReadFlagAccountBaseRequest.md)
219219
- [com.aspose.email.cloud.sdk.model.StorageFileLocation](StorageFileLocation.md)
220220
- [com.aspose.email.cloud.sdk.model.AiBcrParseStorageRq](AiBcrParseStorageRq.md)
221221
- [com.aspose.email.cloud.sdk.model.AppendEmailBaseRequest](AppendEmailBaseRequest.md)
222222
- [com.aspose.email.cloud.sdk.model.AppendEmailMimeBaseRequest](AppendEmailMimeBaseRequest.md)
223-
- [com.aspose.email.cloud.sdk.model.AppendEmailModelRequest](AppendEmailModelRequest.md)
223+
- [com.aspose.email.cloud.sdk.model.AppendEmailModelRq](AppendEmailModelRq.md)
224224

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# com.aspose.email.cloud.sdk.model.SendEmailModelRequest
2+
# com.aspose.email.cloud.sdk.model.SendEmailModelRq
33

44
## Properties
55
Name | Type | Description | Notes

src/main/java/com/aspose/email/cloud/sdk/api/EmailApi.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,9 +1104,9 @@ public EmailPropertyResponse appendEmailMessage(AppendEmailMessageRequestData re
11041104
*/
11051105
public ValueResponse appendEmailModelMessage(AppendEmailModelMessageRequestData request) throws Exception
11061106
{
1107-
// verify the required parameter 'request.request' is set
1108-
if (request.request== null) {
1109-
throw new ApiException(400, "Missing the required parameter 'request.request' when calling appendEmailModelMessage");
1107+
// verify the required parameter 'request.rq' is set
1108+
if (request.rq== null) {
1109+
throw new ApiException(400, "Missing the required parameter 'request.rq' when calling appendEmailModelMessage");
11101110
}
11111111
// create path and map variables
11121112
String resourcePath = this.Configuration.getApiRootUrl() + "/email/client/AppendModel";
@@ -1116,7 +1116,7 @@ public ValueResponse appendEmailModelMessage(AppendEmailModelMessageRequestData
11161116

11171117
String postBody = null;
11181118

1119-
postBody = SerializationHelper.serialize(request.request);
1119+
postBody = SerializationHelper.serialize(request.rq);
11201120

11211121
byte[] response = this.apiInvoker.invokeApi(
11221122
resourcePath,
@@ -3471,9 +3471,9 @@ public void sendEmailMime(SendEmailMimeRequestData request) throws Exception
34713471
*/
34723472
public void sendEmailModel(SendEmailModelRequestData request) throws Exception
34733473
{
3474-
// verify the required parameter 'request.request' is set
3475-
if (request.request== null) {
3476-
throw new ApiException(400, "Missing the required parameter 'request.request' when calling sendEmailModel");
3474+
// verify the required parameter 'request.rq' is set
3475+
if (request.rq== null) {
3476+
throw new ApiException(400, "Missing the required parameter 'request.rq' when calling sendEmailModel");
34773477
}
34783478
// create path and map variables
34793479
String resourcePath = this.Configuration.getApiRootUrl() + "/email/client/SendModel";
@@ -3483,7 +3483,7 @@ public void sendEmailModel(SendEmailModelRequestData request) throws Exception
34833483

34843484
String postBody = null;
34853485

3486-
postBody = SerializationHelper.serialize(request.request);
3486+
postBody = SerializationHelper.serialize(request.rq);
34873487

34883488
this.apiInvoker.invokeApi(
34893489
resourcePath,

src/main/java/com/aspose/email/cloud/sdk/model/AppendEmailModelRequest.java renamed to src/main/java/com/aspose/email/cloud/sdk/model/AppendEmailModelRq.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* --------------------------------------------------------------------------------------------------------------------
3-
* <copyright company="Aspose" file="AppendEmailModelRequest.java">
3+
* <copyright company="Aspose" file="AppendEmailModelRq.java">
44
* Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
55
* </copyright>
66
* <summary>
@@ -42,11 +42,11 @@
4242
/**
4343
* Append email request
4444
*/
45-
public class AppendEmailModelRequest extends AppendEmailAccountBaseRequest {
45+
public class AppendEmailModelRq extends AppendEmailAccountBaseRequest {
4646
@JsonProperty("message")
4747
private EmailDto message = null;
4848

49-
public AppendEmailModelRequest message(EmailDto message) {
49+
public AppendEmailModelRq message(EmailDto message) {
5050
this.message = message;
5151
return this;
5252
}
@@ -72,8 +72,8 @@ public boolean equals(java.lang.Object o) {
7272
if (o == null || getClass() != o.getClass()) {
7373
return false;
7474
}
75-
AppendEmailModelRequest appendEmailModelRequest = (AppendEmailModelRequest) o;
76-
return ObjectUtils.equals(this.message, appendEmailModelRequest.message) &&
75+
AppendEmailModelRq appendEmailModelRq = (AppendEmailModelRq) o;
76+
return ObjectUtils.equals(this.message, appendEmailModelRq.message) &&
7777
super.equals(o);
7878
}
7979

@@ -86,7 +86,7 @@ public int hashCode() {
8686
@Override
8787
public String toString() {
8888
StringBuilder sb = new StringBuilder();
89-
sb.append("class AppendEmailModelRequest {\n");
89+
sb.append("class AppendEmailModelRq {\n");
9090
sb.append(" ").append(toIndentedString(super.toString())).append("\n");
9191
sb.append(" firstAccount: ").append(toIndentedString(getFirstAccount())).append("\n");
9292
sb.append(" secondAccount: ").append(toIndentedString(getSecondAccount())).append("\n");
@@ -109,20 +109,20 @@ private String toIndentedString(java.lang.Object o) {
109109
return o.toString().replace("\n", "\n ");
110110
}
111111

112-
public AppendEmailModelRequest() {
112+
public AppendEmailModelRq() {
113113
super();
114114
}
115115

116116
/**
117-
* Initializes a new instance of the AppendEmailModelRequest
117+
* Initializes a new instance of the AppendEmailModelRq
118118
* @param firstAccount First account storage file name for receiving emails (or universal one)
119119
* @param secondAccount Second account storage file name for sending emails (ignored if first is universal)
120120
* @param storageFolder Storage folder location of account files
121121
* @param folder Email account folder to store a message
122122
* @param markAsSent Mark message as sent
123123
* @param message Email document
124124
*/
125-
public AppendEmailModelRequest(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, String folder, Boolean markAsSent, EmailDto message) {
125+
public AppendEmailModelRq(String firstAccount, String secondAccount, StorageFolderLocation storageFolder, String folder, Boolean markAsSent, EmailDto message) {
126126
super();
127127
setFirstAccount(firstAccount);
128128
setSecondAccount(secondAccount);

src/main/java/com/aspose/email/cloud/sdk/model/CalendarDto.java

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
import java.io.*;
4141

4242
/**
43-
* iCalendar document representation
43+
* iCalendar document representation.
4444
*/
4545
public class CalendarDto {
4646
@JsonProperty("attachments")
@@ -120,7 +120,7 @@ public CalendarDto addAttachmentsItem(Attachment attachmentsItem) {
120120
}
121121

122122
/**
123-
* Document attachments
123+
* Document attachments.
124124
* @return attachments
125125
**/
126126
public List<Attachment> getAttachments() {
@@ -142,7 +142,7 @@ public CalendarDto addAttendeesItem(MailAddress attendeesItem) {
142142
}
143143

144144
/**
145-
* Event attendees
145+
* Event attendees.
146146
* @return attendees
147147
**/
148148
public List<MailAddress> getAttendees() {
@@ -159,7 +159,7 @@ public CalendarDto description(String description) {
159159
}
160160

161161
/**
162-
* Description
162+
* Description.
163163
* @return description
164164
**/
165165
public String getDescription() {
@@ -176,7 +176,7 @@ public CalendarDto endDate(Date endDate) {
176176
}
177177

178178
/**
179-
* End date
179+
* End date.
180180
* @return endDate
181181
**/
182182
public Date getEndDate() {
@@ -193,7 +193,7 @@ public CalendarDto endTimeZone(String endTimeZone) {
193193
}
194194

195195
/**
196-
* End time zone
196+
* End time zone.
197197
* @return endTimeZone
198198
**/
199199
public String getEndTimeZone() {
@@ -218,7 +218,7 @@ public CalendarDto addFlagsItem(String flagsItem) {
218218
}
219219

220220
/**
221-
* Appointment flags
221+
* Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent
222222
* @return flags
223223
**/
224224
public List<String> getFlags() {
@@ -235,7 +235,7 @@ public CalendarDto isDescriptionHtml(Boolean isDescriptionHtml) {
235235
}
236236

237237
/**
238-
* Indicates if description is in HTML format
238+
* Indicates if description is in HTML format.
239239
* @return isDescriptionHtml
240240
**/
241241
public Boolean isIsDescriptionHtml() {
@@ -252,7 +252,7 @@ public CalendarDto location(String location) {
252252
}
253253

254254
/**
255-
* Location
255+
* Location.
256256
* @return location
257257
**/
258258
public String getLocation() {
@@ -328,7 +328,7 @@ public CalendarDto addOptionalAttendeesItem(MailAddress optionalAttendeesItem) {
328328
}
329329

330330
/**
331-
* Optional attendees
331+
* Optional attendees.
332332
* @return optionalAttendees
333333
**/
334334
public List<MailAddress> getOptionalAttendees() {
@@ -345,7 +345,7 @@ public CalendarDto organizer(MailAddress organizer) {
345345
}
346346

347347
/**
348-
* Event organizer
348+
* Event organizer.
349349
* @return organizer
350350
**/
351351
public MailAddress getOrganizer() {
@@ -387,7 +387,7 @@ public CalendarDto addRemindersItem(CalendarReminder remindersItem) {
387387
}
388388

389389
/**
390-
* Reminders
390+
* Reminders.
391391
* @return reminders
392392
**/
393393
public List<CalendarReminder> getReminders() {
@@ -421,7 +421,7 @@ public CalendarDto startDate(Date startDate) {
421421
}
422422

423423
/**
424-
* Start date
424+
* Start date.
425425
* @return startDate
426426
**/
427427
public Date getStartDate() {
@@ -438,7 +438,7 @@ public CalendarDto startTimeZone(String startTimeZone) {
438438
}
439439

440440
/**
441-
* Start time zone
441+
* Start time zone.
442442
* @return startTimeZone
443443
**/
444444
public String getStartTimeZone() {
@@ -472,7 +472,7 @@ public CalendarDto summary(String summary) {
472472
}
473473

474474
/**
475-
* Summary
475+
* Summary.
476476
* @return summary
477477
**/
478478
public String getSummary() {
@@ -586,26 +586,26 @@ public CalendarDto() {
586586

587587
/**
588588
* Initializes a new instance of the CalendarDto
589-
* @param attachments Document attachments
590-
* @param attendees Event attendees
591-
* @param description Description
592-
* @param endDate End date
593-
* @param endTimeZone End time zone
594-
* @param flags Appointment flags
595-
* @param isDescriptionHtml Indicates if description is in HTML format
596-
* @param location Location
589+
* @param attachments Document attachments.
590+
* @param attendees Event attendees.
591+
* @param description Description.
592+
* @param endDate End date.
593+
* @param endTimeZone End time zone.
594+
* @param flags Appointment flags. Items: Enumerates iCalendar flags. Enum, available values: None, AllDayEvent
595+
* @param isDescriptionHtml Indicates if description is in HTML format.
596+
* @param location Location.
597597
* @param method Defines the iCalendar object method type associated with the calendar document. Enum, available values: None, Publish, Request, Reply, Add, Cancel, Refresh, Counter, DeclineCounter
598598
* @param microsoftBusyStatus Specifies the BUSY status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof
599599
* @param microsoftIntendedStatus Specifies the INTENDED status. Enum, available values: NotDefined, Free, Tentative, Busy, Oof
600-
* @param optionalAttendees Optional attendees
601-
* @param organizer Event organizer
600+
* @param optionalAttendees Optional attendees.
601+
* @param organizer Event organizer.
602602
* @param recurrenceString String representation of recurrence pattern (See iCalendar RFC, \&quot;Recurrence rule\&quot; section). For example: For daily recurrence: \&quot;FREQ&#x3D;DAILY;COUNT&#x3D;10;WKST&#x3D;MO\&quot; For monthly recurrence: \&quot;BYSETPOS&#x3D;1;BYDAY&#x3D;MO,TU,WE,TH,FR;FREQ&#x3D;MONTHLY;INTERVAL&#x3D;10;WKST&#x3D;MO\&quot; For yearly recurrence: \&quot;BYMONTHDAY&#x3D;30;BYMONTH&#x3D;1;FREQ&#x3D;YEARLY;WKST&#x3D;MO\&quot;
603-
* @param reminders Reminders
603+
* @param reminders Reminders.
604604
* @param sequenceId The sequence id. Read only.
605-
* @param startDate Start date
606-
* @param startTimeZone Start time zone
605+
* @param startDate Start date.
606+
* @param startTimeZone Start time zone.
607607
* @param status Defines the overall status or confirmation for the calendar document. Enum, available values: NotDefined, Cancelled, Tentative, Confirmed
608-
* @param summary Summary
608+
* @param summary Summary.
609609
* @param transparency Specifies whether or not this appointment is intended to be visible in availability searches. Enum, available values: NotDefined, Transparent, Opaque
610610
*/
611611
public CalendarDto(List<Attachment> attachments, List<MailAddress> attendees, String description, Date endDate, String endTimeZone, List<String> flags, Boolean isDescriptionHtml, String location, String method, String microsoftBusyStatus, String microsoftIntendedStatus, List<MailAddress> optionalAttendees, MailAddress organizer, String recurrenceString, List<CalendarReminder> reminders, String sequenceId, Date startDate, String startTimeZone, String status, String summary, String transparency) {

0 commit comments

Comments
 (0)