Skip to content

Commit 897bd52

Browse files
author
SDK Automation
committed
Update from master
1 parent 653db49 commit 897bd52

File tree

302 files changed

+42053
-0
lines changed

Some content is hidden

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

302 files changed

+42053
-0
lines changed
Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,135 @@
1+
<!--
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
-->
8+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
9+
<modelVersion>4.0.0</modelVersion>
10+
<groupId>com.microsoft.azure.billing.v2019_10_01_preview</groupId>
11+
<parent>
12+
<groupId>com.microsoft.azure</groupId>
13+
<artifactId>azure-arm-parent</artifactId>
14+
<version>1.1.0</version>
15+
<relativePath>../../../pom.management.xml</relativePath>
16+
</parent>
17+
<artifactId>azure-mgmt-billing</artifactId>
18+
<version>1.0.0-beta</version>
19+
<packaging>jar</packaging>
20+
<name>Microsoft Azure SDK for Billing Management</name>
21+
<description>This package contains Microsoft Billing Management SDK.</description>
22+
<url>https://github.com/Azure/azure-sdk-for-java</url>
23+
<licenses>
24+
<license>
25+
<name>The MIT License (MIT)</name>
26+
<url>http://opensource.org/licenses/MIT</url>
27+
<distribution>repo</distribution>
28+
</license>
29+
</licenses>
30+
<scm>
31+
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
32+
<connection>scm:git:[email protected]:Azure/azure-sdk-for-java.git</connection>
33+
<tag>HEAD</tag>
34+
</scm>
35+
<properties>
36+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
37+
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
38+
</properties>
39+
<developers>
40+
<developer>
41+
<id>microsoft</id>
42+
<name>Microsoft</name>
43+
</developer>
44+
</developers>
45+
<dependencies>
46+
<dependency>
47+
<groupId>com.microsoft.azure</groupId>
48+
<artifactId>azure-client-runtime</artifactId>
49+
</dependency>
50+
<dependency>
51+
<groupId>com.microsoft.azure</groupId>
52+
<artifactId>azure-arm-client-runtime</artifactId>
53+
</dependency>
54+
<dependency>
55+
<groupId>junit</groupId>
56+
<artifactId>junit</artifactId>
57+
<scope>test</scope>
58+
</dependency>
59+
<dependency>
60+
<groupId>com.microsoft.azure</groupId>
61+
<artifactId>azure-client-authentication</artifactId>
62+
<scope>test</scope>
63+
</dependency>
64+
<dependency>
65+
<groupId>com.microsoft.azure</groupId>
66+
<artifactId>azure-mgmt-resources</artifactId>
67+
<scope>test</scope>
68+
</dependency>
69+
<dependency>
70+
<groupId>com.microsoft.azure</groupId>
71+
<artifactId>azure-arm-client-runtime</artifactId>
72+
<type>test-jar</type>
73+
<scope>test</scope>
74+
<!--Below version for test jar needs to be removed, this will be done as part of v1-runtime 1.6.7-->
75+
<version>1.6.5</version>
76+
</dependency>
77+
</dependencies>
78+
<build>
79+
<plugins>
80+
<plugin>
81+
<groupId>org.apache.maven.plugins</groupId>
82+
<artifactId>maven-jar-plugin</artifactId>
83+
<configuration>
84+
<archive>
85+
<manifest>
86+
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
87+
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
88+
</manifest>
89+
</archive>
90+
</configuration>
91+
</plugin>
92+
<plugin>
93+
<groupId>org.codehaus.mojo</groupId>
94+
<artifactId>build-helper-maven-plugin</artifactId>
95+
</plugin>
96+
<plugin>
97+
<groupId>org.apache.maven.plugins</groupId>
98+
<artifactId>maven-compiler-plugin</artifactId>
99+
<version>3.1</version>
100+
<configuration>
101+
<source>1.7</source>
102+
<target>1.7</target>
103+
<annotationProcessors>
104+
<annotationProcessor>
105+
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor
106+
</annotationProcessor>
107+
</annotationProcessors>
108+
<debug>true</debug>
109+
<optimize>true</optimize>
110+
<compilerArguments>
111+
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
112+
<Adebug>true</Adebug>
113+
</compilerArguments>
114+
</configuration>
115+
</plugin>
116+
<plugin>
117+
<groupId>org.apache.maven.plugins</groupId>
118+
<artifactId>maven-javadoc-plugin</artifactId>
119+
<version>2.8</version>
120+
<configuration>
121+
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
122+
<bottom>
123+
<![CDATA[<code>
124+
/**
125+
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
126+
<br />* Licensed under the MIT License. See License.txt in the project root for
127+
<br />* license information.
128+
<br />*/
129+
</code>]]>
130+
</bottom>
131+
</configuration>
132+
</plugin>
133+
</plugins>
134+
</build>
135+
</project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.billing.v2019_10_01_preview;
10+
11+
import java.util.List;
12+
import com.fasterxml.jackson.annotation.JsonProperty;
13+
import com.microsoft.rest.serializer.JsonFlatten;
14+
15+
/**
16+
* Request parameters to accept transfer.
17+
*/
18+
@JsonFlatten
19+
public class AcceptTransferRequest {
20+
/**
21+
* Request parameters to accept transfer.
22+
*/
23+
@JsonProperty(value = "properties.productDetails")
24+
private List<ProductDetails> productDetails;
25+
26+
/**
27+
* Get request parameters to accept transfer.
28+
*
29+
* @return the productDetails value
30+
*/
31+
public List<ProductDetails> productDetails() {
32+
return this.productDetails;
33+
}
34+
35+
/**
36+
* Set request parameters to accept transfer.
37+
*
38+
* @param productDetails the productDetails value to set
39+
* @return the AcceptTransferRequest object itself.
40+
*/
41+
public AcceptTransferRequest withProductDetails(List<ProductDetails> productDetails) {
42+
this.productDetails = productDetails;
43+
return this;
44+
}
45+
46+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.billing.v2019_10_01_preview;
10+
11+
import java.util.Collection;
12+
import com.fasterxml.jackson.annotation.JsonCreator;
13+
import com.microsoft.rest.ExpandableStringEnum;
14+
15+
/**
16+
* Defines values for AcceptanceMode.
17+
*/
18+
public final class AcceptanceMode extends ExpandableStringEnum<AcceptanceMode> {
19+
/** Static value ClickToAccept for AcceptanceMode. */
20+
public static final AcceptanceMode CLICK_TO_ACCEPT = fromString("ClickToAccept");
21+
22+
/** Static value ESignEmbedded for AcceptanceMode. */
23+
public static final AcceptanceMode ESIGN_EMBEDDED = fromString("ESignEmbedded");
24+
25+
/** Static value ESignOffline for AcceptanceMode. */
26+
public static final AcceptanceMode ESIGN_OFFLINE = fromString("ESignOffline");
27+
28+
/**
29+
* Creates or finds a AcceptanceMode from its string representation.
30+
* @param name a name to look for
31+
* @return the corresponding AcceptanceMode
32+
*/
33+
@JsonCreator
34+
public static AcceptanceMode fromString(String name) {
35+
return fromString(name, AcceptanceMode.class);
36+
}
37+
38+
/**
39+
* @return known AcceptanceMode values
40+
*/
41+
public static Collection<AcceptanceMode> values() {
42+
return values(AcceptanceMode.class);
43+
}
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.billing.v2019_10_01_preview;
10+
11+
import java.util.Collection;
12+
import com.fasterxml.jackson.annotation.JsonCreator;
13+
import com.microsoft.rest.ExpandableStringEnum;
14+
15+
/**
16+
* Defines values for AccountType.
17+
*/
18+
public final class AccountType extends ExpandableStringEnum<AccountType> {
19+
/** Static value Enterprise for AccountType. */
20+
public static final AccountType ENTERPRISE = fromString("Enterprise");
21+
22+
/** Static value Individual for AccountType. */
23+
public static final AccountType INDIVIDUAL = fromString("Individual");
24+
25+
/** Static value Partner for AccountType. */
26+
public static final AccountType PARTNER = fromString("Partner");
27+
28+
/**
29+
* Creates or finds a AccountType from its string representation.
30+
* @param name a name to look for
31+
* @return the corresponding AccountType
32+
*/
33+
@JsonCreator
34+
public static AccountType fromString(String name) {
35+
return fromString(name, AccountType.class);
36+
}
37+
38+
/**
39+
* @return known AccountType values
40+
*/
41+
public static Collection<AccountType> values() {
42+
return values(AccountType.class);
43+
}
44+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/**
2+
* Copyright (c) Microsoft Corporation. All rights reserved.
3+
* Licensed under the MIT License. See License.txt in the project root for
4+
* license information.
5+
*
6+
* Code generated by Microsoft (R) AutoRest Code Generator.
7+
*/
8+
9+
package com.microsoft.azure.management.billing.v2019_10_01_preview;
10+
11+
import rx.Observable;
12+
import com.microsoft.azure.management.billing.v2019_10_01_preview.implementation.AddressInner;
13+
import com.microsoft.azure.arm.model.HasInner;
14+
15+
/**
16+
* Type representing Address.
17+
*/
18+
public interface Address extends HasInner<AddressInner> {
19+
/**
20+
* Validates an address. Use the operation to validate an address before using it as a billing account or a billing profile address.
21+
*
22+
* @param address the AddressDetails value
23+
* @throws IllegalArgumentException thrown if parameters fail the validation
24+
* @return the observable for the request
25+
*/
26+
Observable<ValidateAddressResponse> validateAsync(AddressDetails address);
27+
28+
}

0 commit comments

Comments
 (0)