Skip to content

Commit 7901d6e

Browse files
committed
SDK generated
1 parent 7d3ba01 commit 7901d6e

File tree

178 files changed

+16819
-7
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

178 files changed

+16819
-7
lines changed

.gitignore

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
# Compiled class file
1+
.settings
22
*.class
33

4-
# Log file
5-
*.log
6-
7-
# BlueJ files
8-
*.ctxt
9-
104
# Mobile Tools for Java (J2ME)
115
.mtj.tmp/
126

@@ -19,5 +13,25 @@
1913
*.tar.gz
2014
*.rar
2115

16+
# exclude jar for gradle wrapper
17+
!gradle/wrapper/*.jar
18+
gradle
19+
2220
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
2321
hs_err_pid*
22+
23+
# build files
24+
**/target
25+
target
26+
.gradle
27+
build
28+
29+
.settings
30+
.classpath
31+
.project
32+
33+
# Log file
34+
*.log
35+
36+
# BlueJ files
37+
*.ctxt

docs/AccountBaseRequest.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AccountBaseRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**firstAccount** | **String** | |
8+
**secondAccount** | **String** | | [optional]
9+
**storageFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | | [optional]
10+
11+
12+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
13+

docs/AddAttachmentRequest.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AddAttachmentRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**documentFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Storage folder location of document | [optional]
8+
**attachmentFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Storage folder location of an attachment | [optional]
9+
10+
11+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AppendEmailAccountBaseRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**folder** | **String** | |
8+
**markAsSent** | **Boolean** | |
9+
10+
11+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
12+

docs/AppendEmailBaseRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AppendEmailBaseRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**emailFile** | [**StorageFileLocation**](StorageFileLocation.md) | Email document file location in storage |
8+
9+
10+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
11+

docs/AppendEmailMimeBaseRequest.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AppendEmailMimeBaseRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**base64MimeMessage** | **String** | Email document serialized as MIME string |
8+
9+
10+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
11+

docs/AsposeResponse.md

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
# com.aspose.email.cloud.sdk.model.AsposeResponse
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**code** | [**CodeEnum**](#CodeEnum) | |
8+
**status** | **String** | | [optional]
9+
10+
11+
<a name="CodeEnum"></a>
12+
## Enum: CodeEnum
13+
Name | Value
14+
---- | -----
15+
CONTINUE | &quot;Continue&quot;
16+
SWITCHINGPROTOCOLS | &quot;SwitchingProtocols&quot;
17+
PROCESSING | &quot;Processing&quot;
18+
EARLYHINTS | &quot;EarlyHints&quot;
19+
OK | &quot;OK&quot;
20+
CREATED | &quot;Created&quot;
21+
ACCEPTED | &quot;Accepted&quot;
22+
NONAUTHORITATIVEINFORMATION | &quot;NonAuthoritativeInformation&quot;
23+
NOCONTENT | &quot;NoContent&quot;
24+
RESETCONTENT | &quot;ResetContent&quot;
25+
PARTIALCONTENT | &quot;PartialContent&quot;
26+
MULTISTATUS | &quot;MultiStatus&quot;
27+
ALREADYREPORTED | &quot;AlreadyReported&quot;
28+
IMUSED | &quot;IMUsed&quot;
29+
MULTIPLECHOICES | &quot;MultipleChoices&quot;
30+
AMBIGUOUS | &quot;Ambiguous&quot;
31+
MOVEDPERMANENTLY | &quot;MovedPermanently&quot;
32+
MOVED | &quot;Moved&quot;
33+
FOUND | &quot;Found&quot;
34+
REDIRECT | &quot;Redirect&quot;
35+
SEEOTHER | &quot;SeeOther&quot;
36+
REDIRECTMETHOD | &quot;RedirectMethod&quot;
37+
NOTMODIFIED | &quot;NotModified&quot;
38+
USEPROXY | &quot;UseProxy&quot;
39+
UNUSED | &quot;Unused&quot;
40+
TEMPORARYREDIRECT | &quot;TemporaryRedirect&quot;
41+
REDIRECTKEEPVERB | &quot;RedirectKeepVerb&quot;
42+
PERMANENTREDIRECT | &quot;PermanentRedirect&quot;
43+
BADREQUEST | &quot;BadRequest&quot;
44+
UNAUTHORIZED | &quot;Unauthorized&quot;
45+
PAYMENTREQUIRED | &quot;PaymentRequired&quot;
46+
FORBIDDEN | &quot;Forbidden&quot;
47+
NOTFOUND | &quot;NotFound&quot;
48+
METHODNOTALLOWED | &quot;MethodNotAllowed&quot;
49+
NOTACCEPTABLE | &quot;NotAcceptable&quot;
50+
PROXYAUTHENTICATIONREQUIRED | &quot;ProxyAuthenticationRequired&quot;
51+
REQUESTTIMEOUT | &quot;RequestTimeout&quot;
52+
CONFLICT | &quot;Conflict&quot;
53+
GONE | &quot;Gone&quot;
54+
LENGTHREQUIRED | &quot;LengthRequired&quot;
55+
PRECONDITIONFAILED | &quot;PreconditionFailed&quot;
56+
REQUESTENTITYTOOLARGE | &quot;RequestEntityTooLarge&quot;
57+
REQUESTURITOOLONG | &quot;RequestUriTooLong&quot;
58+
UNSUPPORTEDMEDIATYPE | &quot;UnsupportedMediaType&quot;
59+
REQUESTEDRANGENOTSATISFIABLE | &quot;RequestedRangeNotSatisfiable&quot;
60+
EXPECTATIONFAILED | &quot;ExpectationFailed&quot;
61+
MISDIRECTEDREQUEST | &quot;MisdirectedRequest&quot;
62+
UNPROCESSABLEENTITY | &quot;UnprocessableEntity&quot;
63+
LOCKED | &quot;Locked&quot;
64+
FAILEDDEPENDENCY | &quot;FailedDependency&quot;
65+
UPGRADEREQUIRED | &quot;UpgradeRequired&quot;
66+
PRECONDITIONREQUIRED | &quot;PreconditionRequired&quot;
67+
TOOMANYREQUESTS | &quot;TooManyRequests&quot;
68+
REQUESTHEADERFIELDSTOOLARGE | &quot;RequestHeaderFieldsTooLarge&quot;
69+
UNAVAILABLEFORLEGALREASONS | &quot;UnavailableForLegalReasons&quot;
70+
INTERNALSERVERERROR | &quot;InternalServerError&quot;
71+
NOTIMPLEMENTED | &quot;NotImplemented&quot;
72+
BADGATEWAY | &quot;BadGateway&quot;
73+
SERVICEUNAVAILABLE | &quot;ServiceUnavailable&quot;
74+
GATEWAYTIMEOUT | &quot;GatewayTimeout&quot;
75+
HTTPVERSIONNOTSUPPORTED | &quot;HttpVersionNotSupported&quot;
76+
VARIANTALSONEGOTIATES | &quot;VariantAlsoNegotiates&quot;
77+
INSUFFICIENTSTORAGE | &quot;InsufficientStorage&quot;
78+
LOOPDETECTED | &quot;LoopDetected&quot;
79+
NOTEXTENDED | &quot;NotExtended&quot;
80+
NETWORKAUTHENTICATIONREQUIRED | &quot;NetworkAuthenticationRequired&quot;
81+
82+
83+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
84+

docs/BaseObject.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# com.aspose.email.cloud.sdk.model.BaseObject
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**name** | **String** | Gets or sets the name of an object. | [optional]
8+
**type** | **String** | Property type. Used for deserialization purposes | [optional]
9+
10+
11+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
12+

docs/ContactFormat.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# ContactFormat
3+
4+
## Enum
5+
6+
7+
* `VCARD` (value: `"VCard"`)
8+
9+
* `WEBDAV` (value: `"WebDav"`)
10+
11+
* `MSG` (value: `"Msg"`)
12+
13+
14+
15+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
16+

docs/CreateEmailRequest.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
# com.aspose.email.cloud.sdk.model.CreateEmailRequest
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**emailDocument** | [**EmailDocument**](EmailDocument.md) | An email document that should be created |
8+
**storageFolder** | [**StorageFolderLocation**](StorageFolderLocation.md) | Email document location in storage | [optional]
9+
10+
11+
[[Back to Model list]](API_README.md#documentation-for-models) [[Back to API list]](API_README.md#documentation-for-api-endpoints) [[Back to API_README]](API_README.md)
12+

0 commit comments

Comments
 (0)