diff --git a/logic/resource-manager/v2016_06_01/pom.xml b/logic/resource-manager/v2016_06_01/pom.xml index 56efc1e238851..8795f95e98950 100644 --- a/logic/resource-manager/v2016_06_01/pom.xml +++ b/logic/resource-manager/v2016_06_01/pom.xml @@ -1,133 +1,133 @@ - - - 4.0.0 - com.microsoft.azure.azure-mgmt-logic-2016-06-01 - - com.microsoft.azure - azure-arm-parent - 0.0.2-beta - ../../../pom.xml - - azure-mgmt-logic - 1.0.0-beta-SNAPSHOT - jar - Microsoft Azure SDK for Logic Management - This package contains Microsoft Logic Management SDK. - https://github.com/Azure/azure-libraries-for-java - - - The MIT License (MIT) - http://opensource.org/licenses/MIT - repo - - - - scm:git:https://github.com/Azure/azure-libraries-for-java - scm:git:git@github.com:Azure/azure-libraries-for-java.git - HEAD - - - UTF-8 - - - - - microsoft - Microsoft - - - - - com.microsoft.azure - azure-client-runtime - - - com.microsoft.azure - azure-arm-client-runtime - - - junit - junit - test - - - com.microsoft.azure - azure-client-authentication - test - - - com.microsoft.azure - azure-mgmt-resources - test - - - com.microsoft.azure - azure-arm-client-runtime - test-jar - test - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - true - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.7 - 1.7 - - - com.microsoft.azure.management.apigeneration.LangDefinitionProcessor - - - true - true - - true - true - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.8 - - *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search - - - /** -
* Copyright (c) Microsoft Corporation. All rights reserved. -
* Licensed under the MIT License. See License.txt in the project root for -
* license information. -
*/ - ]]> -
-
-
-
-
-
+ + + 4.0.0 + com.microsoft.azure.logic.v2016_06_01 + + com.microsoft.azure + azure-arm-parent + 0.0.2-beta + ../../../pom.xml + + azure-mgmt-logic + 1.0.0-beta + jar + Microsoft Azure SDK for Logic Management + This package contains Microsoft Logic Management SDK. + https://github.com/Azure/azure-libraries-for-java + + + The MIT License (MIT) + http://opensource.org/licenses/MIT + repo + + + + scm:git:https://github.com/Azure/azure-libraries-for-java + scm:git:git@github.com:Azure/azure-libraries-for-java.git + HEAD + + + UTF-8 + + + + + microsoft + Microsoft + + + + + com.microsoft.azure + azure-client-runtime + + + com.microsoft.azure + azure-arm-client-runtime + + + junit + junit + test + + + com.microsoft.azure + azure-client-authentication + test + + + com.microsoft.azure + azure-mgmt-resources + test + + + com.microsoft.azure + azure-arm-client-runtime + test-jar + test + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + com.microsoft.azure.management.apigeneration.LangDefinitionProcessor + + + true + true + + true + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + *.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search + + + /** +
* Copyright (c) Microsoft Corporation. All rights reserved. +
* Licensed under the MIT License. See License.txt in the project root for +
* license information. +
*/ + ]]> +
+
+
+
+
+
diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AcknowledgementConnectionSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AcknowledgementConnectionSettings.java index 52e93d6405b40..cb4a5982a1047 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AcknowledgementConnectionSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AcknowledgementConnectionSettings.java @@ -39,7 +39,7 @@ public class AS2AcknowledgementConnectionSettings { private boolean unfoldHttpHeaders; /** - * Get the ignoreCertificateNameMismatch value. + * Get the value indicating whether to ignore mismatch in certificate name. * * @return the ignoreCertificateNameMismatch value */ @@ -48,7 +48,7 @@ public boolean ignoreCertificateNameMismatch() { } /** - * Set the ignoreCertificateNameMismatch value. + * Set the value indicating whether to ignore mismatch in certificate name. * * @param ignoreCertificateNameMismatch the ignoreCertificateNameMismatch value to set * @return the AS2AcknowledgementConnectionSettings object itself. @@ -59,7 +59,7 @@ public AS2AcknowledgementConnectionSettings withIgnoreCertificateNameMismatch(bo } /** - * Get the supportHttpStatusCodeContinue value. + * Get the value indicating whether to support HTTP status code 'CONTINUE'. * * @return the supportHttpStatusCodeContinue value */ @@ -68,7 +68,7 @@ public boolean supportHttpStatusCodeContinue() { } /** - * Set the supportHttpStatusCodeContinue value. + * Set the value indicating whether to support HTTP status code 'CONTINUE'. * * @param supportHttpStatusCodeContinue the supportHttpStatusCodeContinue value to set * @return the AS2AcknowledgementConnectionSettings object itself. @@ -79,7 +79,7 @@ public AS2AcknowledgementConnectionSettings withSupportHttpStatusCodeContinue(bo } /** - * Get the keepHttpConnectionAlive value. + * Get the value indicating whether to keep the connection alive. * * @return the keepHttpConnectionAlive value */ @@ -88,7 +88,7 @@ public boolean keepHttpConnectionAlive() { } /** - * Set the keepHttpConnectionAlive value. + * Set the value indicating whether to keep the connection alive. * * @param keepHttpConnectionAlive the keepHttpConnectionAlive value to set * @return the AS2AcknowledgementConnectionSettings object itself. @@ -99,7 +99,7 @@ public AS2AcknowledgementConnectionSettings withKeepHttpConnectionAlive(boolean } /** - * Get the unfoldHttpHeaders value. + * Get the value indicating whether to unfold the HTTP headers. * * @return the unfoldHttpHeaders value */ @@ -108,7 +108,7 @@ public boolean unfoldHttpHeaders() { } /** - * Set the unfoldHttpHeaders value. + * Set the value indicating whether to unfold the HTTP headers. * * @param unfoldHttpHeaders the unfoldHttpHeaders value to set * @return the AS2AcknowledgementConnectionSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AgreementContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AgreementContent.java index 31119507a5915..2a35f307203e1 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AgreementContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2AgreementContent.java @@ -27,7 +27,7 @@ public class AS2AgreementContent { private AS2OneWayAgreement sendAgreement; /** - * Get the receiveAgreement value. + * Get the AS2 one-way receive agreement. * * @return the receiveAgreement value */ @@ -36,7 +36,7 @@ public AS2OneWayAgreement receiveAgreement() { } /** - * Set the receiveAgreement value. + * Set the AS2 one-way receive agreement. * * @param receiveAgreement the receiveAgreement value to set * @return the AS2AgreementContent object itself. @@ -47,7 +47,7 @@ public AS2AgreementContent withReceiveAgreement(AS2OneWayAgreement receiveAgreem } /** - * Get the sendAgreement value. + * Get the AS2 one-way send agreement. * * @return the sendAgreement value */ @@ -56,7 +56,7 @@ public AS2OneWayAgreement sendAgreement() { } /** - * Set the sendAgreement value. + * Set the AS2 one-way send agreement. * * @param sendAgreement the sendAgreement value to set * @return the AS2AgreementContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2EnvelopeSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2EnvelopeSettings.java index 0538bf23ed7e5..85a6f040c86e7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2EnvelopeSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2EnvelopeSettings.java @@ -46,7 +46,7 @@ public class AS2EnvelopeSettings { private boolean autogenerateFileName; /** - * Get the messageContentType value. + * Get the message content type. * * @return the messageContentType value */ @@ -55,7 +55,7 @@ public String messageContentType() { } /** - * Set the messageContentType value. + * Set the message content type. * * @param messageContentType the messageContentType value to set * @return the AS2EnvelopeSettings object itself. @@ -66,7 +66,7 @@ public AS2EnvelopeSettings withMessageContentType(String messageContentType) { } /** - * Get the transmitFileNameInMimeHeader value. + * Get the value indicating whether to transmit file name in mime header. * * @return the transmitFileNameInMimeHeader value */ @@ -75,7 +75,7 @@ public boolean transmitFileNameInMimeHeader() { } /** - * Set the transmitFileNameInMimeHeader value. + * Set the value indicating whether to transmit file name in mime header. * * @param transmitFileNameInMimeHeader the transmitFileNameInMimeHeader value to set * @return the AS2EnvelopeSettings object itself. @@ -86,7 +86,7 @@ public AS2EnvelopeSettings withTransmitFileNameInMimeHeader(boolean transmitFile } /** - * Get the fileNameTemplate value. + * Get the template for file name. * * @return the fileNameTemplate value */ @@ -95,7 +95,7 @@ public String fileNameTemplate() { } /** - * Set the fileNameTemplate value. + * Set the template for file name. * * @param fileNameTemplate the fileNameTemplate value to set * @return the AS2EnvelopeSettings object itself. @@ -106,7 +106,7 @@ public AS2EnvelopeSettings withFileNameTemplate(String fileNameTemplate) { } /** - * Get the suspendMessageOnFileNameGenerationError value. + * Get the value indicating whether to suspend message on file name generation error. * * @return the suspendMessageOnFileNameGenerationError value */ @@ -115,7 +115,7 @@ public boolean suspendMessageOnFileNameGenerationError() { } /** - * Set the suspendMessageOnFileNameGenerationError value. + * Set the value indicating whether to suspend message on file name generation error. * * @param suspendMessageOnFileNameGenerationError the suspendMessageOnFileNameGenerationError value to set * @return the AS2EnvelopeSettings object itself. @@ -126,7 +126,7 @@ public AS2EnvelopeSettings withSuspendMessageOnFileNameGenerationError(boolean s } /** - * Get the autogenerateFileName value. + * Get the value indicating whether to auto generate file name. * * @return the autogenerateFileName value */ @@ -135,7 +135,7 @@ public boolean autogenerateFileName() { } /** - * Set the autogenerateFileName value. + * Set the value indicating whether to auto generate file name. * * @param autogenerateFileName the autogenerateFileName value to set * @return the AS2EnvelopeSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ErrorSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ErrorSettings.java index 83921f968f2e5..7eb9716b02f0c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ErrorSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ErrorSettings.java @@ -27,7 +27,7 @@ public class AS2ErrorSettings { private boolean resendIfMdnNotReceived; /** - * Get the suspendDuplicateMessage value. + * Get the value indicating whether to suspend duplicate message. * * @return the suspendDuplicateMessage value */ @@ -36,7 +36,7 @@ public boolean suspendDuplicateMessage() { } /** - * Set the suspendDuplicateMessage value. + * Set the value indicating whether to suspend duplicate message. * * @param suspendDuplicateMessage the suspendDuplicateMessage value to set * @return the AS2ErrorSettings object itself. @@ -47,7 +47,7 @@ public AS2ErrorSettings withSuspendDuplicateMessage(boolean suspendDuplicateMess } /** - * Get the resendIfMdnNotReceived value. + * Get the value indicating whether to resend message If MDN is not received. * * @return the resendIfMdnNotReceived value */ @@ -56,7 +56,7 @@ public boolean resendIfMdnNotReceived() { } /** - * Set the resendIfMdnNotReceived value. + * Set the value indicating whether to resend message If MDN is not received. * * @param resendIfMdnNotReceived the resendIfMdnNotReceived value to set * @return the AS2ErrorSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MdnSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MdnSettings.java index e0cdb2b5f412e..5b455b1b282d7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MdnSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MdnSettings.java @@ -70,7 +70,7 @@ public class AS2MdnSettings { private HashingAlgorithm micHashingAlgorithm; /** - * Get the needMdn value. + * Get the value indicating whether to send or request a MDN. * * @return the needMdn value */ @@ -79,7 +79,7 @@ public boolean needMdn() { } /** - * Set the needMdn value. + * Set the value indicating whether to send or request a MDN. * * @param needMdn the needMdn value to set * @return the AS2MdnSettings object itself. @@ -90,7 +90,7 @@ public AS2MdnSettings withNeedMdn(boolean needMdn) { } /** - * Get the signMdn value. + * Get the value indicating whether the MDN needs to be signed or not. * * @return the signMdn value */ @@ -99,7 +99,7 @@ public boolean signMdn() { } /** - * Set the signMdn value. + * Set the value indicating whether the MDN needs to be signed or not. * * @param signMdn the signMdn value to set * @return the AS2MdnSettings object itself. @@ -110,7 +110,7 @@ public AS2MdnSettings withSignMdn(boolean signMdn) { } /** - * Get the sendMdnAsynchronously value. + * Get the value indicating whether to send the asynchronous MDN. * * @return the sendMdnAsynchronously value */ @@ -119,7 +119,7 @@ public boolean sendMdnAsynchronously() { } /** - * Set the sendMdnAsynchronously value. + * Set the value indicating whether to send the asynchronous MDN. * * @param sendMdnAsynchronously the sendMdnAsynchronously value to set * @return the AS2MdnSettings object itself. @@ -130,7 +130,7 @@ public AS2MdnSettings withSendMdnAsynchronously(boolean sendMdnAsynchronously) { } /** - * Get the receiptDeliveryUrl value. + * Get the receipt delivery URL. * * @return the receiptDeliveryUrl value */ @@ -139,7 +139,7 @@ public String receiptDeliveryUrl() { } /** - * Set the receiptDeliveryUrl value. + * Set the receipt delivery URL. * * @param receiptDeliveryUrl the receiptDeliveryUrl value to set * @return the AS2MdnSettings object itself. @@ -150,7 +150,7 @@ public AS2MdnSettings withReceiptDeliveryUrl(String receiptDeliveryUrl) { } /** - * Get the dispositionNotificationTo value. + * Get the disposition notification to header value. * * @return the dispositionNotificationTo value */ @@ -159,7 +159,7 @@ public String dispositionNotificationTo() { } /** - * Set the dispositionNotificationTo value. + * Set the disposition notification to header value. * * @param dispositionNotificationTo the dispositionNotificationTo value to set * @return the AS2MdnSettings object itself. @@ -170,7 +170,7 @@ public AS2MdnSettings withDispositionNotificationTo(String dispositionNotificati } /** - * Get the signOutboundMdnIfOptional value. + * Get the value indicating whether to sign the outbound MDN if optional. * * @return the signOutboundMdnIfOptional value */ @@ -179,7 +179,7 @@ public boolean signOutboundMdnIfOptional() { } /** - * Set the signOutboundMdnIfOptional value. + * Set the value indicating whether to sign the outbound MDN if optional. * * @param signOutboundMdnIfOptional the signOutboundMdnIfOptional value to set * @return the AS2MdnSettings object itself. @@ -190,7 +190,7 @@ public AS2MdnSettings withSignOutboundMdnIfOptional(boolean signOutboundMdnIfOpt } /** - * Get the mdnText value. + * Get the MDN text. * * @return the mdnText value */ @@ -199,7 +199,7 @@ public String mdnText() { } /** - * Set the mdnText value. + * Set the MDN text. * * @param mdnText the mdnText value to set * @return the AS2MdnSettings object itself. @@ -210,7 +210,7 @@ public AS2MdnSettings withMdnText(String mdnText) { } /** - * Get the sendInboundMdnToMessageBox value. + * Get the value indicating whether to send inbound MDN to message box. * * @return the sendInboundMdnToMessageBox value */ @@ -219,7 +219,7 @@ public boolean sendInboundMdnToMessageBox() { } /** - * Set the sendInboundMdnToMessageBox value. + * Set the value indicating whether to send inbound MDN to message box. * * @param sendInboundMdnToMessageBox the sendInboundMdnToMessageBox value to set * @return the AS2MdnSettings object itself. @@ -230,7 +230,7 @@ public AS2MdnSettings withSendInboundMdnToMessageBox(boolean sendInboundMdnToMes } /** - * Get the micHashingAlgorithm value. + * Get the signing or hashing algorithm. Possible values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'. * * @return the micHashingAlgorithm value */ @@ -239,7 +239,7 @@ public HashingAlgorithm micHashingAlgorithm() { } /** - * Set the micHashingAlgorithm value. + * Set the signing or hashing algorithm. Possible values include: 'NotSpecified', 'None', 'MD5', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'. * * @param micHashingAlgorithm the micHashingAlgorithm value to set * @return the AS2MdnSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MessageConnectionSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MessageConnectionSettings.java index 99d8892f44acd..be35603672be3 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MessageConnectionSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2MessageConnectionSettings.java @@ -39,7 +39,7 @@ public class AS2MessageConnectionSettings { private boolean unfoldHttpHeaders; /** - * Get the ignoreCertificateNameMismatch value. + * Get the value indicating whether to ignore mismatch in certificate name. * * @return the ignoreCertificateNameMismatch value */ @@ -48,7 +48,7 @@ public boolean ignoreCertificateNameMismatch() { } /** - * Set the ignoreCertificateNameMismatch value. + * Set the value indicating whether to ignore mismatch in certificate name. * * @param ignoreCertificateNameMismatch the ignoreCertificateNameMismatch value to set * @return the AS2MessageConnectionSettings object itself. @@ -59,7 +59,7 @@ public AS2MessageConnectionSettings withIgnoreCertificateNameMismatch(boolean ig } /** - * Get the supportHttpStatusCodeContinue value. + * Get the value indicating whether to support HTTP status code 'CONTINUE'. * * @return the supportHttpStatusCodeContinue value */ @@ -68,7 +68,7 @@ public boolean supportHttpStatusCodeContinue() { } /** - * Set the supportHttpStatusCodeContinue value. + * Set the value indicating whether to support HTTP status code 'CONTINUE'. * * @param supportHttpStatusCodeContinue the supportHttpStatusCodeContinue value to set * @return the AS2MessageConnectionSettings object itself. @@ -79,7 +79,7 @@ public AS2MessageConnectionSettings withSupportHttpStatusCodeContinue(boolean su } /** - * Get the keepHttpConnectionAlive value. + * Get the value indicating whether to keep the connection alive. * * @return the keepHttpConnectionAlive value */ @@ -88,7 +88,7 @@ public boolean keepHttpConnectionAlive() { } /** - * Set the keepHttpConnectionAlive value. + * Set the value indicating whether to keep the connection alive. * * @param keepHttpConnectionAlive the keepHttpConnectionAlive value to set * @return the AS2MessageConnectionSettings object itself. @@ -99,7 +99,7 @@ public AS2MessageConnectionSettings withKeepHttpConnectionAlive(boolean keepHttp } /** - * Get the unfoldHttpHeaders value. + * Get the value indicating whether to unfold the HTTP headers. * * @return the unfoldHttpHeaders value */ @@ -108,7 +108,7 @@ public boolean unfoldHttpHeaders() { } /** - * Set the unfoldHttpHeaders value. + * Set the value indicating whether to unfold the HTTP headers. * * @param unfoldHttpHeaders the unfoldHttpHeaders value to set * @return the AS2MessageConnectionSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2OneWayAgreement.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2OneWayAgreement.java index 8d06e21970eae..81977a64a5285 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2OneWayAgreement.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2OneWayAgreement.java @@ -33,7 +33,7 @@ public class AS2OneWayAgreement { private AS2ProtocolSettings protocolSettings; /** - * Get the senderBusinessIdentity value. + * Get the sender business identity. * * @return the senderBusinessIdentity value */ @@ -42,7 +42,7 @@ public BusinessIdentity senderBusinessIdentity() { } /** - * Set the senderBusinessIdentity value. + * Set the sender business identity. * * @param senderBusinessIdentity the senderBusinessIdentity value to set * @return the AS2OneWayAgreement object itself. @@ -53,7 +53,7 @@ public AS2OneWayAgreement withSenderBusinessIdentity(BusinessIdentity senderBusi } /** - * Get the receiverBusinessIdentity value. + * Get the receiver business identity. * * @return the receiverBusinessIdentity value */ @@ -62,7 +62,7 @@ public BusinessIdentity receiverBusinessIdentity() { } /** - * Set the receiverBusinessIdentity value. + * Set the receiver business identity. * * @param receiverBusinessIdentity the receiverBusinessIdentity value to set * @return the AS2OneWayAgreement object itself. @@ -73,7 +73,7 @@ public AS2OneWayAgreement withReceiverBusinessIdentity(BusinessIdentity receiver } /** - * Get the protocolSettings value. + * Get the AS2 protocol settings. * * @return the protocolSettings value */ @@ -82,7 +82,7 @@ public AS2ProtocolSettings protocolSettings() { } /** - * Set the protocolSettings value. + * Set the AS2 protocol settings. * * @param protocolSettings the protocolSettings value to set * @return the AS2OneWayAgreement object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ProtocolSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ProtocolSettings.java index ea6d8aea14103..0cee76e334ebf 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ProtocolSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ProtocolSettings.java @@ -57,7 +57,7 @@ public class AS2ProtocolSettings { private AS2ErrorSettings errorSettings; /** - * Get the messageConnectionSettings value. + * Get the message connection settings. * * @return the messageConnectionSettings value */ @@ -66,7 +66,7 @@ public AS2MessageConnectionSettings messageConnectionSettings() { } /** - * Set the messageConnectionSettings value. + * Set the message connection settings. * * @param messageConnectionSettings the messageConnectionSettings value to set * @return the AS2ProtocolSettings object itself. @@ -77,7 +77,7 @@ public AS2ProtocolSettings withMessageConnectionSettings(AS2MessageConnectionSet } /** - * Get the acknowledgementConnectionSettings value. + * Get the acknowledgement connection settings. * * @return the acknowledgementConnectionSettings value */ @@ -86,7 +86,7 @@ public AS2AcknowledgementConnectionSettings acknowledgementConnectionSettings() } /** - * Set the acknowledgementConnectionSettings value. + * Set the acknowledgement connection settings. * * @param acknowledgementConnectionSettings the acknowledgementConnectionSettings value to set * @return the AS2ProtocolSettings object itself. @@ -97,7 +97,7 @@ public AS2ProtocolSettings withAcknowledgementConnectionSettings(AS2Acknowledgem } /** - * Get the mdnSettings value. + * Get the MDN settings. * * @return the mdnSettings value */ @@ -106,7 +106,7 @@ public AS2MdnSettings mdnSettings() { } /** - * Set the mdnSettings value. + * Set the MDN settings. * * @param mdnSettings the mdnSettings value to set * @return the AS2ProtocolSettings object itself. @@ -117,7 +117,7 @@ public AS2ProtocolSettings withMdnSettings(AS2MdnSettings mdnSettings) { } /** - * Get the securitySettings value. + * Get the security settings. * * @return the securitySettings value */ @@ -126,7 +126,7 @@ public AS2SecuritySettings securitySettings() { } /** - * Set the securitySettings value. + * Set the security settings. * * @param securitySettings the securitySettings value to set * @return the AS2ProtocolSettings object itself. @@ -137,7 +137,7 @@ public AS2ProtocolSettings withSecuritySettings(AS2SecuritySettings securitySett } /** - * Get the validationSettings value. + * Get the validation settings. * * @return the validationSettings value */ @@ -146,7 +146,7 @@ public AS2ValidationSettings validationSettings() { } /** - * Set the validationSettings value. + * Set the validation settings. * * @param validationSettings the validationSettings value to set * @return the AS2ProtocolSettings object itself. @@ -157,7 +157,7 @@ public AS2ProtocolSettings withValidationSettings(AS2ValidationSettings validati } /** - * Get the envelopeSettings value. + * Get the envelope settings. * * @return the envelopeSettings value */ @@ -166,7 +166,7 @@ public AS2EnvelopeSettings envelopeSettings() { } /** - * Set the envelopeSettings value. + * Set the envelope settings. * * @param envelopeSettings the envelopeSettings value to set * @return the AS2ProtocolSettings object itself. @@ -177,7 +177,7 @@ public AS2ProtocolSettings withEnvelopeSettings(AS2EnvelopeSettings envelopeSett } /** - * Get the errorSettings value. + * Get the error settings. * * @return the errorSettings value */ @@ -186,7 +186,7 @@ public AS2ErrorSettings errorSettings() { } /** - * Set the errorSettings value. + * Set the error settings. * * @param errorSettings the errorSettings value to set * @return the AS2ProtocolSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2SecuritySettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2SecuritySettings.java index c4ab191f4dc5a..b5187054b2000 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2SecuritySettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2SecuritySettings.java @@ -78,7 +78,7 @@ public class AS2SecuritySettings { private String sha2AlgorithmFormat; /** - * Get the overrideGroupSigningCertificate value. + * Get the value indicating whether to send or request a MDN. * * @return the overrideGroupSigningCertificate value */ @@ -87,7 +87,7 @@ public boolean overrideGroupSigningCertificate() { } /** - * Set the overrideGroupSigningCertificate value. + * Set the value indicating whether to send or request a MDN. * * @param overrideGroupSigningCertificate the overrideGroupSigningCertificate value to set * @return the AS2SecuritySettings object itself. @@ -98,7 +98,7 @@ public AS2SecuritySettings withOverrideGroupSigningCertificate(boolean overrideG } /** - * Get the signingCertificateName value. + * Get the name of the signing certificate. * * @return the signingCertificateName value */ @@ -107,7 +107,7 @@ public String signingCertificateName() { } /** - * Set the signingCertificateName value. + * Set the name of the signing certificate. * * @param signingCertificateName the signingCertificateName value to set * @return the AS2SecuritySettings object itself. @@ -118,7 +118,7 @@ public AS2SecuritySettings withSigningCertificateName(String signingCertificateN } /** - * Get the encryptionCertificateName value. + * Get the name of the encryption certificate. * * @return the encryptionCertificateName value */ @@ -127,7 +127,7 @@ public String encryptionCertificateName() { } /** - * Set the encryptionCertificateName value. + * Set the name of the encryption certificate. * * @param encryptionCertificateName the encryptionCertificateName value to set * @return the AS2SecuritySettings object itself. @@ -138,7 +138,7 @@ public AS2SecuritySettings withEncryptionCertificateName(String encryptionCertif } /** - * Get the enableNrrForInboundEncodedMessages value. + * Get the value indicating whether to enable NRR for inbound encoded messages. * * @return the enableNrrForInboundEncodedMessages value */ @@ -147,7 +147,7 @@ public boolean enableNrrForInboundEncodedMessages() { } /** - * Set the enableNrrForInboundEncodedMessages value. + * Set the value indicating whether to enable NRR for inbound encoded messages. * * @param enableNrrForInboundEncodedMessages the enableNrrForInboundEncodedMessages value to set * @return the AS2SecuritySettings object itself. @@ -158,7 +158,7 @@ public AS2SecuritySettings withEnableNrrForInboundEncodedMessages(boolean enable } /** - * Get the enableNrrForInboundDecodedMessages value. + * Get the value indicating whether to enable NRR for inbound decoded messages. * * @return the enableNrrForInboundDecodedMessages value */ @@ -167,7 +167,7 @@ public boolean enableNrrForInboundDecodedMessages() { } /** - * Set the enableNrrForInboundDecodedMessages value. + * Set the value indicating whether to enable NRR for inbound decoded messages. * * @param enableNrrForInboundDecodedMessages the enableNrrForInboundDecodedMessages value to set * @return the AS2SecuritySettings object itself. @@ -178,7 +178,7 @@ public AS2SecuritySettings withEnableNrrForInboundDecodedMessages(boolean enable } /** - * Get the enableNrrForOutboundMdn value. + * Get the value indicating whether to enable NRR for outbound MDN. * * @return the enableNrrForOutboundMdn value */ @@ -187,7 +187,7 @@ public boolean enableNrrForOutboundMdn() { } /** - * Set the enableNrrForOutboundMdn value. + * Set the value indicating whether to enable NRR for outbound MDN. * * @param enableNrrForOutboundMdn the enableNrrForOutboundMdn value to set * @return the AS2SecuritySettings object itself. @@ -198,7 +198,7 @@ public AS2SecuritySettings withEnableNrrForOutboundMdn(boolean enableNrrForOutbo } /** - * Get the enableNrrForOutboundEncodedMessages value. + * Get the value indicating whether to enable NRR for outbound encoded messages. * * @return the enableNrrForOutboundEncodedMessages value */ @@ -207,7 +207,7 @@ public boolean enableNrrForOutboundEncodedMessages() { } /** - * Set the enableNrrForOutboundEncodedMessages value. + * Set the value indicating whether to enable NRR for outbound encoded messages. * * @param enableNrrForOutboundEncodedMessages the enableNrrForOutboundEncodedMessages value to set * @return the AS2SecuritySettings object itself. @@ -218,7 +218,7 @@ public AS2SecuritySettings withEnableNrrForOutboundEncodedMessages(boolean enabl } /** - * Get the enableNrrForOutboundDecodedMessages value. + * Get the value indicating whether to enable NRR for outbound decoded messages. * * @return the enableNrrForOutboundDecodedMessages value */ @@ -227,7 +227,7 @@ public boolean enableNrrForOutboundDecodedMessages() { } /** - * Set the enableNrrForOutboundDecodedMessages value. + * Set the value indicating whether to enable NRR for outbound decoded messages. * * @param enableNrrForOutboundDecodedMessages the enableNrrForOutboundDecodedMessages value to set * @return the AS2SecuritySettings object itself. @@ -238,7 +238,7 @@ public AS2SecuritySettings withEnableNrrForOutboundDecodedMessages(boolean enabl } /** - * Get the enableNrrForInboundMdn value. + * Get the value indicating whether to enable NRR for inbound MDN. * * @return the enableNrrForInboundMdn value */ @@ -247,7 +247,7 @@ public boolean enableNrrForInboundMdn() { } /** - * Set the enableNrrForInboundMdn value. + * Set the value indicating whether to enable NRR for inbound MDN. * * @param enableNrrForInboundMdn the enableNrrForInboundMdn value to set * @return the AS2SecuritySettings object itself. @@ -258,7 +258,7 @@ public AS2SecuritySettings withEnableNrrForInboundMdn(boolean enableNrrForInboun } /** - * Get the sha2AlgorithmFormat value. + * Get the Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize. * * @return the sha2AlgorithmFormat value */ @@ -267,7 +267,7 @@ public String sha2AlgorithmFormat() { } /** - * Set the sha2AlgorithmFormat value. + * Set the Sha2 algorithm format. Valid values are Sha2, ShaHashSize, ShaHyphenHashSize, Sha2UnderscoreHashSize. * * @param sha2AlgorithmFormat the sha2AlgorithmFormat value to set * @return the AS2SecuritySettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ValidationSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ValidationSettings.java index a38337d516305..7d4e1d5d53868 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ValidationSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AS2ValidationSettings.java @@ -80,7 +80,7 @@ public class AS2ValidationSettings { private SigningAlgorithm signingAlgorithm; /** - * Get the overrideMessageProperties value. + * Get the value indicating whether to override incoming message properties with those in agreement. * * @return the overrideMessageProperties value */ @@ -89,7 +89,7 @@ public boolean overrideMessageProperties() { } /** - * Set the overrideMessageProperties value. + * Set the value indicating whether to override incoming message properties with those in agreement. * * @param overrideMessageProperties the overrideMessageProperties value to set * @return the AS2ValidationSettings object itself. @@ -100,7 +100,7 @@ public AS2ValidationSettings withOverrideMessageProperties(boolean overrideMessa } /** - * Get the encryptMessage value. + * Get the value indicating whether the message has to be encrypted. * * @return the encryptMessage value */ @@ -109,7 +109,7 @@ public boolean encryptMessage() { } /** - * Set the encryptMessage value. + * Set the value indicating whether the message has to be encrypted. * * @param encryptMessage the encryptMessage value to set * @return the AS2ValidationSettings object itself. @@ -120,7 +120,7 @@ public AS2ValidationSettings withEncryptMessage(boolean encryptMessage) { } /** - * Get the signMessage value. + * Get the value indicating whether the message has to be signed. * * @return the signMessage value */ @@ -129,7 +129,7 @@ public boolean signMessage() { } /** - * Set the signMessage value. + * Set the value indicating whether the message has to be signed. * * @param signMessage the signMessage value to set * @return the AS2ValidationSettings object itself. @@ -140,7 +140,7 @@ public AS2ValidationSettings withSignMessage(boolean signMessage) { } /** - * Get the compressMessage value. + * Get the value indicating whether the message has to be compressed. * * @return the compressMessage value */ @@ -149,7 +149,7 @@ public boolean compressMessage() { } /** - * Set the compressMessage value. + * Set the value indicating whether the message has to be compressed. * * @param compressMessage the compressMessage value to set * @return the AS2ValidationSettings object itself. @@ -160,7 +160,7 @@ public AS2ValidationSettings withCompressMessage(boolean compressMessage) { } /** - * Get the checkDuplicateMessage value. + * Get the value indicating whether to check for duplicate message. * * @return the checkDuplicateMessage value */ @@ -169,7 +169,7 @@ public boolean checkDuplicateMessage() { } /** - * Set the checkDuplicateMessage value. + * Set the value indicating whether to check for duplicate message. * * @param checkDuplicateMessage the checkDuplicateMessage value to set * @return the AS2ValidationSettings object itself. @@ -180,7 +180,7 @@ public AS2ValidationSettings withCheckDuplicateMessage(boolean checkDuplicateMes } /** - * Get the interchangeDuplicatesValidityDays value. + * Get the number of days to look back for duplicate interchange. * * @return the interchangeDuplicatesValidityDays value */ @@ -189,7 +189,7 @@ public int interchangeDuplicatesValidityDays() { } /** - * Set the interchangeDuplicatesValidityDays value. + * Set the number of days to look back for duplicate interchange. * * @param interchangeDuplicatesValidityDays the interchangeDuplicatesValidityDays value to set * @return the AS2ValidationSettings object itself. @@ -200,7 +200,7 @@ public AS2ValidationSettings withInterchangeDuplicatesValidityDays(int interchan } /** - * Get the checkCertificateRevocationListOnSend value. + * Get the value indicating whether to check for certificate revocation list on send. * * @return the checkCertificateRevocationListOnSend value */ @@ -209,7 +209,7 @@ public boolean checkCertificateRevocationListOnSend() { } /** - * Set the checkCertificateRevocationListOnSend value. + * Set the value indicating whether to check for certificate revocation list on send. * * @param checkCertificateRevocationListOnSend the checkCertificateRevocationListOnSend value to set * @return the AS2ValidationSettings object itself. @@ -220,7 +220,7 @@ public AS2ValidationSettings withCheckCertificateRevocationListOnSend(boolean ch } /** - * Get the checkCertificateRevocationListOnReceive value. + * Get the value indicating whether to check for certificate revocation list on receive. * * @return the checkCertificateRevocationListOnReceive value */ @@ -229,7 +229,7 @@ public boolean checkCertificateRevocationListOnReceive() { } /** - * Set the checkCertificateRevocationListOnReceive value. + * Set the value indicating whether to check for certificate revocation list on receive. * * @param checkCertificateRevocationListOnReceive the checkCertificateRevocationListOnReceive value to set * @return the AS2ValidationSettings object itself. @@ -240,7 +240,7 @@ public AS2ValidationSettings withCheckCertificateRevocationListOnReceive(boolean } /** - * Get the encryptionAlgorithm value. + * Get the encryption algorithm. Possible values include: 'NotSpecified', 'None', 'DES3', 'RC2', 'AES128', 'AES192', 'AES256'. * * @return the encryptionAlgorithm value */ @@ -249,7 +249,7 @@ public EncryptionAlgorithm encryptionAlgorithm() { } /** - * Set the encryptionAlgorithm value. + * Set the encryption algorithm. Possible values include: 'NotSpecified', 'None', 'DES3', 'RC2', 'AES128', 'AES192', 'AES256'. * * @param encryptionAlgorithm the encryptionAlgorithm value to set * @return the AS2ValidationSettings object itself. @@ -260,7 +260,7 @@ public AS2ValidationSettings withEncryptionAlgorithm(EncryptionAlgorithm encrypt } /** - * Get the signingAlgorithm value. + * Get the signing algorithm. Possible values include: 'NotSpecified', 'Default', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'. * * @return the signingAlgorithm value */ @@ -269,7 +269,7 @@ public SigningAlgorithm signingAlgorithm() { } /** - * Set the signingAlgorithm value. + * Set the signing algorithm. Possible values include: 'NotSpecified', 'Default', 'SHA1', 'SHA2256', 'SHA2384', 'SHA2512'. * * @param signingAlgorithm the signingAlgorithm value to set * @return the AS2ValidationSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AccessKeyRegenerateActionDefinition.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AccessKeyRegenerateActionDefinition.java index 2ce5e532a8491..3746b927b9c48 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AccessKeyRegenerateActionDefinition.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AccessKeyRegenerateActionDefinition.java @@ -21,7 +21,7 @@ public class AccessKeyRegenerateActionDefinition { private AccessKeyType keyType; /** - * Get the keyType value. + * Get possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @return the keyType value */ @@ -30,7 +30,7 @@ public AccessKeyType keyType() { } /** - * Set the keyType value. + * Set possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @param keyType the keyType value to set * @return the AccessKeyRegenerateActionDefinition object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AgreementContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AgreementContent.java index 4695333d1bca0..5470b86da47e9 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AgreementContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AgreementContent.java @@ -33,7 +33,7 @@ public class AgreementContent { private EdifactAgreementContent edifact; /** - * Get the aS2 value. + * Get the AS2 agreement content. * * @return the aS2 value */ @@ -42,7 +42,7 @@ public AS2AgreementContent aS2() { } /** - * Set the aS2 value. + * Set the AS2 agreement content. * * @param aS2 the aS2 value to set * @return the AgreementContent object itself. @@ -53,7 +53,7 @@ public AgreementContent withAS2(AS2AgreementContent aS2) { } /** - * Get the x12 value. + * Get the X12 agreement content. * * @return the x12 value */ @@ -62,7 +62,7 @@ public X12AgreementContent x12() { } /** - * Set the x12 value. + * Set the X12 agreement content. * * @param x12 the x12 value to set * @return the AgreementContent object itself. @@ -73,7 +73,7 @@ public AgreementContent withX12(X12AgreementContent x12) { } /** - * Get the edifact value. + * Get the EDIFACT agreement content. * * @return the edifact value */ @@ -82,7 +82,7 @@ public EdifactAgreementContent edifact() { } /** - * Set the edifact value. + * Set the EDIFACT agreement content. * * @param edifact the edifact value to set * @return the AgreementContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactContentPropertiesDefinition.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactContentPropertiesDefinition.java index 046ef30b967f9..803db23cfcad0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactContentPropertiesDefinition.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactContentPropertiesDefinition.java @@ -53,7 +53,7 @@ public ArtifactContentPropertiesDefinition withContent(Object content) { } /** - * Get the contentType value. + * Get the content type. * * @return the contentType value */ @@ -62,7 +62,7 @@ public String contentType() { } /** - * Set the contentType value. + * Set the content type. * * @param contentType the contentType value to set * @return the ArtifactContentPropertiesDefinition object itself. @@ -73,7 +73,7 @@ public ArtifactContentPropertiesDefinition withContentType(String contentType) { } /** - * Get the contentLink value. + * Get the content link. * * @return the contentLink value */ @@ -82,7 +82,7 @@ public ContentLink contentLink() { } /** - * Set the contentLink value. + * Set the content link. * * @param contentLink the contentLink value to set * @return the ArtifactContentPropertiesDefinition object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactProperties.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactProperties.java index 90f53eec5832c..0c4c72214e575 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactProperties.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ArtifactProperties.java @@ -34,7 +34,7 @@ public class ArtifactProperties { private Object metadata; /** - * Get the createdTime value. + * Get the artifact creation time. * * @return the createdTime value */ @@ -43,7 +43,7 @@ public DateTime createdTime() { } /** - * Set the createdTime value. + * Set the artifact creation time. * * @param createdTime the createdTime value to set * @return the ArtifactProperties object itself. @@ -54,7 +54,7 @@ public ArtifactProperties withCreatedTime(DateTime createdTime) { } /** - * Get the changedTime value. + * Get the artifact changed time. * * @return the changedTime value */ @@ -63,7 +63,7 @@ public DateTime changedTime() { } /** - * Set the changedTime value. + * Set the artifact changed time. * * @param changedTime the changedTime value to set * @return the ArtifactProperties object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AssemblyProperties.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AssemblyProperties.java index 73d1b25277a3e..ebf52d130c25f 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AssemblyProperties.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AssemblyProperties.java @@ -39,7 +39,7 @@ public class AssemblyProperties extends ArtifactContentPropertiesDefinition { private String assemblyPublicKeyToken; /** - * Get the assemblyName value. + * Get the assembly name. * * @return the assemblyName value */ @@ -48,7 +48,7 @@ public String assemblyName() { } /** - * Set the assemblyName value. + * Set the assembly name. * * @param assemblyName the assemblyName value to set * @return the AssemblyProperties object itself. @@ -59,7 +59,7 @@ public AssemblyProperties withAssemblyName(String assemblyName) { } /** - * Get the assemblyVersion value. + * Get the assembly version. * * @return the assemblyVersion value */ @@ -68,7 +68,7 @@ public String assemblyVersion() { } /** - * Set the assemblyVersion value. + * Set the assembly version. * * @param assemblyVersion the assemblyVersion value to set * @return the AssemblyProperties object itself. @@ -79,7 +79,7 @@ public AssemblyProperties withAssemblyVersion(String assemblyVersion) { } /** - * Get the assemblyCulture value. + * Get the assembly culture. * * @return the assemblyCulture value */ @@ -88,7 +88,7 @@ public String assemblyCulture() { } /** - * Set the assemblyCulture value. + * Set the assembly culture. * * @param assemblyCulture the assemblyCulture value to set * @return the AssemblyProperties object itself. @@ -99,7 +99,7 @@ public AssemblyProperties withAssemblyCulture(String assemblyCulture) { } /** - * Get the assemblyPublicKeyToken value. + * Get the assembly public key token. * * @return the assemblyPublicKeyToken value */ @@ -108,7 +108,7 @@ public String assemblyPublicKeyToken() { } /** - * Set the assemblyPublicKeyToken value. + * Set the assembly public key token. * * @param assemblyPublicKeyToken the assemblyPublicKeyToken value to set * @return the AssemblyProperties object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AzureResourceErrorInfo.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AzureResourceErrorInfo.java index acabd8818e314..69ef7b94ec37c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AzureResourceErrorInfo.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/AzureResourceErrorInfo.java @@ -28,7 +28,7 @@ public class AzureResourceErrorInfo extends ErrorInfo { private List details; /** - * Get the message value. + * Get the error message. * * @return the message value */ @@ -37,7 +37,7 @@ public String message() { } /** - * Set the message value. + * Set the error message. * * @param message the message value to set * @return the AzureResourceErrorInfo object itself. @@ -48,7 +48,7 @@ public AzureResourceErrorInfo withMessage(String message) { } /** - * Get the details value. + * Get the error details. * * @return the details value */ @@ -57,7 +57,7 @@ public List details() { } /** - * Set the details value. + * Set the error details. * * @param details the details value to set * @return the AzureResourceErrorInfo object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/B2BPartnerContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/B2BPartnerContent.java index fb6904b8b2ad3..cb78279edea1a 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/B2BPartnerContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/B2BPartnerContent.java @@ -22,7 +22,7 @@ public class B2BPartnerContent { private List businessIdentities; /** - * Get the businessIdentities value. + * Get the list of partner business identities. * * @return the businessIdentities value */ @@ -31,7 +31,7 @@ public List businessIdentities() { } /** - * Set the businessIdentities value. + * Set the list of partner business identities. * * @param businessIdentities the businessIdentities value to set * @return the B2BPartnerContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchConfigurationProperties.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchConfigurationProperties.java index f16cef502298d..e1a4d61ba596c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchConfigurationProperties.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchConfigurationProperties.java @@ -27,7 +27,7 @@ public class BatchConfigurationProperties extends ArtifactProperties { private BatchReleaseCriteria releaseCriteria; /** - * Get the batchGroupName value. + * Get the name of the batch group. * * @return the batchGroupName value */ @@ -36,7 +36,7 @@ public String batchGroupName() { } /** - * Set the batchGroupName value. + * Set the name of the batch group. * * @param batchGroupName the batchGroupName value to set * @return the BatchConfigurationProperties object itself. @@ -47,7 +47,7 @@ public BatchConfigurationProperties withBatchGroupName(String batchGroupName) { } /** - * Get the releaseCriteria value. + * Get the batch release criteria. * * @return the releaseCriteria value */ @@ -56,7 +56,7 @@ public BatchReleaseCriteria releaseCriteria() { } /** - * Set the releaseCriteria value. + * Set the batch release criteria. * * @param releaseCriteria the releaseCriteria value to set * @return the BatchConfigurationProperties object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchReleaseCriteria.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchReleaseCriteria.java index b159ed84ce4d5..f58a3b740caf4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchReleaseCriteria.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BatchReleaseCriteria.java @@ -33,7 +33,7 @@ public class BatchReleaseCriteria { private WorkflowTriggerRecurrence recurrence; /** - * Get the messageCount value. + * Get the message count. * * @return the messageCount value */ @@ -42,7 +42,7 @@ public Integer messageCount() { } /** - * Set the messageCount value. + * Set the message count. * * @param messageCount the messageCount value to set * @return the BatchReleaseCriteria object itself. @@ -53,7 +53,7 @@ public BatchReleaseCriteria withMessageCount(Integer messageCount) { } /** - * Get the batchSize value. + * Get the batch size in bytes. * * @return the batchSize value */ @@ -62,7 +62,7 @@ public Integer batchSize() { } /** - * Set the batchSize value. + * Set the batch size in bytes. * * @param batchSize the batchSize value to set * @return the BatchReleaseCriteria object itself. @@ -73,7 +73,7 @@ public BatchReleaseCriteria withBatchSize(Integer batchSize) { } /** - * Get the recurrence value. + * Get the recurrence. * * @return the recurrence value */ @@ -82,7 +82,7 @@ public WorkflowTriggerRecurrence recurrence() { } /** - * Set the recurrence value. + * Set the recurrence. * * @param recurrence the recurrence value to set * @return the BatchReleaseCriteria object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BusinessIdentity.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BusinessIdentity.java index 836edf593b323..4cb9204404e8a 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BusinessIdentity.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/BusinessIdentity.java @@ -27,7 +27,7 @@ public class BusinessIdentity { private String value; /** - * Get the qualifier value. + * Get the business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32. * * @return the qualifier value */ @@ -36,7 +36,7 @@ public String qualifier() { } /** - * Set the qualifier value. + * Set the business identity qualifier e.g. as2identity, ZZ, ZZZ, 31, 32. * * @param qualifier the qualifier value to set * @return the BusinessIdentity object itself. @@ -47,7 +47,7 @@ public BusinessIdentity withQualifier(String qualifier) { } /** - * Get the value value. + * Get the user defined business identity value. * * @return the value value */ @@ -56,7 +56,7 @@ public String value() { } /** - * Set the value value. + * Set the user defined business identity value. * * @param value the value value to set * @return the BusinessIdentity object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentHash.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentHash.java index 6ecf3e9974c00..aaf498a795021 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentHash.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentHash.java @@ -27,7 +27,7 @@ public class ContentHash { private String value; /** - * Get the algorithm value. + * Get the algorithm of the content hash. * * @return the algorithm value */ @@ -36,7 +36,7 @@ public String algorithm() { } /** - * Set the algorithm value. + * Set the algorithm of the content hash. * * @param algorithm the algorithm value to set * @return the ContentHash object itself. @@ -47,7 +47,7 @@ public ContentHash withAlgorithm(String algorithm) { } /** - * Get the value value. + * Get the value of the content hash. * * @return the value value */ @@ -56,7 +56,7 @@ public String value() { } /** - * Set the value value. + * Set the value of the content hash. * * @param value the value value to set * @return the ContentHash object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentLink.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentLink.java index eb6d1c0ea7ee7..6a75c5ac29783 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentLink.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ContentLink.java @@ -45,7 +45,7 @@ public class ContentLink { private Object metadata; /** - * Get the uri value. + * Get the content link URI. * * @return the uri value */ @@ -54,7 +54,7 @@ public String uri() { } /** - * Set the uri value. + * Set the content link URI. * * @param uri the uri value to set * @return the ContentLink object itself. @@ -65,7 +65,7 @@ public ContentLink withUri(String uri) { } /** - * Get the contentVersion value. + * Get the content version. * * @return the contentVersion value */ @@ -74,7 +74,7 @@ public String contentVersion() { } /** - * Set the contentVersion value. + * Set the content version. * * @param contentVersion the contentVersion value to set * @return the ContentLink object itself. @@ -85,7 +85,7 @@ public ContentLink withContentVersion(String contentVersion) { } /** - * Get the contentSize value. + * Get the content size. * * @return the contentSize value */ @@ -94,7 +94,7 @@ public Long contentSize() { } /** - * Set the contentSize value. + * Set the content size. * * @param contentSize the contentSize value to set * @return the ContentLink object itself. @@ -105,7 +105,7 @@ public ContentLink withContentSize(Long contentSize) { } /** - * Get the contentHash value. + * Get the content hash. * * @return the contentHash value */ @@ -114,7 +114,7 @@ public ContentHash contentHash() { } /** - * Set the contentHash value. + * Set the content hash. * * @param contentHash the contentHash value to set * @return the ContentLink object itself. @@ -125,7 +125,7 @@ public ContentLink withContentHash(ContentHash contentHash) { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -134,7 +134,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the ContentLink object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Correlation.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Correlation.java index eabc3268be75d..3b53a7126126e 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Correlation.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Correlation.java @@ -21,7 +21,7 @@ public class Correlation { private String clientTrackingId; /** - * Get the clientTrackingId value. + * Get the client tracking id. * * @return the clientTrackingId value */ @@ -30,7 +30,7 @@ public String clientTrackingId() { } /** - * Set the clientTrackingId value. + * Set the client tracking id. * * @param clientTrackingId the clientTrackingId value to set * @return the Correlation object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAcknowledgementSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAcknowledgementSettings.java index 0e34d6dd3e765..8908e6e8cc167 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAcknowledgementSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAcknowledgementSettings.java @@ -81,7 +81,7 @@ public class EdifactAcknowledgementSettings { private boolean rolloverAcknowledgementControlNumber; /** - * Get the needTechnicalAcknowledgement value. + * Get the value indicating whether technical acknowledgement is needed. * * @return the needTechnicalAcknowledgement value */ @@ -90,7 +90,7 @@ public boolean needTechnicalAcknowledgement() { } /** - * Set the needTechnicalAcknowledgement value. + * Set the value indicating whether technical acknowledgement is needed. * * @param needTechnicalAcknowledgement the needTechnicalAcknowledgement value to set * @return the EdifactAcknowledgementSettings object itself. @@ -101,7 +101,7 @@ public EdifactAcknowledgementSettings withNeedTechnicalAcknowledgement(boolean n } /** - * Get the batchTechnicalAcknowledgements value. + * Get the value indicating whether to batch the technical acknowledgements. * * @return the batchTechnicalAcknowledgements value */ @@ -110,7 +110,7 @@ public boolean batchTechnicalAcknowledgements() { } /** - * Set the batchTechnicalAcknowledgements value. + * Set the value indicating whether to batch the technical acknowledgements. * * @param batchTechnicalAcknowledgements the batchTechnicalAcknowledgements value to set * @return the EdifactAcknowledgementSettings object itself. @@ -121,7 +121,7 @@ public EdifactAcknowledgementSettings withBatchTechnicalAcknowledgements(boolean } /** - * Get the needFunctionalAcknowledgement value. + * Get the value indicating whether functional acknowledgement is needed. * * @return the needFunctionalAcknowledgement value */ @@ -130,7 +130,7 @@ public boolean needFunctionalAcknowledgement() { } /** - * Set the needFunctionalAcknowledgement value. + * Set the value indicating whether functional acknowledgement is needed. * * @param needFunctionalAcknowledgement the needFunctionalAcknowledgement value to set * @return the EdifactAcknowledgementSettings object itself. @@ -141,7 +141,7 @@ public EdifactAcknowledgementSettings withNeedFunctionalAcknowledgement(boolean } /** - * Get the batchFunctionalAcknowledgements value. + * Get the value indicating whether to batch functional acknowledgements. * * @return the batchFunctionalAcknowledgements value */ @@ -150,7 +150,7 @@ public boolean batchFunctionalAcknowledgements() { } /** - * Set the batchFunctionalAcknowledgements value. + * Set the value indicating whether to batch functional acknowledgements. * * @param batchFunctionalAcknowledgements the batchFunctionalAcknowledgements value to set * @return the EdifactAcknowledgementSettings object itself. @@ -161,7 +161,7 @@ public EdifactAcknowledgementSettings withBatchFunctionalAcknowledgements(boolea } /** - * Get the needLoopForValidMessages value. + * Get the value indicating whether a loop is needed for valid messages. * * @return the needLoopForValidMessages value */ @@ -170,7 +170,7 @@ public boolean needLoopForValidMessages() { } /** - * Set the needLoopForValidMessages value. + * Set the value indicating whether a loop is needed for valid messages. * * @param needLoopForValidMessages the needLoopForValidMessages value to set * @return the EdifactAcknowledgementSettings object itself. @@ -181,7 +181,7 @@ public EdifactAcknowledgementSettings withNeedLoopForValidMessages(boolean needL } /** - * Get the sendSynchronousAcknowledgement value. + * Get the value indicating whether to send synchronous acknowledgement. * * @return the sendSynchronousAcknowledgement value */ @@ -190,7 +190,7 @@ public boolean sendSynchronousAcknowledgement() { } /** - * Set the sendSynchronousAcknowledgement value. + * Set the value indicating whether to send synchronous acknowledgement. * * @param sendSynchronousAcknowledgement the sendSynchronousAcknowledgement value to set * @return the EdifactAcknowledgementSettings object itself. @@ -201,7 +201,7 @@ public EdifactAcknowledgementSettings withSendSynchronousAcknowledgement(boolean } /** - * Get the acknowledgementControlNumberPrefix value. + * Get the acknowledgement control number prefix. * * @return the acknowledgementControlNumberPrefix value */ @@ -210,7 +210,7 @@ public String acknowledgementControlNumberPrefix() { } /** - * Set the acknowledgementControlNumberPrefix value. + * Set the acknowledgement control number prefix. * * @param acknowledgementControlNumberPrefix the acknowledgementControlNumberPrefix value to set * @return the EdifactAcknowledgementSettings object itself. @@ -221,7 +221,7 @@ public EdifactAcknowledgementSettings withAcknowledgementControlNumberPrefix(Str } /** - * Get the acknowledgementControlNumberSuffix value. + * Get the acknowledgement control number suffix. * * @return the acknowledgementControlNumberSuffix value */ @@ -230,7 +230,7 @@ public String acknowledgementControlNumberSuffix() { } /** - * Set the acknowledgementControlNumberSuffix value. + * Set the acknowledgement control number suffix. * * @param acknowledgementControlNumberSuffix the acknowledgementControlNumberSuffix value to set * @return the EdifactAcknowledgementSettings object itself. @@ -241,7 +241,7 @@ public EdifactAcknowledgementSettings withAcknowledgementControlNumberSuffix(Str } /** - * Get the acknowledgementControlNumberLowerBound value. + * Get the acknowledgement control number lower bound. * * @return the acknowledgementControlNumberLowerBound value */ @@ -250,7 +250,7 @@ public int acknowledgementControlNumberLowerBound() { } /** - * Set the acknowledgementControlNumberLowerBound value. + * Set the acknowledgement control number lower bound. * * @param acknowledgementControlNumberLowerBound the acknowledgementControlNumberLowerBound value to set * @return the EdifactAcknowledgementSettings object itself. @@ -261,7 +261,7 @@ public EdifactAcknowledgementSettings withAcknowledgementControlNumberLowerBound } /** - * Get the acknowledgementControlNumberUpperBound value. + * Get the acknowledgement control number upper bound. * * @return the acknowledgementControlNumberUpperBound value */ @@ -270,7 +270,7 @@ public int acknowledgementControlNumberUpperBound() { } /** - * Set the acknowledgementControlNumberUpperBound value. + * Set the acknowledgement control number upper bound. * * @param acknowledgementControlNumberUpperBound the acknowledgementControlNumberUpperBound value to set * @return the EdifactAcknowledgementSettings object itself. @@ -281,7 +281,7 @@ public EdifactAcknowledgementSettings withAcknowledgementControlNumberUpperBound } /** - * Get the rolloverAcknowledgementControlNumber value. + * Get the value indicating whether to rollover acknowledgement control number. * * @return the rolloverAcknowledgementControlNumber value */ @@ -290,7 +290,7 @@ public boolean rolloverAcknowledgementControlNumber() { } /** - * Set the rolloverAcknowledgementControlNumber value. + * Set the value indicating whether to rollover acknowledgement control number. * * @param rolloverAcknowledgementControlNumber the rolloverAcknowledgementControlNumber value to set * @return the EdifactAcknowledgementSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAgreementContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAgreementContent.java index 2e0f6b02ef369..9e7190d83452c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAgreementContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactAgreementContent.java @@ -27,7 +27,7 @@ public class EdifactAgreementContent { private EdifactOneWayAgreement sendAgreement; /** - * Get the receiveAgreement value. + * Get the EDIFACT one-way receive agreement. * * @return the receiveAgreement value */ @@ -36,7 +36,7 @@ public EdifactOneWayAgreement receiveAgreement() { } /** - * Set the receiveAgreement value. + * Set the EDIFACT one-way receive agreement. * * @param receiveAgreement the receiveAgreement value to set * @return the EdifactAgreementContent object itself. @@ -47,7 +47,7 @@ public EdifactAgreementContent withReceiveAgreement(EdifactOneWayAgreement recei } /** - * Get the sendAgreement value. + * Get the EDIFACT one-way send agreement. * * @return the sendAgreement value */ @@ -56,7 +56,7 @@ public EdifactOneWayAgreement sendAgreement() { } /** - * Set the sendAgreement value. + * Set the EDIFACT one-way send agreement. * * @param sendAgreement the sendAgreement value to set * @return the EdifactAgreementContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactDelimiterOverride.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactDelimiterOverride.java index 1d4dce9143266..c6d54adc7d083 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactDelimiterOverride.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactDelimiterOverride.java @@ -89,7 +89,7 @@ public class EdifactDelimiterOverride { private String targetNamespace; /** - * Get the messageId value. + * Get the message id. * * @return the messageId value */ @@ -98,7 +98,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id. * * @param messageId the messageId value to set * @return the EdifactDelimiterOverride object itself. @@ -109,7 +109,7 @@ public EdifactDelimiterOverride withMessageId(String messageId) { } /** - * Get the messageVersion value. + * Get the message version. * * @return the messageVersion value */ @@ -118,7 +118,7 @@ public String messageVersion() { } /** - * Set the messageVersion value. + * Set the message version. * * @param messageVersion the messageVersion value to set * @return the EdifactDelimiterOverride object itself. @@ -129,7 +129,7 @@ public EdifactDelimiterOverride withMessageVersion(String messageVersion) { } /** - * Get the messageRelease value. + * Get the message release. * * @return the messageRelease value */ @@ -138,7 +138,7 @@ public String messageRelease() { } /** - * Set the messageRelease value. + * Set the message release. * * @param messageRelease the messageRelease value to set * @return the EdifactDelimiterOverride object itself. @@ -149,7 +149,7 @@ public EdifactDelimiterOverride withMessageRelease(String messageRelease) { } /** - * Get the dataElementSeparator value. + * Get the data element separator. * * @return the dataElementSeparator value */ @@ -158,7 +158,7 @@ public int dataElementSeparator() { } /** - * Set the dataElementSeparator value. + * Set the data element separator. * * @param dataElementSeparator the dataElementSeparator value to set * @return the EdifactDelimiterOverride object itself. @@ -169,7 +169,7 @@ public EdifactDelimiterOverride withDataElementSeparator(int dataElementSeparato } /** - * Get the componentSeparator value. + * Get the component separator. * * @return the componentSeparator value */ @@ -178,7 +178,7 @@ public int componentSeparator() { } /** - * Set the componentSeparator value. + * Set the component separator. * * @param componentSeparator the componentSeparator value to set * @return the EdifactDelimiterOverride object itself. @@ -189,7 +189,7 @@ public EdifactDelimiterOverride withComponentSeparator(int componentSeparator) { } /** - * Get the segmentTerminator value. + * Get the segment terminator. * * @return the segmentTerminator value */ @@ -198,7 +198,7 @@ public int segmentTerminator() { } /** - * Set the segmentTerminator value. + * Set the segment terminator. * * @param segmentTerminator the segmentTerminator value to set * @return the EdifactDelimiterOverride object itself. @@ -209,7 +209,7 @@ public EdifactDelimiterOverride withSegmentTerminator(int segmentTerminator) { } /** - * Get the repetitionSeparator value. + * Get the repetition separator. * * @return the repetitionSeparator value */ @@ -218,7 +218,7 @@ public int repetitionSeparator() { } /** - * Set the repetitionSeparator value. + * Set the repetition separator. * * @param repetitionSeparator the repetitionSeparator value to set * @return the EdifactDelimiterOverride object itself. @@ -229,7 +229,7 @@ public EdifactDelimiterOverride withRepetitionSeparator(int repetitionSeparator) } /** - * Get the segmentTerminatorSuffix value. + * Get the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @return the segmentTerminatorSuffix value */ @@ -238,7 +238,7 @@ public SegmentTerminatorSuffix segmentTerminatorSuffix() { } /** - * Set the segmentTerminatorSuffix value. + * Set the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @param segmentTerminatorSuffix the segmentTerminatorSuffix value to set * @return the EdifactDelimiterOverride object itself. @@ -249,7 +249,7 @@ public EdifactDelimiterOverride withSegmentTerminatorSuffix(SegmentTerminatorSuf } /** - * Get the decimalPointIndicator value. + * Get the decimal point indicator. Possible values include: 'NotSpecified', 'Comma', 'Decimal'. * * @return the decimalPointIndicator value */ @@ -258,7 +258,7 @@ public EdifactDecimalIndicator decimalPointIndicator() { } /** - * Set the decimalPointIndicator value. + * Set the decimal point indicator. Possible values include: 'NotSpecified', 'Comma', 'Decimal'. * * @param decimalPointIndicator the decimalPointIndicator value to set * @return the EdifactDelimiterOverride object itself. @@ -269,7 +269,7 @@ public EdifactDelimiterOverride withDecimalPointIndicator(EdifactDecimalIndicato } /** - * Get the releaseIndicator value. + * Get the release indicator. * * @return the releaseIndicator value */ @@ -278,7 +278,7 @@ public int releaseIndicator() { } /** - * Set the releaseIndicator value. + * Set the release indicator. * * @param releaseIndicator the releaseIndicator value to set * @return the EdifactDelimiterOverride object itself. @@ -289,7 +289,7 @@ public EdifactDelimiterOverride withReleaseIndicator(int releaseIndicator) { } /** - * Get the messageAssociationAssignedCode value. + * Get the message association assigned code. * * @return the messageAssociationAssignedCode value */ @@ -298,7 +298,7 @@ public String messageAssociationAssignedCode() { } /** - * Set the messageAssociationAssignedCode value. + * Set the message association assigned code. * * @param messageAssociationAssignedCode the messageAssociationAssignedCode value to set * @return the EdifactDelimiterOverride object itself. @@ -309,7 +309,7 @@ public EdifactDelimiterOverride withMessageAssociationAssignedCode(String messag } /** - * Get the targetNamespace value. + * Get the target namespace on which this delimiter settings has to be applied. * * @return the targetNamespace value */ @@ -318,7 +318,7 @@ public String targetNamespace() { } /** - * Set the targetNamespace value. + * Set the target namespace on which this delimiter settings has to be applied. * * @param targetNamespace the targetNamespace value to set * @return the EdifactDelimiterOverride object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeOverride.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeOverride.java index de7a2cdb3af02..0a79ca18780ab 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeOverride.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeOverride.java @@ -106,7 +106,7 @@ public class EdifactEnvelopeOverride { private String applicationPassword; /** - * Get the messageId value. + * Get the message id on which this envelope settings has to be applied. * * @return the messageId value */ @@ -115,7 +115,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id on which this envelope settings has to be applied. * * @param messageId the messageId value to set * @return the EdifactEnvelopeOverride object itself. @@ -126,7 +126,7 @@ public EdifactEnvelopeOverride withMessageId(String messageId) { } /** - * Get the messageVersion value. + * Get the message version on which this envelope settings has to be applied. * * @return the messageVersion value */ @@ -135,7 +135,7 @@ public String messageVersion() { } /** - * Set the messageVersion value. + * Set the message version on which this envelope settings has to be applied. * * @param messageVersion the messageVersion value to set * @return the EdifactEnvelopeOverride object itself. @@ -146,7 +146,7 @@ public EdifactEnvelopeOverride withMessageVersion(String messageVersion) { } /** - * Get the messageRelease value. + * Get the message release version on which this envelope settings has to be applied. * * @return the messageRelease value */ @@ -155,7 +155,7 @@ public String messageRelease() { } /** - * Set the messageRelease value. + * Set the message release version on which this envelope settings has to be applied. * * @param messageRelease the messageRelease value to set * @return the EdifactEnvelopeOverride object itself. @@ -166,7 +166,7 @@ public EdifactEnvelopeOverride withMessageRelease(String messageRelease) { } /** - * Get the messageAssociationAssignedCode value. + * Get the message association assigned code. * * @return the messageAssociationAssignedCode value */ @@ -175,7 +175,7 @@ public String messageAssociationAssignedCode() { } /** - * Set the messageAssociationAssignedCode value. + * Set the message association assigned code. * * @param messageAssociationAssignedCode the messageAssociationAssignedCode value to set * @return the EdifactEnvelopeOverride object itself. @@ -186,7 +186,7 @@ public EdifactEnvelopeOverride withMessageAssociationAssignedCode(String message } /** - * Get the targetNamespace value. + * Get the target namespace on which this envelope settings has to be applied. * * @return the targetNamespace value */ @@ -195,7 +195,7 @@ public String targetNamespace() { } /** - * Set the targetNamespace value. + * Set the target namespace on which this envelope settings has to be applied. * * @param targetNamespace the targetNamespace value to set * @return the EdifactEnvelopeOverride object itself. @@ -206,7 +206,7 @@ public EdifactEnvelopeOverride withTargetNamespace(String targetNamespace) { } /** - * Get the functionalGroupId value. + * Get the functional group id. * * @return the functionalGroupId value */ @@ -215,7 +215,7 @@ public String functionalGroupId() { } /** - * Set the functionalGroupId value. + * Set the functional group id. * * @param functionalGroupId the functionalGroupId value to set * @return the EdifactEnvelopeOverride object itself. @@ -226,7 +226,7 @@ public EdifactEnvelopeOverride withFunctionalGroupId(String functionalGroupId) { } /** - * Get the senderApplicationQualifier value. + * Get the sender application qualifier. * * @return the senderApplicationQualifier value */ @@ -235,7 +235,7 @@ public String senderApplicationQualifier() { } /** - * Set the senderApplicationQualifier value. + * Set the sender application qualifier. * * @param senderApplicationQualifier the senderApplicationQualifier value to set * @return the EdifactEnvelopeOverride object itself. @@ -246,7 +246,7 @@ public EdifactEnvelopeOverride withSenderApplicationQualifier(String senderAppli } /** - * Get the senderApplicationId value. + * Get the sender application id. * * @return the senderApplicationId value */ @@ -255,7 +255,7 @@ public String senderApplicationId() { } /** - * Set the senderApplicationId value. + * Set the sender application id. * * @param senderApplicationId the senderApplicationId value to set * @return the EdifactEnvelopeOverride object itself. @@ -266,7 +266,7 @@ public EdifactEnvelopeOverride withSenderApplicationId(String senderApplicationI } /** - * Get the receiverApplicationQualifier value. + * Get the receiver application qualifier. * * @return the receiverApplicationQualifier value */ @@ -275,7 +275,7 @@ public String receiverApplicationQualifier() { } /** - * Set the receiverApplicationQualifier value. + * Set the receiver application qualifier. * * @param receiverApplicationQualifier the receiverApplicationQualifier value to set * @return the EdifactEnvelopeOverride object itself. @@ -286,7 +286,7 @@ public EdifactEnvelopeOverride withReceiverApplicationQualifier(String receiverA } /** - * Get the receiverApplicationId value. + * Get the receiver application id. * * @return the receiverApplicationId value */ @@ -295,7 +295,7 @@ public String receiverApplicationId() { } /** - * Set the receiverApplicationId value. + * Set the receiver application id. * * @param receiverApplicationId the receiverApplicationId value to set * @return the EdifactEnvelopeOverride object itself. @@ -306,7 +306,7 @@ public EdifactEnvelopeOverride withReceiverApplicationId(String receiverApplicat } /** - * Get the controllingAgencyCode value. + * Get the controlling agency code. * * @return the controllingAgencyCode value */ @@ -315,7 +315,7 @@ public String controllingAgencyCode() { } /** - * Set the controllingAgencyCode value. + * Set the controlling agency code. * * @param controllingAgencyCode the controllingAgencyCode value to set * @return the EdifactEnvelopeOverride object itself. @@ -326,7 +326,7 @@ public EdifactEnvelopeOverride withControllingAgencyCode(String controllingAgenc } /** - * Get the groupHeaderMessageVersion value. + * Get the group header message version. * * @return the groupHeaderMessageVersion value */ @@ -335,7 +335,7 @@ public String groupHeaderMessageVersion() { } /** - * Set the groupHeaderMessageVersion value. + * Set the group header message version. * * @param groupHeaderMessageVersion the groupHeaderMessageVersion value to set * @return the EdifactEnvelopeOverride object itself. @@ -346,7 +346,7 @@ public EdifactEnvelopeOverride withGroupHeaderMessageVersion(String groupHeaderM } /** - * Get the groupHeaderMessageRelease value. + * Get the group header message release. * * @return the groupHeaderMessageRelease value */ @@ -355,7 +355,7 @@ public String groupHeaderMessageRelease() { } /** - * Set the groupHeaderMessageRelease value. + * Set the group header message release. * * @param groupHeaderMessageRelease the groupHeaderMessageRelease value to set * @return the EdifactEnvelopeOverride object itself. @@ -366,7 +366,7 @@ public EdifactEnvelopeOverride withGroupHeaderMessageRelease(String groupHeaderM } /** - * Get the associationAssignedCode value. + * Get the association assigned code. * * @return the associationAssignedCode value */ @@ -375,7 +375,7 @@ public String associationAssignedCode() { } /** - * Set the associationAssignedCode value. + * Set the association assigned code. * * @param associationAssignedCode the associationAssignedCode value to set * @return the EdifactEnvelopeOverride object itself. @@ -386,7 +386,7 @@ public EdifactEnvelopeOverride withAssociationAssignedCode(String associationAss } /** - * Get the applicationPassword value. + * Get the application password. * * @return the applicationPassword value */ @@ -395,7 +395,7 @@ public String applicationPassword() { } /** - * Set the applicationPassword value. + * Set the application password. * * @param applicationPassword the applicationPassword value to set * @return the EdifactEnvelopeOverride object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeSettings.java index 99468e0976f43..ef142adca4fd7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactEnvelopeSettings.java @@ -262,7 +262,7 @@ public class EdifactEnvelopeSettings { private String receiverInternalSubIdentification; /** - * Get the groupAssociationAssignedCode value. + * Get the group association assigned code. * * @return the groupAssociationAssignedCode value */ @@ -271,7 +271,7 @@ public String groupAssociationAssignedCode() { } /** - * Set the groupAssociationAssignedCode value. + * Set the group association assigned code. * * @param groupAssociationAssignedCode the groupAssociationAssignedCode value to set * @return the EdifactEnvelopeSettings object itself. @@ -282,7 +282,7 @@ public EdifactEnvelopeSettings withGroupAssociationAssignedCode(String groupAsso } /** - * Get the communicationAgreementId value. + * Get the communication agreement id. * * @return the communicationAgreementId value */ @@ -291,7 +291,7 @@ public String communicationAgreementId() { } /** - * Set the communicationAgreementId value. + * Set the communication agreement id. * * @param communicationAgreementId the communicationAgreementId value to set * @return the EdifactEnvelopeSettings object itself. @@ -302,7 +302,7 @@ public EdifactEnvelopeSettings withCommunicationAgreementId(String communication } /** - * Get the applyDelimiterStringAdvice value. + * Get the value indicating whether to apply delimiter string advice. * * @return the applyDelimiterStringAdvice value */ @@ -311,7 +311,7 @@ public boolean applyDelimiterStringAdvice() { } /** - * Set the applyDelimiterStringAdvice value. + * Set the value indicating whether to apply delimiter string advice. * * @param applyDelimiterStringAdvice the applyDelimiterStringAdvice value to set * @return the EdifactEnvelopeSettings object itself. @@ -322,7 +322,7 @@ public EdifactEnvelopeSettings withApplyDelimiterStringAdvice(boolean applyDelim } /** - * Get the createGroupingSegments value. + * Get the value indicating whether to create grouping segments. * * @return the createGroupingSegments value */ @@ -331,7 +331,7 @@ public boolean createGroupingSegments() { } /** - * Set the createGroupingSegments value. + * Set the value indicating whether to create grouping segments. * * @param createGroupingSegments the createGroupingSegments value to set * @return the EdifactEnvelopeSettings object itself. @@ -342,7 +342,7 @@ public EdifactEnvelopeSettings withCreateGroupingSegments(boolean createGrouping } /** - * Get the enableDefaultGroupHeaders value. + * Get the value indicating whether to enable default group headers. * * @return the enableDefaultGroupHeaders value */ @@ -351,7 +351,7 @@ public boolean enableDefaultGroupHeaders() { } /** - * Set the enableDefaultGroupHeaders value. + * Set the value indicating whether to enable default group headers. * * @param enableDefaultGroupHeaders the enableDefaultGroupHeaders value to set * @return the EdifactEnvelopeSettings object itself. @@ -362,7 +362,7 @@ public EdifactEnvelopeSettings withEnableDefaultGroupHeaders(boolean enableDefau } /** - * Get the recipientReferencePasswordValue value. + * Get the recipient reference password value. * * @return the recipientReferencePasswordValue value */ @@ -371,7 +371,7 @@ public String recipientReferencePasswordValue() { } /** - * Set the recipientReferencePasswordValue value. + * Set the recipient reference password value. * * @param recipientReferencePasswordValue the recipientReferencePasswordValue value to set * @return the EdifactEnvelopeSettings object itself. @@ -382,7 +382,7 @@ public EdifactEnvelopeSettings withRecipientReferencePasswordValue(String recipi } /** - * Get the recipientReferencePasswordQualifier value. + * Get the recipient reference password qualifier. * * @return the recipientReferencePasswordQualifier value */ @@ -391,7 +391,7 @@ public String recipientReferencePasswordQualifier() { } /** - * Set the recipientReferencePasswordQualifier value. + * Set the recipient reference password qualifier. * * @param recipientReferencePasswordQualifier the recipientReferencePasswordQualifier value to set * @return the EdifactEnvelopeSettings object itself. @@ -402,7 +402,7 @@ public EdifactEnvelopeSettings withRecipientReferencePasswordQualifier(String re } /** - * Get the applicationReferenceId value. + * Get the application reference id. * * @return the applicationReferenceId value */ @@ -411,7 +411,7 @@ public String applicationReferenceId() { } /** - * Set the applicationReferenceId value. + * Set the application reference id. * * @param applicationReferenceId the applicationReferenceId value to set * @return the EdifactEnvelopeSettings object itself. @@ -422,7 +422,7 @@ public EdifactEnvelopeSettings withApplicationReferenceId(String applicationRefe } /** - * Get the processingPriorityCode value. + * Get the processing priority code. * * @return the processingPriorityCode value */ @@ -431,7 +431,7 @@ public String processingPriorityCode() { } /** - * Set the processingPriorityCode value. + * Set the processing priority code. * * @param processingPriorityCode the processingPriorityCode value to set * @return the EdifactEnvelopeSettings object itself. @@ -442,7 +442,7 @@ public EdifactEnvelopeSettings withProcessingPriorityCode(String processingPrior } /** - * Get the interchangeControlNumberLowerBound value. + * Get the interchange control number lower bound. * * @return the interchangeControlNumberLowerBound value */ @@ -451,7 +451,7 @@ public long interchangeControlNumberLowerBound() { } /** - * Set the interchangeControlNumberLowerBound value. + * Set the interchange control number lower bound. * * @param interchangeControlNumberLowerBound the interchangeControlNumberLowerBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -462,7 +462,7 @@ public EdifactEnvelopeSettings withInterchangeControlNumberLowerBound(long inter } /** - * Get the interchangeControlNumberUpperBound value. + * Get the interchange control number upper bound. * * @return the interchangeControlNumberUpperBound value */ @@ -471,7 +471,7 @@ public long interchangeControlNumberUpperBound() { } /** - * Set the interchangeControlNumberUpperBound value. + * Set the interchange control number upper bound. * * @param interchangeControlNumberUpperBound the interchangeControlNumberUpperBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -482,7 +482,7 @@ public EdifactEnvelopeSettings withInterchangeControlNumberUpperBound(long inter } /** - * Get the rolloverInterchangeControlNumber value. + * Get the value indicating whether to rollover interchange control number. * * @return the rolloverInterchangeControlNumber value */ @@ -491,7 +491,7 @@ public boolean rolloverInterchangeControlNumber() { } /** - * Set the rolloverInterchangeControlNumber value. + * Set the value indicating whether to rollover interchange control number. * * @param rolloverInterchangeControlNumber the rolloverInterchangeControlNumber value to set * @return the EdifactEnvelopeSettings object itself. @@ -502,7 +502,7 @@ public EdifactEnvelopeSettings withRolloverInterchangeControlNumber(boolean roll } /** - * Get the interchangeControlNumberPrefix value. + * Get the interchange control number prefix. * * @return the interchangeControlNumberPrefix value */ @@ -511,7 +511,7 @@ public String interchangeControlNumberPrefix() { } /** - * Set the interchangeControlNumberPrefix value. + * Set the interchange control number prefix. * * @param interchangeControlNumberPrefix the interchangeControlNumberPrefix value to set * @return the EdifactEnvelopeSettings object itself. @@ -522,7 +522,7 @@ public EdifactEnvelopeSettings withInterchangeControlNumberPrefix(String interch } /** - * Get the interchangeControlNumberSuffix value. + * Get the interchange control number suffix. * * @return the interchangeControlNumberSuffix value */ @@ -531,7 +531,7 @@ public String interchangeControlNumberSuffix() { } /** - * Set the interchangeControlNumberSuffix value. + * Set the interchange control number suffix. * * @param interchangeControlNumberSuffix the interchangeControlNumberSuffix value to set * @return the EdifactEnvelopeSettings object itself. @@ -542,7 +542,7 @@ public EdifactEnvelopeSettings withInterchangeControlNumberSuffix(String interch } /** - * Get the senderReverseRoutingAddress value. + * Get the sender reverse routing address. * * @return the senderReverseRoutingAddress value */ @@ -551,7 +551,7 @@ public String senderReverseRoutingAddress() { } /** - * Set the senderReverseRoutingAddress value. + * Set the sender reverse routing address. * * @param senderReverseRoutingAddress the senderReverseRoutingAddress value to set * @return the EdifactEnvelopeSettings object itself. @@ -562,7 +562,7 @@ public EdifactEnvelopeSettings withSenderReverseRoutingAddress(String senderReve } /** - * Get the receiverReverseRoutingAddress value. + * Get the receiver reverse routing address. * * @return the receiverReverseRoutingAddress value */ @@ -571,7 +571,7 @@ public String receiverReverseRoutingAddress() { } /** - * Set the receiverReverseRoutingAddress value. + * Set the receiver reverse routing address. * * @param receiverReverseRoutingAddress the receiverReverseRoutingAddress value to set * @return the EdifactEnvelopeSettings object itself. @@ -582,7 +582,7 @@ public EdifactEnvelopeSettings withReceiverReverseRoutingAddress(String receiver } /** - * Get the functionalGroupId value. + * Get the functional group id. * * @return the functionalGroupId value */ @@ -591,7 +591,7 @@ public String functionalGroupId() { } /** - * Set the functionalGroupId value. + * Set the functional group id. * * @param functionalGroupId the functionalGroupId value to set * @return the EdifactEnvelopeSettings object itself. @@ -602,7 +602,7 @@ public EdifactEnvelopeSettings withFunctionalGroupId(String functionalGroupId) { } /** - * Get the groupControllingAgencyCode value. + * Get the group controlling agency code. * * @return the groupControllingAgencyCode value */ @@ -611,7 +611,7 @@ public String groupControllingAgencyCode() { } /** - * Set the groupControllingAgencyCode value. + * Set the group controlling agency code. * * @param groupControllingAgencyCode the groupControllingAgencyCode value to set * @return the EdifactEnvelopeSettings object itself. @@ -622,7 +622,7 @@ public EdifactEnvelopeSettings withGroupControllingAgencyCode(String groupContro } /** - * Get the groupMessageVersion value. + * Get the group message version. * * @return the groupMessageVersion value */ @@ -631,7 +631,7 @@ public String groupMessageVersion() { } /** - * Set the groupMessageVersion value. + * Set the group message version. * * @param groupMessageVersion the groupMessageVersion value to set * @return the EdifactEnvelopeSettings object itself. @@ -642,7 +642,7 @@ public EdifactEnvelopeSettings withGroupMessageVersion(String groupMessageVersio } /** - * Get the groupMessageRelease value. + * Get the group message release. * * @return the groupMessageRelease value */ @@ -651,7 +651,7 @@ public String groupMessageRelease() { } /** - * Set the groupMessageRelease value. + * Set the group message release. * * @param groupMessageRelease the groupMessageRelease value to set * @return the EdifactEnvelopeSettings object itself. @@ -662,7 +662,7 @@ public EdifactEnvelopeSettings withGroupMessageRelease(String groupMessageReleas } /** - * Get the groupControlNumberLowerBound value. + * Get the group control number lower bound. * * @return the groupControlNumberLowerBound value */ @@ -671,7 +671,7 @@ public long groupControlNumberLowerBound() { } /** - * Set the groupControlNumberLowerBound value. + * Set the group control number lower bound. * * @param groupControlNumberLowerBound the groupControlNumberLowerBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -682,7 +682,7 @@ public EdifactEnvelopeSettings withGroupControlNumberLowerBound(long groupContro } /** - * Get the groupControlNumberUpperBound value. + * Get the group control number upper bound. * * @return the groupControlNumberUpperBound value */ @@ -691,7 +691,7 @@ public long groupControlNumberUpperBound() { } /** - * Set the groupControlNumberUpperBound value. + * Set the group control number upper bound. * * @param groupControlNumberUpperBound the groupControlNumberUpperBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -702,7 +702,7 @@ public EdifactEnvelopeSettings withGroupControlNumberUpperBound(long groupContro } /** - * Get the rolloverGroupControlNumber value. + * Get the value indicating whether to rollover group control number. * * @return the rolloverGroupControlNumber value */ @@ -711,7 +711,7 @@ public boolean rolloverGroupControlNumber() { } /** - * Set the rolloverGroupControlNumber value. + * Set the value indicating whether to rollover group control number. * * @param rolloverGroupControlNumber the rolloverGroupControlNumber value to set * @return the EdifactEnvelopeSettings object itself. @@ -722,7 +722,7 @@ public EdifactEnvelopeSettings withRolloverGroupControlNumber(boolean rolloverGr } /** - * Get the groupControlNumberPrefix value. + * Get the group control number prefix. * * @return the groupControlNumberPrefix value */ @@ -731,7 +731,7 @@ public String groupControlNumberPrefix() { } /** - * Set the groupControlNumberPrefix value. + * Set the group control number prefix. * * @param groupControlNumberPrefix the groupControlNumberPrefix value to set * @return the EdifactEnvelopeSettings object itself. @@ -742,7 +742,7 @@ public EdifactEnvelopeSettings withGroupControlNumberPrefix(String groupControlN } /** - * Get the groupControlNumberSuffix value. + * Get the group control number suffix. * * @return the groupControlNumberSuffix value */ @@ -751,7 +751,7 @@ public String groupControlNumberSuffix() { } /** - * Set the groupControlNumberSuffix value. + * Set the group control number suffix. * * @param groupControlNumberSuffix the groupControlNumberSuffix value to set * @return the EdifactEnvelopeSettings object itself. @@ -762,7 +762,7 @@ public EdifactEnvelopeSettings withGroupControlNumberSuffix(String groupControlN } /** - * Get the groupApplicationReceiverQualifier value. + * Get the group application receiver qualifier. * * @return the groupApplicationReceiverQualifier value */ @@ -771,7 +771,7 @@ public String groupApplicationReceiverQualifier() { } /** - * Set the groupApplicationReceiverQualifier value. + * Set the group application receiver qualifier. * * @param groupApplicationReceiverQualifier the groupApplicationReceiverQualifier value to set * @return the EdifactEnvelopeSettings object itself. @@ -782,7 +782,7 @@ public EdifactEnvelopeSettings withGroupApplicationReceiverQualifier(String grou } /** - * Get the groupApplicationReceiverId value. + * Get the group application receiver id. * * @return the groupApplicationReceiverId value */ @@ -791,7 +791,7 @@ public String groupApplicationReceiverId() { } /** - * Set the groupApplicationReceiverId value. + * Set the group application receiver id. * * @param groupApplicationReceiverId the groupApplicationReceiverId value to set * @return the EdifactEnvelopeSettings object itself. @@ -802,7 +802,7 @@ public EdifactEnvelopeSettings withGroupApplicationReceiverId(String groupApplic } /** - * Get the groupApplicationSenderQualifier value. + * Get the group application sender qualifier. * * @return the groupApplicationSenderQualifier value */ @@ -811,7 +811,7 @@ public String groupApplicationSenderQualifier() { } /** - * Set the groupApplicationSenderQualifier value. + * Set the group application sender qualifier. * * @param groupApplicationSenderQualifier the groupApplicationSenderQualifier value to set * @return the EdifactEnvelopeSettings object itself. @@ -822,7 +822,7 @@ public EdifactEnvelopeSettings withGroupApplicationSenderQualifier(String groupA } /** - * Get the groupApplicationSenderId value. + * Get the group application sender id. * * @return the groupApplicationSenderId value */ @@ -831,7 +831,7 @@ public String groupApplicationSenderId() { } /** - * Set the groupApplicationSenderId value. + * Set the group application sender id. * * @param groupApplicationSenderId the groupApplicationSenderId value to set * @return the EdifactEnvelopeSettings object itself. @@ -842,7 +842,7 @@ public EdifactEnvelopeSettings withGroupApplicationSenderId(String groupApplicat } /** - * Get the groupApplicationPassword value. + * Get the group application password. * * @return the groupApplicationPassword value */ @@ -851,7 +851,7 @@ public String groupApplicationPassword() { } /** - * Set the groupApplicationPassword value. + * Set the group application password. * * @param groupApplicationPassword the groupApplicationPassword value to set * @return the EdifactEnvelopeSettings object itself. @@ -862,7 +862,7 @@ public EdifactEnvelopeSettings withGroupApplicationPassword(String groupApplicat } /** - * Get the overwriteExistingTransactionSetControlNumber value. + * Get the value indicating whether to overwrite existing transaction set control number. * * @return the overwriteExistingTransactionSetControlNumber value */ @@ -871,7 +871,7 @@ public boolean overwriteExistingTransactionSetControlNumber() { } /** - * Set the overwriteExistingTransactionSetControlNumber value. + * Set the value indicating whether to overwrite existing transaction set control number. * * @param overwriteExistingTransactionSetControlNumber the overwriteExistingTransactionSetControlNumber value to set * @return the EdifactEnvelopeSettings object itself. @@ -882,7 +882,7 @@ public EdifactEnvelopeSettings withOverwriteExistingTransactionSetControlNumber( } /** - * Get the transactionSetControlNumberPrefix value. + * Get the transaction set control number prefix. * * @return the transactionSetControlNumberPrefix value */ @@ -891,7 +891,7 @@ public String transactionSetControlNumberPrefix() { } /** - * Set the transactionSetControlNumberPrefix value. + * Set the transaction set control number prefix. * * @param transactionSetControlNumberPrefix the transactionSetControlNumberPrefix value to set * @return the EdifactEnvelopeSettings object itself. @@ -902,7 +902,7 @@ public EdifactEnvelopeSettings withTransactionSetControlNumberPrefix(String tran } /** - * Get the transactionSetControlNumberSuffix value. + * Get the transaction set control number suffix. * * @return the transactionSetControlNumberSuffix value */ @@ -911,7 +911,7 @@ public String transactionSetControlNumberSuffix() { } /** - * Set the transactionSetControlNumberSuffix value. + * Set the transaction set control number suffix. * * @param transactionSetControlNumberSuffix the transactionSetControlNumberSuffix value to set * @return the EdifactEnvelopeSettings object itself. @@ -922,7 +922,7 @@ public EdifactEnvelopeSettings withTransactionSetControlNumberSuffix(String tran } /** - * Get the transactionSetControlNumberLowerBound value. + * Get the transaction set control number lower bound. * * @return the transactionSetControlNumberLowerBound value */ @@ -931,7 +931,7 @@ public long transactionSetControlNumberLowerBound() { } /** - * Set the transactionSetControlNumberLowerBound value. + * Set the transaction set control number lower bound. * * @param transactionSetControlNumberLowerBound the transactionSetControlNumberLowerBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -942,7 +942,7 @@ public EdifactEnvelopeSettings withTransactionSetControlNumberLowerBound(long tr } /** - * Get the transactionSetControlNumberUpperBound value. + * Get the transaction set control number upper bound. * * @return the transactionSetControlNumberUpperBound value */ @@ -951,7 +951,7 @@ public long transactionSetControlNumberUpperBound() { } /** - * Set the transactionSetControlNumberUpperBound value. + * Set the transaction set control number upper bound. * * @param transactionSetControlNumberUpperBound the transactionSetControlNumberUpperBound value to set * @return the EdifactEnvelopeSettings object itself. @@ -962,7 +962,7 @@ public EdifactEnvelopeSettings withTransactionSetControlNumberUpperBound(long tr } /** - * Get the rolloverTransactionSetControlNumber value. + * Get the value indicating whether to rollover transaction set control number. * * @return the rolloverTransactionSetControlNumber value */ @@ -971,7 +971,7 @@ public boolean rolloverTransactionSetControlNumber() { } /** - * Set the rolloverTransactionSetControlNumber value. + * Set the value indicating whether to rollover transaction set control number. * * @param rolloverTransactionSetControlNumber the rolloverTransactionSetControlNumber value to set * @return the EdifactEnvelopeSettings object itself. @@ -982,7 +982,7 @@ public EdifactEnvelopeSettings withRolloverTransactionSetControlNumber(boolean r } /** - * Get the isTestInterchange value. + * Get the value indicating whether the message is a test interchange. * * @return the isTestInterchange value */ @@ -991,7 +991,7 @@ public boolean isTestInterchange() { } /** - * Set the isTestInterchange value. + * Set the value indicating whether the message is a test interchange. * * @param isTestInterchange the isTestInterchange value to set * @return the EdifactEnvelopeSettings object itself. @@ -1002,7 +1002,7 @@ public EdifactEnvelopeSettings withIsTestInterchange(boolean isTestInterchange) } /** - * Get the senderInternalIdentification value. + * Get the sender internal identification. * * @return the senderInternalIdentification value */ @@ -1011,7 +1011,7 @@ public String senderInternalIdentification() { } /** - * Set the senderInternalIdentification value. + * Set the sender internal identification. * * @param senderInternalIdentification the senderInternalIdentification value to set * @return the EdifactEnvelopeSettings object itself. @@ -1022,7 +1022,7 @@ public EdifactEnvelopeSettings withSenderInternalIdentification(String senderInt } /** - * Get the senderInternalSubIdentification value. + * Get the sender internal sub identification. * * @return the senderInternalSubIdentification value */ @@ -1031,7 +1031,7 @@ public String senderInternalSubIdentification() { } /** - * Set the senderInternalSubIdentification value. + * Set the sender internal sub identification. * * @param senderInternalSubIdentification the senderInternalSubIdentification value to set * @return the EdifactEnvelopeSettings object itself. @@ -1042,7 +1042,7 @@ public EdifactEnvelopeSettings withSenderInternalSubIdentification(String sender } /** - * Get the receiverInternalIdentification value. + * Get the receiver internal identification. * * @return the receiverInternalIdentification value */ @@ -1051,7 +1051,7 @@ public String receiverInternalIdentification() { } /** - * Set the receiverInternalIdentification value. + * Set the receiver internal identification. * * @param receiverInternalIdentification the receiverInternalIdentification value to set * @return the EdifactEnvelopeSettings object itself. @@ -1062,7 +1062,7 @@ public EdifactEnvelopeSettings withReceiverInternalIdentification(String receive } /** - * Get the receiverInternalSubIdentification value. + * Get the receiver internal sub identification. * * @return the receiverInternalSubIdentification value */ @@ -1071,7 +1071,7 @@ public String receiverInternalSubIdentification() { } /** - * Set the receiverInternalSubIdentification value. + * Set the receiver internal sub identification. * * @param receiverInternalSubIdentification the receiverInternalSubIdentification value to set * @return the EdifactEnvelopeSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactFramingSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactFramingSettings.java index e042187d31718..b65ab1f589f39 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactFramingSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactFramingSettings.java @@ -85,7 +85,7 @@ public class EdifactFramingSettings { private SegmentTerminatorSuffix segmentTerminatorSuffix; /** - * Get the serviceCodeListDirectoryVersion value. + * Get the service code list directory version. * * @return the serviceCodeListDirectoryVersion value */ @@ -94,7 +94,7 @@ public String serviceCodeListDirectoryVersion() { } /** - * Set the serviceCodeListDirectoryVersion value. + * Set the service code list directory version. * * @param serviceCodeListDirectoryVersion the serviceCodeListDirectoryVersion value to set * @return the EdifactFramingSettings object itself. @@ -105,7 +105,7 @@ public EdifactFramingSettings withServiceCodeListDirectoryVersion(String service } /** - * Get the characterEncoding value. + * Get the character encoding. * * @return the characterEncoding value */ @@ -114,7 +114,7 @@ public String characterEncoding() { } /** - * Set the characterEncoding value. + * Set the character encoding. * * @param characterEncoding the characterEncoding value to set * @return the EdifactFramingSettings object itself. @@ -125,7 +125,7 @@ public EdifactFramingSettings withCharacterEncoding(String characterEncoding) { } /** - * Get the protocolVersion value. + * Get the protocol version. * * @return the protocolVersion value */ @@ -134,7 +134,7 @@ public int protocolVersion() { } /** - * Set the protocolVersion value. + * Set the protocol version. * * @param protocolVersion the protocolVersion value to set * @return the EdifactFramingSettings object itself. @@ -145,7 +145,7 @@ public EdifactFramingSettings withProtocolVersion(int protocolVersion) { } /** - * Get the dataElementSeparator value. + * Get the data element separator. * * @return the dataElementSeparator value */ @@ -154,7 +154,7 @@ public int dataElementSeparator() { } /** - * Set the dataElementSeparator value. + * Set the data element separator. * * @param dataElementSeparator the dataElementSeparator value to set * @return the EdifactFramingSettings object itself. @@ -165,7 +165,7 @@ public EdifactFramingSettings withDataElementSeparator(int dataElementSeparator) } /** - * Get the componentSeparator value. + * Get the component separator. * * @return the componentSeparator value */ @@ -174,7 +174,7 @@ public int componentSeparator() { } /** - * Set the componentSeparator value. + * Set the component separator. * * @param componentSeparator the componentSeparator value to set * @return the EdifactFramingSettings object itself. @@ -185,7 +185,7 @@ public EdifactFramingSettings withComponentSeparator(int componentSeparator) { } /** - * Get the segmentTerminator value. + * Get the segment terminator. * * @return the segmentTerminator value */ @@ -194,7 +194,7 @@ public int segmentTerminator() { } /** - * Set the segmentTerminator value. + * Set the segment terminator. * * @param segmentTerminator the segmentTerminator value to set * @return the EdifactFramingSettings object itself. @@ -205,7 +205,7 @@ public EdifactFramingSettings withSegmentTerminator(int segmentTerminator) { } /** - * Get the releaseIndicator value. + * Get the release indicator. * * @return the releaseIndicator value */ @@ -214,7 +214,7 @@ public int releaseIndicator() { } /** - * Set the releaseIndicator value. + * Set the release indicator. * * @param releaseIndicator the releaseIndicator value to set * @return the EdifactFramingSettings object itself. @@ -225,7 +225,7 @@ public EdifactFramingSettings withReleaseIndicator(int releaseIndicator) { } /** - * Get the repetitionSeparator value. + * Get the repetition separator. * * @return the repetitionSeparator value */ @@ -234,7 +234,7 @@ public int repetitionSeparator() { } /** - * Set the repetitionSeparator value. + * Set the repetition separator. * * @param repetitionSeparator the repetitionSeparator value to set * @return the EdifactFramingSettings object itself. @@ -245,7 +245,7 @@ public EdifactFramingSettings withRepetitionSeparator(int repetitionSeparator) { } /** - * Get the characterSet value. + * Get the EDIFACT frame setting characterSet. Possible values include: 'NotSpecified', 'UNOB', 'UNOA', 'UNOC', 'UNOD', 'UNOE', 'UNOF', 'UNOG', 'UNOH', 'UNOI', 'UNOJ', 'UNOK', 'UNOX', 'UNOY', 'KECA'. * * @return the characterSet value */ @@ -254,7 +254,7 @@ public EdifactCharacterSet characterSet() { } /** - * Set the characterSet value. + * Set the EDIFACT frame setting characterSet. Possible values include: 'NotSpecified', 'UNOB', 'UNOA', 'UNOC', 'UNOD', 'UNOE', 'UNOF', 'UNOG', 'UNOH', 'UNOI', 'UNOJ', 'UNOK', 'UNOX', 'UNOY', 'KECA'. * * @param characterSet the characterSet value to set * @return the EdifactFramingSettings object itself. @@ -265,7 +265,7 @@ public EdifactFramingSettings withCharacterSet(EdifactCharacterSet characterSet) } /** - * Get the decimalPointIndicator value. + * Get the EDIFACT frame setting decimal indicator. Possible values include: 'NotSpecified', 'Comma', 'Decimal'. * * @return the decimalPointIndicator value */ @@ -274,7 +274,7 @@ public EdifactDecimalIndicator decimalPointIndicator() { } /** - * Set the decimalPointIndicator value. + * Set the EDIFACT frame setting decimal indicator. Possible values include: 'NotSpecified', 'Comma', 'Decimal'. * * @param decimalPointIndicator the decimalPointIndicator value to set * @return the EdifactFramingSettings object itself. @@ -285,7 +285,7 @@ public EdifactFramingSettings withDecimalPointIndicator(EdifactDecimalIndicator } /** - * Get the segmentTerminatorSuffix value. + * Get the EDIFACT frame setting segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @return the segmentTerminatorSuffix value */ @@ -294,7 +294,7 @@ public SegmentTerminatorSuffix segmentTerminatorSuffix() { } /** - * Set the segmentTerminatorSuffix value. + * Set the EDIFACT frame setting segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @param segmentTerminatorSuffix the segmentTerminatorSuffix value to set * @return the EdifactFramingSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageFilter.java index d020cd5c70349..6457e6f9a0a22 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageFilter.java @@ -22,7 +22,7 @@ public class EdifactMessageFilter { private MessageFilterType messageFilterType; /** - * Get the messageFilterType value. + * Get the message filter type. Possible values include: 'NotSpecified', 'Include', 'Exclude'. * * @return the messageFilterType value */ @@ -31,7 +31,7 @@ public MessageFilterType messageFilterType() { } /** - * Set the messageFilterType value. + * Set the message filter type. Possible values include: 'NotSpecified', 'Include', 'Exclude'. * * @param messageFilterType the messageFilterType value to set * @return the EdifactMessageFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageIdentifier.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageIdentifier.java index bd76e5e846c01..3181dea45683e 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageIdentifier.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactMessageIdentifier.java @@ -21,7 +21,7 @@ public class EdifactMessageIdentifier { private String messageId; /** - * Get the messageId value. + * Get the message id on which this envelope settings has to be applied. * * @return the messageId value */ @@ -30,7 +30,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id on which this envelope settings has to be applied. * * @param messageId the messageId value to set * @return the EdifactMessageIdentifier object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactOneWayAgreement.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactOneWayAgreement.java index b35cfbec304dd..0cda2279cb26e 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactOneWayAgreement.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactOneWayAgreement.java @@ -33,7 +33,7 @@ public class EdifactOneWayAgreement { private EdifactProtocolSettings protocolSettings; /** - * Get the senderBusinessIdentity value. + * Get the sender business identity. * * @return the senderBusinessIdentity value */ @@ -42,7 +42,7 @@ public BusinessIdentity senderBusinessIdentity() { } /** - * Set the senderBusinessIdentity value. + * Set the sender business identity. * * @param senderBusinessIdentity the senderBusinessIdentity value to set * @return the EdifactOneWayAgreement object itself. @@ -53,7 +53,7 @@ public EdifactOneWayAgreement withSenderBusinessIdentity(BusinessIdentity sender } /** - * Get the receiverBusinessIdentity value. + * Get the receiver business identity. * * @return the receiverBusinessIdentity value */ @@ -62,7 +62,7 @@ public BusinessIdentity receiverBusinessIdentity() { } /** - * Set the receiverBusinessIdentity value. + * Set the receiver business identity. * * @param receiverBusinessIdentity the receiverBusinessIdentity value to set * @return the EdifactOneWayAgreement object itself. @@ -73,7 +73,7 @@ public EdifactOneWayAgreement withReceiverBusinessIdentity(BusinessIdentity rece } /** - * Get the protocolSettings value. + * Get the EDIFACT protocol settings. * * @return the protocolSettings value */ @@ -82,7 +82,7 @@ public EdifactProtocolSettings protocolSettings() { } /** - * Set the protocolSettings value. + * Set the EDIFACT protocol settings. * * @param protocolSettings the protocolSettings value to set * @return the EdifactOneWayAgreement object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProcessingSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProcessingSettings.java index 0e5e0dfd5120b..03330a18bcb4b 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProcessingSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProcessingSettings.java @@ -46,7 +46,7 @@ public class EdifactProcessingSettings { private boolean useDotAsDecimalSeparator; /** - * Get the maskSecurityInfo value. + * Get the value indicating whether to mask security information. * * @return the maskSecurityInfo value */ @@ -55,7 +55,7 @@ public boolean maskSecurityInfo() { } /** - * Set the maskSecurityInfo value. + * Set the value indicating whether to mask security information. * * @param maskSecurityInfo the maskSecurityInfo value to set * @return the EdifactProcessingSettings object itself. @@ -66,7 +66,7 @@ public EdifactProcessingSettings withMaskSecurityInfo(boolean maskSecurityInfo) } /** - * Get the preserveInterchange value. + * Get the value indicating whether to preserve interchange. * * @return the preserveInterchange value */ @@ -75,7 +75,7 @@ public boolean preserveInterchange() { } /** - * Set the preserveInterchange value. + * Set the value indicating whether to preserve interchange. * * @param preserveInterchange the preserveInterchange value to set * @return the EdifactProcessingSettings object itself. @@ -86,7 +86,7 @@ public EdifactProcessingSettings withPreserveInterchange(boolean preserveInterch } /** - * Get the suspendInterchangeOnError value. + * Get the value indicating whether to suspend interchange on error. * * @return the suspendInterchangeOnError value */ @@ -95,7 +95,7 @@ public boolean suspendInterchangeOnError() { } /** - * Set the suspendInterchangeOnError value. + * Set the value indicating whether to suspend interchange on error. * * @param suspendInterchangeOnError the suspendInterchangeOnError value to set * @return the EdifactProcessingSettings object itself. @@ -106,7 +106,7 @@ public EdifactProcessingSettings withSuspendInterchangeOnError(boolean suspendIn } /** - * Get the createEmptyXmlTagsForTrailingSeparators value. + * Get the value indicating whether to create empty xml tags for trailing separators. * * @return the createEmptyXmlTagsForTrailingSeparators value */ @@ -115,7 +115,7 @@ public boolean createEmptyXmlTagsForTrailingSeparators() { } /** - * Set the createEmptyXmlTagsForTrailingSeparators value. + * Set the value indicating whether to create empty xml tags for trailing separators. * * @param createEmptyXmlTagsForTrailingSeparators the createEmptyXmlTagsForTrailingSeparators value to set * @return the EdifactProcessingSettings object itself. @@ -126,7 +126,7 @@ public EdifactProcessingSettings withCreateEmptyXmlTagsForTrailingSeparators(boo } /** - * Get the useDotAsDecimalSeparator value. + * Get the value indicating whether to use dot as decimal separator. * * @return the useDotAsDecimalSeparator value */ @@ -135,7 +135,7 @@ public boolean useDotAsDecimalSeparator() { } /** - * Set the useDotAsDecimalSeparator value. + * Set the value indicating whether to use dot as decimal separator. * * @param useDotAsDecimalSeparator the useDotAsDecimalSeparator value to set * @return the EdifactProcessingSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProtocolSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProtocolSettings.java index 430e657a5b61e..f41790d7325a8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProtocolSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactProtocolSettings.java @@ -82,7 +82,7 @@ public class EdifactProtocolSettings { private List edifactDelimiterOverrides; /** - * Get the validationSettings value. + * Get the EDIFACT validation settings. * * @return the validationSettings value */ @@ -91,7 +91,7 @@ public EdifactValidationSettings validationSettings() { } /** - * Set the validationSettings value. + * Set the EDIFACT validation settings. * * @param validationSettings the validationSettings value to set * @return the EdifactProtocolSettings object itself. @@ -102,7 +102,7 @@ public EdifactProtocolSettings withValidationSettings(EdifactValidationSettings } /** - * Get the framingSettings value. + * Get the EDIFACT framing settings. * * @return the framingSettings value */ @@ -111,7 +111,7 @@ public EdifactFramingSettings framingSettings() { } /** - * Set the framingSettings value. + * Set the EDIFACT framing settings. * * @param framingSettings the framingSettings value to set * @return the EdifactProtocolSettings object itself. @@ -122,7 +122,7 @@ public EdifactProtocolSettings withFramingSettings(EdifactFramingSettings framin } /** - * Get the envelopeSettings value. + * Get the EDIFACT envelope settings. * * @return the envelopeSettings value */ @@ -131,7 +131,7 @@ public EdifactEnvelopeSettings envelopeSettings() { } /** - * Set the envelopeSettings value. + * Set the EDIFACT envelope settings. * * @param envelopeSettings the envelopeSettings value to set * @return the EdifactProtocolSettings object itself. @@ -142,7 +142,7 @@ public EdifactProtocolSettings withEnvelopeSettings(EdifactEnvelopeSettings enve } /** - * Get the acknowledgementSettings value. + * Get the EDIFACT acknowledgement settings. * * @return the acknowledgementSettings value */ @@ -151,7 +151,7 @@ public EdifactAcknowledgementSettings acknowledgementSettings() { } /** - * Set the acknowledgementSettings value. + * Set the EDIFACT acknowledgement settings. * * @param acknowledgementSettings the acknowledgementSettings value to set * @return the EdifactProtocolSettings object itself. @@ -162,7 +162,7 @@ public EdifactProtocolSettings withAcknowledgementSettings(EdifactAcknowledgemen } /** - * Get the messageFilter value. + * Get the EDIFACT message filter. * * @return the messageFilter value */ @@ -171,7 +171,7 @@ public EdifactMessageFilter messageFilter() { } /** - * Set the messageFilter value. + * Set the EDIFACT message filter. * * @param messageFilter the messageFilter value to set * @return the EdifactProtocolSettings object itself. @@ -182,7 +182,7 @@ public EdifactProtocolSettings withMessageFilter(EdifactMessageFilter messageFil } /** - * Get the processingSettings value. + * Get the EDIFACT processing Settings. * * @return the processingSettings value */ @@ -191,7 +191,7 @@ public EdifactProcessingSettings processingSettings() { } /** - * Set the processingSettings value. + * Set the EDIFACT processing Settings. * * @param processingSettings the processingSettings value to set * @return the EdifactProtocolSettings object itself. @@ -202,7 +202,7 @@ public EdifactProtocolSettings withProcessingSettings(EdifactProcessingSettings } /** - * Get the envelopeOverrides value. + * Get the EDIFACT envelope override settings. * * @return the envelopeOverrides value */ @@ -211,7 +211,7 @@ public List envelopeOverrides() { } /** - * Set the envelopeOverrides value. + * Set the EDIFACT envelope override settings. * * @param envelopeOverrides the envelopeOverrides value to set * @return the EdifactProtocolSettings object itself. @@ -222,7 +222,7 @@ public EdifactProtocolSettings withEnvelopeOverrides(List messageFilterList() { } /** - * Set the messageFilterList value. + * Set the EDIFACT message filter list. * * @param messageFilterList the messageFilterList value to set * @return the EdifactProtocolSettings object itself. @@ -242,7 +242,7 @@ public EdifactProtocolSettings withMessageFilterList(List schemaReferences() { } /** - * Set the schemaReferences value. + * Set the EDIFACT schema references. * * @param schemaReferences the schemaReferences value to set * @return the EdifactProtocolSettings object itself. @@ -262,7 +262,7 @@ public EdifactProtocolSettings withSchemaReferences(List } /** - * Get the validationOverrides value. + * Get the EDIFACT validation override settings. * * @return the validationOverrides value */ @@ -271,7 +271,7 @@ public List validationOverrides() { } /** - * Set the validationOverrides value. + * Set the EDIFACT validation override settings. * * @param validationOverrides the validationOverrides value to set * @return the EdifactProtocolSettings object itself. @@ -282,7 +282,7 @@ public EdifactProtocolSettings withValidationOverrides(List edifactDelimiterOverrides() { } /** - * Set the edifactDelimiterOverrides value. + * Set the EDIFACT delimiter override settings. * * @param edifactDelimiterOverrides the edifactDelimiterOverrides value to set * @return the EdifactProtocolSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactSchemaReference.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactSchemaReference.java index bef1bf6910853..3af549a60b3b0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactSchemaReference.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactSchemaReference.java @@ -57,7 +57,7 @@ public class EdifactSchemaReference { private String schemaName; /** - * Get the messageId value. + * Get the message id. * * @return the messageId value */ @@ -66,7 +66,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id. * * @param messageId the messageId value to set * @return the EdifactSchemaReference object itself. @@ -77,7 +77,7 @@ public EdifactSchemaReference withMessageId(String messageId) { } /** - * Get the messageVersion value. + * Get the message version. * * @return the messageVersion value */ @@ -86,7 +86,7 @@ public String messageVersion() { } /** - * Set the messageVersion value. + * Set the message version. * * @param messageVersion the messageVersion value to set * @return the EdifactSchemaReference object itself. @@ -97,7 +97,7 @@ public EdifactSchemaReference withMessageVersion(String messageVersion) { } /** - * Get the messageRelease value. + * Get the message release version. * * @return the messageRelease value */ @@ -106,7 +106,7 @@ public String messageRelease() { } /** - * Set the messageRelease value. + * Set the message release version. * * @param messageRelease the messageRelease value to set * @return the EdifactSchemaReference object itself. @@ -117,7 +117,7 @@ public EdifactSchemaReference withMessageRelease(String messageRelease) { } /** - * Get the senderApplicationId value. + * Get the sender application id. * * @return the senderApplicationId value */ @@ -126,7 +126,7 @@ public String senderApplicationId() { } /** - * Set the senderApplicationId value. + * Set the sender application id. * * @param senderApplicationId the senderApplicationId value to set * @return the EdifactSchemaReference object itself. @@ -137,7 +137,7 @@ public EdifactSchemaReference withSenderApplicationId(String senderApplicationId } /** - * Get the senderApplicationQualifier value. + * Get the sender application qualifier. * * @return the senderApplicationQualifier value */ @@ -146,7 +146,7 @@ public String senderApplicationQualifier() { } /** - * Set the senderApplicationQualifier value. + * Set the sender application qualifier. * * @param senderApplicationQualifier the senderApplicationQualifier value to set * @return the EdifactSchemaReference object itself. @@ -157,7 +157,7 @@ public EdifactSchemaReference withSenderApplicationQualifier(String senderApplic } /** - * Get the associationAssignedCode value. + * Get the association assigned code. * * @return the associationAssignedCode value */ @@ -166,7 +166,7 @@ public String associationAssignedCode() { } /** - * Set the associationAssignedCode value. + * Set the association assigned code. * * @param associationAssignedCode the associationAssignedCode value to set * @return the EdifactSchemaReference object itself. @@ -177,7 +177,7 @@ public EdifactSchemaReference withAssociationAssignedCode(String associationAssi } /** - * Get the schemaName value. + * Get the schema name. * * @return the schemaName value */ @@ -186,7 +186,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the schema name. * * @param schemaName the schemaName value to set * @return the EdifactSchemaReference object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationOverride.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationOverride.java index a4b3e3f79f1c8..903ea853d66b3 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationOverride.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationOverride.java @@ -60,7 +60,7 @@ public class EdifactValidationOverride { private boolean trimLeadingAndTrailingSpacesAndZeroes; /** - * Get the messageId value. + * Get the message id on which the validation settings has to be applied. * * @return the messageId value */ @@ -69,7 +69,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id on which the validation settings has to be applied. * * @param messageId the messageId value to set * @return the EdifactValidationOverride object itself. @@ -80,7 +80,7 @@ public EdifactValidationOverride withMessageId(String messageId) { } /** - * Get the enforceCharacterSet value. + * Get the value indicating whether to validate character Set. * * @return the enforceCharacterSet value */ @@ -89,7 +89,7 @@ public boolean enforceCharacterSet() { } /** - * Set the enforceCharacterSet value. + * Set the value indicating whether to validate character Set. * * @param enforceCharacterSet the enforceCharacterSet value to set * @return the EdifactValidationOverride object itself. @@ -100,7 +100,7 @@ public EdifactValidationOverride withEnforceCharacterSet(boolean enforceCharacte } /** - * Get the validateEdiTypes value. + * Get the value indicating whether to validate EDI types. * * @return the validateEdiTypes value */ @@ -109,7 +109,7 @@ public boolean validateEdiTypes() { } /** - * Set the validateEdiTypes value. + * Set the value indicating whether to validate EDI types. * * @param validateEdiTypes the validateEdiTypes value to set * @return the EdifactValidationOverride object itself. @@ -120,7 +120,7 @@ public EdifactValidationOverride withValidateEdiTypes(boolean validateEdiTypes) } /** - * Get the validateXsdTypes value. + * Get the value indicating whether to validate XSD types. * * @return the validateXsdTypes value */ @@ -129,7 +129,7 @@ public boolean validateXsdTypes() { } /** - * Set the validateXsdTypes value. + * Set the value indicating whether to validate XSD types. * * @param validateXsdTypes the validateXsdTypes value to set * @return the EdifactValidationOverride object itself. @@ -140,7 +140,7 @@ public EdifactValidationOverride withValidateXsdTypes(boolean validateXsdTypes) } /** - * Get the allowLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to allow leading and trailing spaces and zeroes. * * @return the allowLeadingAndTrailingSpacesAndZeroes value */ @@ -149,7 +149,7 @@ public boolean allowLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the allowLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to allow leading and trailing spaces and zeroes. * * @param allowLeadingAndTrailingSpacesAndZeroes the allowLeadingAndTrailingSpacesAndZeroes value to set * @return the EdifactValidationOverride object itself. @@ -160,7 +160,7 @@ public EdifactValidationOverride withAllowLeadingAndTrailingSpacesAndZeroes(bool } /** - * Get the trailingSeparatorPolicy value. + * Get the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @return the trailingSeparatorPolicy value */ @@ -169,7 +169,7 @@ public TrailingSeparatorPolicy trailingSeparatorPolicy() { } /** - * Set the trailingSeparatorPolicy value. + * Set the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @param trailingSeparatorPolicy the trailingSeparatorPolicy value to set * @return the EdifactValidationOverride object itself. @@ -180,7 +180,7 @@ public EdifactValidationOverride withTrailingSeparatorPolicy(TrailingSeparatorPo } /** - * Get the trimLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to trim leading and trailing spaces and zeroes. * * @return the trimLeadingAndTrailingSpacesAndZeroes value */ @@ -189,7 +189,7 @@ public boolean trimLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the trimLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to trim leading and trailing spaces and zeroes. * * @param trimLeadingAndTrailingSpacesAndZeroes the trimLeadingAndTrailingSpacesAndZeroes value to set * @return the EdifactValidationOverride object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationSettings.java index c9ba432255ec6..378e1c2f5f6f9 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/EdifactValidationSettings.java @@ -81,7 +81,7 @@ public class EdifactValidationSettings { private TrailingSeparatorPolicy trailingSeparatorPolicy; /** - * Get the validateCharacterSet value. + * Get the value indicating whether to validate character set in the message. * * @return the validateCharacterSet value */ @@ -90,7 +90,7 @@ public boolean validateCharacterSet() { } /** - * Set the validateCharacterSet value. + * Set the value indicating whether to validate character set in the message. * * @param validateCharacterSet the validateCharacterSet value to set * @return the EdifactValidationSettings object itself. @@ -101,7 +101,7 @@ public EdifactValidationSettings withValidateCharacterSet(boolean validateCharac } /** - * Get the checkDuplicateInterchangeControlNumber value. + * Get the value indicating whether to check for duplicate interchange control number. * * @return the checkDuplicateInterchangeControlNumber value */ @@ -110,7 +110,7 @@ public boolean checkDuplicateInterchangeControlNumber() { } /** - * Set the checkDuplicateInterchangeControlNumber value. + * Set the value indicating whether to check for duplicate interchange control number. * * @param checkDuplicateInterchangeControlNumber the checkDuplicateInterchangeControlNumber value to set * @return the EdifactValidationSettings object itself. @@ -121,7 +121,7 @@ public EdifactValidationSettings withCheckDuplicateInterchangeControlNumber(bool } /** - * Get the interchangeControlNumberValidityDays value. + * Get the validity period of interchange control number. * * @return the interchangeControlNumberValidityDays value */ @@ -130,7 +130,7 @@ public int interchangeControlNumberValidityDays() { } /** - * Set the interchangeControlNumberValidityDays value. + * Set the validity period of interchange control number. * * @param interchangeControlNumberValidityDays the interchangeControlNumberValidityDays value to set * @return the EdifactValidationSettings object itself. @@ -141,7 +141,7 @@ public EdifactValidationSettings withInterchangeControlNumberValidityDays(int in } /** - * Get the checkDuplicateGroupControlNumber value. + * Get the value indicating whether to check for duplicate group control number. * * @return the checkDuplicateGroupControlNumber value */ @@ -150,7 +150,7 @@ public boolean checkDuplicateGroupControlNumber() { } /** - * Set the checkDuplicateGroupControlNumber value. + * Set the value indicating whether to check for duplicate group control number. * * @param checkDuplicateGroupControlNumber the checkDuplicateGroupControlNumber value to set * @return the EdifactValidationSettings object itself. @@ -161,7 +161,7 @@ public EdifactValidationSettings withCheckDuplicateGroupControlNumber(boolean ch } /** - * Get the checkDuplicateTransactionSetControlNumber value. + * Get the value indicating whether to check for duplicate transaction set control number. * * @return the checkDuplicateTransactionSetControlNumber value */ @@ -170,7 +170,7 @@ public boolean checkDuplicateTransactionSetControlNumber() { } /** - * Set the checkDuplicateTransactionSetControlNumber value. + * Set the value indicating whether to check for duplicate transaction set control number. * * @param checkDuplicateTransactionSetControlNumber the checkDuplicateTransactionSetControlNumber value to set * @return the EdifactValidationSettings object itself. @@ -181,7 +181,7 @@ public EdifactValidationSettings withCheckDuplicateTransactionSetControlNumber(b } /** - * Get the validateEdiTypes value. + * Get the value indicating whether to Whether to validate EDI types. * * @return the validateEdiTypes value */ @@ -190,7 +190,7 @@ public boolean validateEdiTypes() { } /** - * Set the validateEdiTypes value. + * Set the value indicating whether to Whether to validate EDI types. * * @param validateEdiTypes the validateEdiTypes value to set * @return the EdifactValidationSettings object itself. @@ -201,7 +201,7 @@ public EdifactValidationSettings withValidateEdiTypes(boolean validateEdiTypes) } /** - * Get the validateXsdTypes value. + * Get the value indicating whether to Whether to validate XSD types. * * @return the validateXsdTypes value */ @@ -210,7 +210,7 @@ public boolean validateXsdTypes() { } /** - * Set the validateXsdTypes value. + * Set the value indicating whether to Whether to validate XSD types. * * @param validateXsdTypes the validateXsdTypes value to set * @return the EdifactValidationSettings object itself. @@ -221,7 +221,7 @@ public EdifactValidationSettings withValidateXsdTypes(boolean validateXsdTypes) } /** - * Get the allowLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to allow leading and trailing spaces and zeroes. * * @return the allowLeadingAndTrailingSpacesAndZeroes value */ @@ -230,7 +230,7 @@ public boolean allowLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the allowLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to allow leading and trailing spaces and zeroes. * * @param allowLeadingAndTrailingSpacesAndZeroes the allowLeadingAndTrailingSpacesAndZeroes value to set * @return the EdifactValidationSettings object itself. @@ -241,7 +241,7 @@ public EdifactValidationSettings withAllowLeadingAndTrailingSpacesAndZeroes(bool } /** - * Get the trimLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to trim leading and trailing spaces and zeroes. * * @return the trimLeadingAndTrailingSpacesAndZeroes value */ @@ -250,7 +250,7 @@ public boolean trimLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the trimLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to trim leading and trailing spaces and zeroes. * * @param trimLeadingAndTrailingSpacesAndZeroes the trimLeadingAndTrailingSpacesAndZeroes value to set * @return the EdifactValidationSettings object itself. @@ -261,7 +261,7 @@ public EdifactValidationSettings withTrimLeadingAndTrailingSpacesAndZeroes(boole } /** - * Get the trailingSeparatorPolicy value. + * Get the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @return the trailingSeparatorPolicy value */ @@ -270,7 +270,7 @@ public TrailingSeparatorPolicy trailingSeparatorPolicy() { } /** - * Set the trailingSeparatorPolicy value. + * Set the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @param trailingSeparatorPolicy the trailingSeparatorPolicy value to set * @return the EdifactValidationSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorInfo.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorInfo.java index ac336c3828796..f90321b5308ef 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorInfo.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorInfo.java @@ -21,7 +21,7 @@ public class ErrorInfo { private String code; /** - * Get the code value. + * Get the error code. * * @return the code value */ @@ -30,7 +30,7 @@ public String code() { } /** - * Set the code value. + * Set the error code. * * @param code the code value to set * @return the ErrorInfo object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorProperties.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorProperties.java index 5471d8071fe2a..4c86bb01e594a 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorProperties.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorProperties.java @@ -28,7 +28,7 @@ public class ErrorProperties { private String message; /** - * Get the code value. + * Get error code. * * @return the code value */ @@ -37,7 +37,7 @@ public String code() { } /** - * Set the code value. + * Set error code. * * @param code the code value to set * @return the ErrorProperties object itself. @@ -48,7 +48,7 @@ public ErrorProperties withCode(String code) { } /** - * Get the message value. + * Get error message indicating why the operation failed. * * @return the message value */ @@ -57,7 +57,7 @@ public String message() { } /** - * Set the message value. + * Set error message indicating why the operation failed. * * @param message the message value to set * @return the ErrorProperties object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorResponse.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorResponse.java index 434e484ea23ab..faa1faa2f44f6 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorResponse.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ErrorResponse.java @@ -22,7 +22,7 @@ public class ErrorResponse { private ErrorProperties error; /** - * Get the error value. + * Get the error properties. * * @return the error value */ @@ -31,7 +31,7 @@ public ErrorProperties error() { } /** - * Set the error value. + * Set the error properties. * * @param error the error value to set * @return the ErrorResponse object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GenerateUpgradedDefinitionParameters.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GenerateUpgradedDefinitionParameters.java index 1e16f60d4cf14..b6b636792e174 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GenerateUpgradedDefinitionParameters.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GenerateUpgradedDefinitionParameters.java @@ -21,7 +21,7 @@ public class GenerateUpgradedDefinitionParameters { private String targetSchemaVersion; /** - * Get the targetSchemaVersion value. + * Get the target schema version. * * @return the targetSchemaVersion value */ @@ -30,7 +30,7 @@ public String targetSchemaVersion() { } /** - * Set the targetSchemaVersion value. + * Set the target schema version. * * @param targetSchemaVersion the targetSchemaVersion value to set * @return the GenerateUpgradedDefinitionParameters object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GetCallbackUrlParameters.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GetCallbackUrlParameters.java index 6c026fa2ba499..9348327969853 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GetCallbackUrlParameters.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/GetCallbackUrlParameters.java @@ -29,7 +29,7 @@ public class GetCallbackUrlParameters { private KeyType keyType; /** - * Get the notAfter value. + * Get the expiry time. * * @return the notAfter value */ @@ -38,7 +38,7 @@ public DateTime notAfter() { } /** - * Set the notAfter value. + * Set the expiry time. * * @param notAfter the notAfter value to set * @return the GetCallbackUrlParameters object itself. @@ -49,7 +49,7 @@ public GetCallbackUrlParameters withNotAfter(DateTime notAfter) { } /** - * Get the keyType value. + * Get the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @return the keyType value */ @@ -58,7 +58,7 @@ public KeyType keyType() { } /** - * Set the keyType value. + * Set the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @param keyType the keyType value to set * @return the GetCallbackUrlParameters object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccount.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccount.java index bc81cd4e81084..f4207b41508f8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccount.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccount.java @@ -10,12 +10,12 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.logic.v2016_06_01.implementation.LogicManager; import com.microsoft.azure.management.logic.v2016_06_01.implementation.IntegrationAccountInner; diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountAgreementFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountAgreementFilter.java index b974ca75ae383..65ad0d8e83234 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountAgreementFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountAgreementFilter.java @@ -22,7 +22,7 @@ public class IntegrationAccountAgreementFilter { private AgreementType agreementType; /** - * Get the agreementType value. + * Get the agreement type of integration account agreement. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'. * * @return the agreementType value */ @@ -31,7 +31,7 @@ public AgreementType agreementType() { } /** - * Set the agreementType value. + * Set the agreement type of integration account agreement. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'. * * @param agreementType the agreementType value to set * @return the IntegrationAccountAgreementFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapFilter.java index df5895d9acfcd..139d6ea8fb031 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapFilter.java @@ -22,7 +22,7 @@ public class IntegrationAccountMapFilter { private MapType mapType; /** - * Get the mapType value. + * Get the map type of integration account map. Possible values include: 'NotSpecified', 'Xslt'. * * @return the mapType value */ @@ -31,7 +31,7 @@ public MapType mapType() { } /** - * Set the mapType value. + * Set the map type of integration account map. Possible values include: 'NotSpecified', 'Xslt'. * * @param mapType the mapType value to set * @return the IntegrationAccountMapFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapPropertiesParametersSchema.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapPropertiesParametersSchema.java index 300e00a7c09bc..b8d93c97ea6bc 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapPropertiesParametersSchema.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountMapPropertiesParametersSchema.java @@ -21,7 +21,7 @@ public class IntegrationAccountMapPropertiesParametersSchema { private String ref; /** - * Get the ref value. + * Get the reference name. * * @return the ref value */ @@ -30,7 +30,7 @@ public String ref() { } /** - * Set the ref value. + * Set the reference name. * * @param ref the ref value to set * @return the IntegrationAccountMapPropertiesParametersSchema object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountPartnerFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountPartnerFilter.java index 1b430c484a70b..e66a608267280 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountPartnerFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountPartnerFilter.java @@ -22,7 +22,7 @@ public class IntegrationAccountPartnerFilter { private PartnerType partnerType; /** - * Get the partnerType value. + * Get the partner type of integration account partner. Possible values include: 'NotSpecified', 'B2B'. * * @return the partnerType value */ @@ -31,7 +31,7 @@ public PartnerType partnerType() { } /** - * Set the partnerType value. + * Set the partner type of integration account partner. Possible values include: 'NotSpecified', 'B2B'. * * @param partnerType the partnerType value to set * @return the IntegrationAccountPartnerFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSchemaFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSchemaFilter.java index bb37272d5288b..d9c1835c751a4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSchemaFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSchemaFilter.java @@ -22,7 +22,7 @@ public class IntegrationAccountSchemaFilter { private SchemaType schemaType; /** - * Get the schemaType value. + * Get the schema type of integration account schema. Possible values include: 'NotSpecified', 'Xml'. * * @return the schemaType value */ @@ -31,7 +31,7 @@ public SchemaType schemaType() { } /** - * Set the schemaType value. + * Set the schema type of integration account schema. Possible values include: 'NotSpecified', 'Xml'. * * @param schemaType the schemaType value to set * @return the IntegrationAccountSchemaFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSessionFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSessionFilter.java index f19c9d5435bee..a9cfc699387ae 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSessionFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSessionFilter.java @@ -22,7 +22,7 @@ public class IntegrationAccountSessionFilter { private DateTime changedTime; /** - * Get the changedTime value. + * Get the changed time of integration account sessions. * * @return the changedTime value */ @@ -31,7 +31,7 @@ public DateTime changedTime() { } /** - * Set the changedTime value. + * Set the changed time of integration account sessions. * * @param changedTime the changedTime value to set * @return the IntegrationAccountSessionFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSku.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSku.java index 9d084c0cc3954..638231310e44c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSku.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/IntegrationAccountSku.java @@ -22,7 +22,7 @@ public class IntegrationAccountSku { private IntegrationAccountSkuName name; /** - * Get the name value. + * Get the sku name. Possible values include: 'NotSpecified', 'Free', 'Standard'. * * @return the name value */ @@ -31,7 +31,7 @@ public IntegrationAccountSkuName name() { } /** - * Set the name value. + * Set the sku name. Possible values include: 'NotSpecified', 'Free', 'Standard'. * * @param name the name value to set * @return the IntegrationAccountSku object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyAttributes.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyAttributes.java index e8f34f74d5325..48f844651283f 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyAttributes.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyAttributes.java @@ -33,7 +33,7 @@ public class KeyVaultKeyAttributes { private Long updated; /** - * Get the enabled value. + * Get whether the key is enabled or not. * * @return the enabled value */ @@ -42,7 +42,7 @@ public Boolean enabled() { } /** - * Set the enabled value. + * Set whether the key is enabled or not. * * @param enabled the enabled value to set * @return the KeyVaultKeyAttributes object itself. @@ -53,7 +53,7 @@ public KeyVaultKeyAttributes withEnabled(Boolean enabled) { } /** - * Get the created value. + * Get when the key was created. * * @return the created value */ @@ -62,7 +62,7 @@ public Long created() { } /** - * Set the created value. + * Set when the key was created. * * @param created the created value to set * @return the KeyVaultKeyAttributes object itself. @@ -73,7 +73,7 @@ public KeyVaultKeyAttributes withCreated(Long created) { } /** - * Get the updated value. + * Get when the key was updated. * * @return the updated value */ @@ -82,7 +82,7 @@ public Long updated() { } /** - * Set the updated value. + * Set when the key was updated. * * @param updated the updated value to set * @return the KeyVaultKeyAttributes object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReference.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReference.java index 81978716b1250..8b5750edfdc99 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReference.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReference.java @@ -8,7 +8,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.KeyVaultKeyReferenceKeyVaultInner; import com.fasterxml.jackson.annotation.JsonProperty; /** @@ -19,7 +18,7 @@ public class KeyVaultKeyReference { * The key vault reference. */ @JsonProperty(value = "keyVault", required = true) - private KeyVaultKeyReferenceKeyVaultInner keyVault; + private KeyVaultKeyReferenceKeyVault keyVault; /** * The private key name in key vault. @@ -34,27 +33,27 @@ public class KeyVaultKeyReference { private String keyVersion; /** - * Get the keyVault value. + * Get the key vault reference. * * @return the keyVault value */ - public KeyVaultKeyReferenceKeyVaultInner keyVault() { + public KeyVaultKeyReferenceKeyVault keyVault() { return this.keyVault; } /** - * Set the keyVault value. + * Set the key vault reference. * * @param keyVault the keyVault value to set * @return the KeyVaultKeyReference object itself. */ - public KeyVaultKeyReference withKeyVault(KeyVaultKeyReferenceKeyVaultInner keyVault) { + public KeyVaultKeyReference withKeyVault(KeyVaultKeyReferenceKeyVault keyVault) { this.keyVault = keyVault; return this; } /** - * Get the keyName value. + * Get the private key name in key vault. * * @return the keyName value */ @@ -63,7 +62,7 @@ public String keyName() { } /** - * Set the keyName value. + * Set the private key name in key vault. * * @param keyName the keyName value to set * @return the KeyVaultKeyReference object itself. @@ -74,7 +73,7 @@ public KeyVaultKeyReference withKeyName(String keyName) { } /** - * Get the keyVersion value. + * Get the private key version in key vault. * * @return the keyVersion value */ @@ -83,7 +82,7 @@ public String keyVersion() { } /** - * Set the keyVersion value. + * Set the private key version in key vault. * * @param keyVersion the keyVersion value to set * @return the KeyVaultKeyReference object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReferenceKeyVault.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReferenceKeyVault.java new file mode 100644 index 0000000000000..820f3b0e481ef --- /dev/null +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultKeyReferenceKeyVault.java @@ -0,0 +1,73 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.management.logic.v2016_06_01; + +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * The key vault reference. + */ +public class KeyVaultKeyReferenceKeyVault { + /** + * The resource id. + */ + @JsonProperty(value = "id") + private String id; + + /** + * The resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * The resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the resource id. + * + * @return the id value + */ + public String id() { + return this.id; + } + + /** + * Set the resource id. + * + * @param id the id value to set + * @return the KeyVaultKeyReferenceKeyVault object itself. + */ + public KeyVaultKeyReferenceKeyVault withId(String id) { + this.id = id; + return this; + } + + /** + * Get the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + +} diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultReference.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultReference.java index 8ddb5f43efcda..3fa60802c6002 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultReference.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/KeyVaultReference.java @@ -8,10 +8,9 @@ package com.microsoft.azure.management.logic.v2016_06_01; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; /** * The key vault reference. */ -public class KeyVaultReference extends ResourceReferenceInner { +public class KeyVaultReference extends ResourceReference { } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ListKeyVaultKeysDefinition.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ListKeyVaultKeysDefinition.java index 46bde2435d42d..60338c9a2dc58 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ListKeyVaultKeysDefinition.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ListKeyVaultKeysDefinition.java @@ -27,7 +27,7 @@ public class ListKeyVaultKeysDefinition { private String skipToken; /** - * Get the keyVault value. + * Get the key vault reference. * * @return the keyVault value */ @@ -36,7 +36,7 @@ public KeyVaultReference keyVault() { } /** - * Set the keyVault value. + * Set the key vault reference. * * @param keyVault the keyVault value to set * @return the ListKeyVaultKeysDefinition object itself. @@ -47,7 +47,7 @@ public ListKeyVaultKeysDefinition withKeyVault(KeyVaultReference keyVault) { } /** - * Get the skipToken value. + * Get the skip token. * * @return the skipToken value */ @@ -56,7 +56,7 @@ public String skipToken() { } /** - * Set the skipToken value. + * Set the skip token. * * @param skipToken the skipToken value to set * @return the ListKeyVaultKeysDefinition object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationDisplay.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationDisplay.java index 8ada47b2247a4..9353b9ff1abc8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationDisplay.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationDisplay.java @@ -33,7 +33,7 @@ public class OperationDisplay { private String operation; /** - * Get the provider value. + * Get service provider: Microsoft.Logic. * * @return the provider value */ @@ -42,7 +42,7 @@ public String provider() { } /** - * Set the provider value. + * Set service provider: Microsoft.Logic. * * @param provider the provider value to set * @return the OperationDisplay object itself. @@ -53,7 +53,7 @@ public OperationDisplay withProvider(String provider) { } /** - * Get the resource value. + * Get resource on which the operation is performed: Profile, endpoint, etc. * * @return the resource value */ @@ -62,7 +62,7 @@ public String resource() { } /** - * Set the resource value. + * Set resource on which the operation is performed: Profile, endpoint, etc. * * @param resource the resource value to set * @return the OperationDisplay object itself. @@ -73,7 +73,7 @@ public OperationDisplay withResource(String resource) { } /** - * Get the operation value. + * Get operation type: Read, write, delete, etc. * * @return the operation value */ @@ -82,7 +82,7 @@ public String operation() { } /** - * Set the operation value. + * Set operation type: Read, write, delete, etc. * * @param operation the operation value to set * @return the OperationDisplay object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResult.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResult.java index 04699b6ad2b4f..9315586a48b56 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResult.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResult.java @@ -64,7 +64,7 @@ public class OperationResult extends OperationResultProperties { private Integer iterationCount; /** - * Get the trackingId value. + * Get gets the tracking id. * * @return the trackingId value */ @@ -73,7 +73,7 @@ public String trackingId() { } /** - * Get the inputs value. + * Get gets the inputs. * * @return the inputs value */ @@ -82,7 +82,7 @@ public Object inputs() { } /** - * Get the inputsLink value. + * Get gets the link to inputs. * * @return the inputsLink value */ @@ -91,7 +91,7 @@ public ContentLink inputsLink() { } /** - * Get the outputs value. + * Get gets the outputs. * * @return the outputs value */ @@ -100,7 +100,7 @@ public Object outputs() { } /** - * Get the outputsLink value. + * Get gets the link to outputs. * * @return the outputsLink value */ @@ -109,7 +109,7 @@ public ContentLink outputsLink() { } /** - * Get the trackedProperties value. + * Get gets the tracked properties. * * @return the trackedProperties value */ @@ -118,7 +118,7 @@ public Object trackedProperties() { } /** - * Get the retryHistory value. + * Get gets the retry histories. * * @return the retryHistory value */ @@ -127,7 +127,7 @@ public List retryHistory() { } /** - * Set the retryHistory value. + * Set gets the retry histories. * * @param retryHistory the retryHistory value to set * @return the OperationResult object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResultProperties.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResultProperties.java index 66fa9c1be4a4e..1f10d9f8e23b9 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResultProperties.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/OperationResultProperties.java @@ -55,7 +55,7 @@ public class OperationResultProperties { private Object error; /** - * Get the startTime value. + * Get the start time of the workflow scope repetition. * * @return the startTime value */ @@ -64,7 +64,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the workflow scope repetition. * * @param startTime the startTime value to set * @return the OperationResultProperties object itself. @@ -75,7 +75,7 @@ public OperationResultProperties withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get the end time of the workflow scope repetition. * * @return the endTime value */ @@ -84,7 +84,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the workflow scope repetition. * * @param endTime the endTime value to set * @return the OperationResultProperties object itself. @@ -95,7 +95,7 @@ public OperationResultProperties withEndTime(DateTime endTime) { } /** - * Get the correlation value. + * Get the correlation properties. * * @return the correlation value */ @@ -104,7 +104,7 @@ public RunActionCorrelation correlation() { } /** - * Set the correlation value. + * Set the correlation properties. * * @param correlation the correlation value to set * @return the OperationResultProperties object itself. @@ -115,7 +115,7 @@ public OperationResultProperties withCorrelation(RunActionCorrelation correlatio } /** - * Get the status value. + * Get the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -124,7 +124,7 @@ public WorkflowStatus status() { } /** - * Set the status value. + * Set the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @param status the status value to set * @return the OperationResultProperties object itself. @@ -135,7 +135,7 @@ public OperationResultProperties withStatus(WorkflowStatus status) { } /** - * Get the code value. + * Get the workflow scope repetition code. * * @return the code value */ @@ -144,7 +144,7 @@ public String code() { } /** - * Set the code value. + * Set the workflow scope repetition code. * * @param code the code value to set * @return the OperationResultProperties object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/PartnerContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/PartnerContent.java index 3f9f95f238976..5eaf8eea88279 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/PartnerContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/PartnerContent.java @@ -21,7 +21,7 @@ public class PartnerContent { private B2BPartnerContent b2b; /** - * Get the b2b value. + * Get the B2B partner content. * * @return the b2b value */ @@ -30,7 +30,7 @@ public B2BPartnerContent b2b() { } /** - * Set the b2b value. + * Set the B2B partner content. * * @param b2b the b2b value to set * @return the PartnerContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceSchedule.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceSchedule.java index cd260d00ca9d8..605cecc00f4e2 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceSchedule.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceSchedule.java @@ -46,7 +46,7 @@ public class RecurrenceSchedule { private List monthlyOccurrences; /** - * Get the minutes value. + * Get the minutes. * * @return the minutes value */ @@ -55,7 +55,7 @@ public List minutes() { } /** - * Set the minutes value. + * Set the minutes. * * @param minutes the minutes value to set * @return the RecurrenceSchedule object itself. @@ -66,7 +66,7 @@ public RecurrenceSchedule withMinutes(List minutes) { } /** - * Get the hours value. + * Get the hours. * * @return the hours value */ @@ -75,7 +75,7 @@ public List hours() { } /** - * Set the hours value. + * Set the hours. * * @param hours the hours value to set * @return the RecurrenceSchedule object itself. @@ -86,7 +86,7 @@ public RecurrenceSchedule withHours(List hours) { } /** - * Get the weekDays value. + * Get the days of the week. * * @return the weekDays value */ @@ -95,7 +95,7 @@ public List weekDays() { } /** - * Set the weekDays value. + * Set the days of the week. * * @param weekDays the weekDays value to set * @return the RecurrenceSchedule object itself. @@ -106,7 +106,7 @@ public RecurrenceSchedule withWeekDays(List weekDays) { } /** - * Get the monthDays value. + * Get the month days. * * @return the monthDays value */ @@ -115,7 +115,7 @@ public List monthDays() { } /** - * Set the monthDays value. + * Set the month days. * * @param monthDays the monthDays value to set * @return the RecurrenceSchedule object itself. @@ -126,7 +126,7 @@ public RecurrenceSchedule withMonthDays(List monthDays) { } /** - * Get the monthlyOccurrences value. + * Get the monthly occurrences. * * @return the monthlyOccurrences value */ @@ -135,7 +135,7 @@ public List monthlyOccurrences() { } /** - * Set the monthlyOccurrences value. + * Set the monthly occurrences. * * @param monthlyOccurrences the monthlyOccurrences value to set * @return the RecurrenceSchedule object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceScheduleOccurrence.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceScheduleOccurrence.java index 9742d2aa27b0d..3f907d028776f 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceScheduleOccurrence.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RecurrenceScheduleOccurrence.java @@ -28,7 +28,7 @@ public class RecurrenceScheduleOccurrence { private Integer occurrence; /** - * Get the day value. + * Get the day of the week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'. * * @return the day value */ @@ -37,7 +37,7 @@ public DayOfWeek day() { } /** - * Set the day value. + * Set the day of the week. Possible values include: 'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'. * * @param day the day value to set * @return the RecurrenceScheduleOccurrence object itself. @@ -48,7 +48,7 @@ public RecurrenceScheduleOccurrence withDay(DayOfWeek day) { } /** - * Get the occurrence value. + * Get the occurrence. * * @return the occurrence value */ @@ -57,7 +57,7 @@ public Integer occurrence() { } /** - * Set the occurrence value. + * Set the occurrence. * * @param occurrence the occurrence value to set * @return the RecurrenceScheduleOccurrence object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RegenerateActionParameter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RegenerateActionParameter.java index c3da9ca16244c..ab1b63be72e2f 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RegenerateActionParameter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RegenerateActionParameter.java @@ -22,7 +22,7 @@ public class RegenerateActionParameter { private KeyType keyType; /** - * Get the keyType value. + * Get the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @return the keyType value */ @@ -31,7 +31,7 @@ public KeyType keyType() { } /** - * Set the keyType value. + * Set the key type. Possible values include: 'NotSpecified', 'Primary', 'Secondary'. * * @param keyType the keyType value to set * @return the RegenerateActionParameter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RepetitionIndex.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RepetitionIndex.java index 455594652fb79..8d712a604192d 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RepetitionIndex.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RepetitionIndex.java @@ -27,7 +27,7 @@ public class RepetitionIndex { private int itemIndex; /** - * Get the scopeName value. + * Get the scope. * * @return the scopeName value */ @@ -36,7 +36,7 @@ public String scopeName() { } /** - * Set the scopeName value. + * Set the scope. * * @param scopeName the scopeName value to set * @return the RepetitionIndex object itself. @@ -47,7 +47,7 @@ public RepetitionIndex withScopeName(String scopeName) { } /** - * Get the itemIndex value. + * Get the index. * * @return the itemIndex value */ @@ -56,7 +56,7 @@ public int itemIndex() { } /** - * Set the itemIndex value. + * Set the index. * * @param itemIndex the itemIndex value to set * @return the RepetitionIndex object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ResourceReference.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ResourceReference.java new file mode 100644 index 0000000000000..ad443766627c9 --- /dev/null +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/ResourceReference.java @@ -0,0 +1,62 @@ +/** + * Copyright (c) Microsoft Corporation. All rights reserved. + * Licensed under the MIT License. See License.txt in the project root for + * license information. + * + * Code generated by Microsoft (R) AutoRest Code Generator. + */ + +package com.microsoft.azure.management.logic.v2016_06_01; + +import com.fasterxml.jackson.annotation.JsonProperty; + +/** + * The resource reference. + */ +public class ResourceReference { + /** + * The resource id. + */ + @JsonProperty(value = "id", access = JsonProperty.Access.WRITE_ONLY) + private String id; + + /** + * Gets the resource name. + */ + @JsonProperty(value = "name", access = JsonProperty.Access.WRITE_ONLY) + private String name; + + /** + * Gets the resource type. + */ + @JsonProperty(value = "type", access = JsonProperty.Access.WRITE_ONLY) + private String type; + + /** + * Get the resource id. + * + * @return the id value + */ + public String id() { + return this.id; + } + + /** + * Get gets the resource name. + * + * @return the name value + */ + public String name() { + return this.name; + } + + /** + * Get gets the resource type. + * + * @return the type value + */ + public String type() { + return this.type; + } + +} diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RetryHistory.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RetryHistory.java index 42fcf2c17029f..f5c5c01331031 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RetryHistory.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RetryHistory.java @@ -52,7 +52,7 @@ public class RetryHistory { private ErrorResponse error; /** - * Get the startTime value. + * Get gets the start time. * * @return the startTime value */ @@ -61,7 +61,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set gets the start time. * * @param startTime the startTime value to set * @return the RetryHistory object itself. @@ -72,7 +72,7 @@ public RetryHistory withStartTime(DateTime startTime) { } /** - * Get the endTime value. + * Get gets the end time. * * @return the endTime value */ @@ -81,7 +81,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set gets the end time. * * @param endTime the endTime value to set * @return the RetryHistory object itself. @@ -92,7 +92,7 @@ public RetryHistory withEndTime(DateTime endTime) { } /** - * Get the code value. + * Get gets the status code. * * @return the code value */ @@ -101,7 +101,7 @@ public String code() { } /** - * Set the code value. + * Set gets the status code. * * @param code the code value to set * @return the RetryHistory object itself. @@ -112,7 +112,7 @@ public RetryHistory withCode(String code) { } /** - * Get the clientRequestId value. + * Get gets the client request Id. * * @return the clientRequestId value */ @@ -121,7 +121,7 @@ public String clientRequestId() { } /** - * Set the clientRequestId value. + * Set gets the client request Id. * * @param clientRequestId the clientRequestId value to set * @return the RetryHistory object itself. @@ -132,7 +132,7 @@ public RetryHistory withClientRequestId(String clientRequestId) { } /** - * Get the serviceRequestId value. + * Get gets the service request Id. * * @return the serviceRequestId value */ @@ -141,7 +141,7 @@ public String serviceRequestId() { } /** - * Set the serviceRequestId value. + * Set gets the service request Id. * * @param serviceRequestId the serviceRequestId value to set * @return the RetryHistory object itself. @@ -152,7 +152,7 @@ public RetryHistory withServiceRequestId(String serviceRequestId) { } /** - * Get the error value. + * Get gets the error response. * * @return the error value */ @@ -161,7 +161,7 @@ public ErrorResponse error() { } /** - * Set the error value. + * Set gets the error response. * * @param error the error value to set * @return the RetryHistory object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunActionCorrelation.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunActionCorrelation.java index ad14350561cc4..9c58a847ba7f0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunActionCorrelation.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunActionCorrelation.java @@ -21,7 +21,7 @@ public class RunActionCorrelation extends RunCorrelation { private String actionTrackingId; /** - * Get the actionTrackingId value. + * Get the action tracking identifier. * * @return the actionTrackingId value */ @@ -30,7 +30,7 @@ public String actionTrackingId() { } /** - * Set the actionTrackingId value. + * Set the action tracking identifier. * * @param actionTrackingId the actionTrackingId value to set * @return the RunActionCorrelation object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunCorrelation.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunCorrelation.java index 7ccbea6b49dbb..6d11981487646 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunCorrelation.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunCorrelation.java @@ -28,7 +28,7 @@ public class RunCorrelation { private List clientKeywords; /** - * Get the clientTrackingId value. + * Get the client tracking identifier. * * @return the clientTrackingId value */ @@ -37,7 +37,7 @@ public String clientTrackingId() { } /** - * Set the clientTrackingId value. + * Set the client tracking identifier. * * @param clientTrackingId the clientTrackingId value to set * @return the RunCorrelation object itself. @@ -48,7 +48,7 @@ public RunCorrelation withClientTrackingId(String clientTrackingId) { } /** - * Get the clientKeywords value. + * Get the client keywords. * * @return the clientKeywords value */ @@ -57,7 +57,7 @@ public List clientKeywords() { } /** - * Set the clientKeywords value. + * Set the client keywords. * * @param clientKeywords the clientKeywords value to set * @return the RunCorrelation object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunWorkflowWorkflowRun.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunWorkflowWorkflowRun.java index ea89df31b2917..c119731b49279 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunWorkflowWorkflowRun.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/RunWorkflowWorkflowRun.java @@ -9,7 +9,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.microsoft.azure.management.logic.v2016_06_01.implementation.WorkflowRunInner; import com.microsoft.azure.arm.model.Indexable; import com.microsoft.azure.arm.model.Refreshable; @@ -95,6 +94,6 @@ public interface RunWorkflowWorkflowRun extends HasInner, Inde /** * @return the workflow value. */ - ResourceReferenceInner workflow(); + ResourceReference workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Sku.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Sku.java index 14696bd38a7a7..b301f02310a1c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Sku.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Sku.java @@ -8,7 +8,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.fasterxml.jackson.annotation.JsonProperty; /** @@ -26,10 +25,10 @@ public class Sku { * The reference to plan. */ @JsonProperty(value = "plan") - private ResourceReferenceInner plan; + private ResourceReference plan; /** - * Get the name value. + * Get the name. Possible values include: 'NotSpecified', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'. * * @return the name value */ @@ -38,7 +37,7 @@ public SkuName name() { } /** - * Set the name value. + * Set the name. Possible values include: 'NotSpecified', 'Free', 'Shared', 'Basic', 'Standard', 'Premium'. * * @param name the name value to set * @return the Sku object itself. @@ -49,21 +48,21 @@ public Sku withName(SkuName name) { } /** - * Get the plan value. + * Get the reference to plan. * * @return the plan value */ - public ResourceReferenceInner plan() { + public ResourceReference plan() { return this.plan; } /** - * Set the plan value. + * Set the reference to plan. * * @param plan the plan value to set * @return the Sku object itself. */ - public Sku withPlan(ResourceReferenceInner plan) { + public Sku withPlan(ResourceReference plan) { this.plan = plan; return this; } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEvent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEvent.java index 180350074c1c7..4969a300301e4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEvent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEvent.java @@ -48,7 +48,7 @@ public class TrackingEvent { private TrackingEventErrorInfo error; /** - * Get the eventLevel value. + * Get possible values include: 'LogAlways', 'Critical', 'Error', 'Warning', 'Informational', 'Verbose'. * * @return the eventLevel value */ @@ -57,7 +57,7 @@ public EventLevel eventLevel() { } /** - * Set the eventLevel value. + * Set possible values include: 'LogAlways', 'Critical', 'Error', 'Warning', 'Informational', 'Verbose'. * * @param eventLevel the eventLevel value to set * @return the TrackingEvent object itself. @@ -88,7 +88,7 @@ public TrackingEvent withEventTime(DateTime eventTime) { } /** - * Get the recordType value. + * Get possible values include: 'NotSpecified', 'Custom', 'AS2Message', 'AS2MDN', 'X12Interchange', 'X12FunctionalGroup', 'X12TransactionSet', 'X12InterchangeAcknowledgment', 'X12FunctionalGroupAcknowledgment', 'X12TransactionSetAcknowledgment', 'EdifactInterchange', 'EdifactFunctionalGroup', 'EdifactTransactionSet', 'EdifactInterchangeAcknowledgment', 'EdifactFunctionalGroupAcknowledgment', 'EdifactTransactionSetAcknowledgment'. * * @return the recordType value */ @@ -97,7 +97,7 @@ public TrackingRecordType recordType() { } /** - * Set the recordType value. + * Set possible values include: 'NotSpecified', 'Custom', 'AS2Message', 'AS2MDN', 'X12Interchange', 'X12FunctionalGroup', 'X12TransactionSet', 'X12InterchangeAcknowledgment', 'X12FunctionalGroupAcknowledgment', 'X12TransactionSetAcknowledgment', 'EdifactInterchange', 'EdifactFunctionalGroup', 'EdifactTransactionSet', 'EdifactInterchangeAcknowledgment', 'EdifactFunctionalGroupAcknowledgment', 'EdifactTransactionSetAcknowledgment'. * * @param recordType the recordType value to set * @return the TrackingEvent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEventsDefinition.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEventsDefinition.java index 6d52e8edfa6f1..9985522356e39 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEventsDefinition.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/TrackingEventsDefinition.java @@ -54,7 +54,7 @@ public TrackingEventsDefinition withSourceType(String sourceType) { } /** - * Get the trackEventsOptions value. + * Get possible values include: 'None', 'DisableSourceInfoEnrich'. * * @return the trackEventsOptions value */ @@ -63,7 +63,7 @@ public TrackEventsOperationOptions trackEventsOptions() { } /** - * Set the trackEventsOptions value. + * Set possible values include: 'None', 'DisableSourceInfoEnrich'. * * @param trackEventsOptions the trackEventsOptions value to set * @return the TrackingEventsDefinition object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Workflow.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Workflow.java index 3234afcad5e77..bf77ab6f706f3 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Workflow.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/Workflow.java @@ -10,17 +10,16 @@ import com.microsoft.azure.arm.model.HasInner; import com.microsoft.azure.arm.resources.models.Resource; +import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasResourceGroup; import com.microsoft.azure.arm.model.Refreshable; import com.microsoft.azure.arm.model.Updatable; import com.microsoft.azure.arm.model.Appliable; import com.microsoft.azure.arm.model.Creatable; -import com.microsoft.azure.arm.resources.models.GroupableResourceCore; import com.microsoft.azure.arm.resources.models.HasManager; import com.microsoft.azure.management.logic.v2016_06_01.implementation.LogicManager; import org.joda.time.DateTime; import java.util.Map; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.microsoft.azure.management.logic.v2016_06_01.implementation.WorkflowInner; /** @@ -50,7 +49,7 @@ public interface Workflow extends HasInner, Resource, GroupableRe /** * @return the integrationAccount value. */ - ResourceReferenceInner integrationAccount(); + ResourceReference integrationAccount(); /** * @return the parameters value. @@ -116,7 +115,7 @@ interface WithIntegrationAccount { /** * Specifies integrationAccount. */ - WithCreate withIntegrationAccount(ResourceReferenceInner integrationAccount); + WithCreate withIntegrationAccount(ResourceReference integrationAccount); } /** @@ -184,7 +183,7 @@ interface WithIntegrationAccount { /** * Specifies integrationAccount. */ - Update withIntegrationAccount(ResourceReferenceInner integrationAccount); + Update withIntegrationAccount(ResourceReference integrationAccount); } /** diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowFilter.java index 916604700825b..9f2028d3b82e2 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowFilter.java @@ -22,7 +22,7 @@ public class WorkflowFilter { private WorkflowState state; /** - * Get the state value. + * Get the state of workflows. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @return the state value */ @@ -31,7 +31,7 @@ public WorkflowState state() { } /** - * Set the state value. + * Set the state of workflows. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @param state the state value to set * @return the WorkflowFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowOutputParameter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowOutputParameter.java index 9e42abfe499fd..33f418ae61aef 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowOutputParameter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowOutputParameter.java @@ -21,7 +21,7 @@ public class WorkflowOutputParameter extends WorkflowParameter { private Object error; /** - * Get the error value. + * Get gets the error. * * @return the error value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowParameter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowParameter.java index 97b6f09deea3f..ba2b9005a6851 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowParameter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowParameter.java @@ -41,7 +41,7 @@ public class WorkflowParameter { private String description; /** - * Get the type value. + * Get the type. Possible values include: 'NotSpecified', 'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array', 'Object', 'SecureObject'. * * @return the type value */ @@ -50,7 +50,7 @@ public ParameterType type() { } /** - * Set the type value. + * Set the type. Possible values include: 'NotSpecified', 'String', 'SecureString', 'Int', 'Float', 'Bool', 'Array', 'Object', 'SecureObject'. * * @param type the type value to set * @return the WorkflowParameter object itself. @@ -61,7 +61,7 @@ public WorkflowParameter withType(ParameterType type) { } /** - * Get the value value. + * Get the value. * * @return the value value */ @@ -70,7 +70,7 @@ public Object value() { } /** - * Set the value value. + * Set the value. * * @param value the value value to set * @return the WorkflowParameter object itself. @@ -81,7 +81,7 @@ public WorkflowParameter withValue(Object value) { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -90,7 +90,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the WorkflowParameter object itself. @@ -101,7 +101,7 @@ public WorkflowParameter withMetadata(Object metadata) { } /** - * Get the description value. + * Get the description. * * @return the description value */ @@ -110,7 +110,7 @@ public String description() { } /** - * Set the description value. + * Set the description. * * @param description the description value to set * @return the WorkflowParameter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunActionFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunActionFilter.java index 9e6196813c9b1..bd23f2f369cbb 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunActionFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunActionFilter.java @@ -24,7 +24,7 @@ public class WorkflowRunActionFilter { private WorkflowStatus status; /** - * Get the status value. + * Get the status of workflow run action. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -33,7 +33,7 @@ public WorkflowStatus status() { } /** - * Set the status value. + * Set the status of workflow run action. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @param status the status value to set * @return the WorkflowRunActionFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunFilter.java index e86baafe3e00c..b8de08764c891 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunFilter.java @@ -23,7 +23,7 @@ public class WorkflowRunFilter { private WorkflowStatus status; /** - * Get the status value. + * Get the status of workflow run. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -32,7 +32,7 @@ public WorkflowStatus status() { } /** - * Set the status value. + * Set the status of workflow run. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @param status the status value to set * @return the WorkflowRunFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunTrigger.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunTrigger.java index 60f1ad2215e9a..59607434aa6de 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunTrigger.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowRunTrigger.java @@ -102,7 +102,7 @@ public class WorkflowRunTrigger { private Object trackedProperties; /** - * Get the name value. + * Get gets the name. * * @return the name value */ @@ -111,7 +111,7 @@ public String name() { } /** - * Get the inputs value. + * Get gets the inputs. * * @return the inputs value */ @@ -120,7 +120,7 @@ public Object inputs() { } /** - * Get the inputsLink value. + * Get gets the link to inputs. * * @return the inputsLink value */ @@ -129,7 +129,7 @@ public ContentLink inputsLink() { } /** - * Get the outputs value. + * Get gets the outputs. * * @return the outputs value */ @@ -138,7 +138,7 @@ public Object outputs() { } /** - * Get the outputsLink value. + * Get gets the link to outputs. * * @return the outputsLink value */ @@ -147,7 +147,7 @@ public ContentLink outputsLink() { } /** - * Get the scheduledTime value. + * Get gets the scheduled time. * * @return the scheduledTime value */ @@ -156,7 +156,7 @@ public DateTime scheduledTime() { } /** - * Get the startTime value. + * Get gets the start time. * * @return the startTime value */ @@ -165,7 +165,7 @@ public DateTime startTime() { } /** - * Get the endTime value. + * Get gets the end time. * * @return the endTime value */ @@ -174,7 +174,7 @@ public DateTime endTime() { } /** - * Get the trackingId value. + * Get gets the tracking id. * * @return the trackingId value */ @@ -183,7 +183,7 @@ public String trackingId() { } /** - * Get the correlation value. + * Get the run correlation. * * @return the correlation value */ @@ -192,7 +192,7 @@ public Correlation correlation() { } /** - * Set the correlation value. + * Set the run correlation. * * @param correlation the correlation value to set * @return the WorkflowRunTrigger object itself. @@ -203,7 +203,7 @@ public WorkflowRunTrigger withCorrelation(Correlation correlation) { } /** - * Get the code value. + * Get gets the code. * * @return the code value */ @@ -212,7 +212,7 @@ public String code() { } /** - * Get the status value. + * Get gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -221,7 +221,7 @@ public WorkflowStatus status() { } /** - * Get the error value. + * Get gets the error. * * @return the error value */ @@ -230,7 +230,7 @@ public Object error() { } /** - * Get the trackedProperties value. + * Get gets the tracked properties. * * @return the trackedProperties value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTrigger.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTrigger.java index 030709db9d214..b7c723e7bf9ac 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTrigger.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTrigger.java @@ -9,7 +9,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.microsoft.azure.management.logic.v2016_06_01.implementation.WorkflowTriggerInner; import com.microsoft.azure.arm.model.Indexable; import com.microsoft.azure.arm.model.Refreshable; @@ -79,6 +78,6 @@ public interface WorkflowTrigger extends HasInner, Indexab /** * @return the workflow value. */ - ResourceReferenceInner workflow(); + ResourceReference workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerFilter.java index d39af930f9a6e..ee323667af1b0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerFilter.java @@ -22,7 +22,7 @@ public class WorkflowTriggerFilter { private WorkflowState state; /** - * Get the state value. + * Get the state of workflow trigger. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @return the state value */ @@ -31,7 +31,7 @@ public WorkflowState state() { } /** - * Set the state value. + * Set the state of workflow trigger. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @param state the state value to set * @return the WorkflowTriggerFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerHistory.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerHistory.java index 970e88e30c6ae..5cf3125995e05 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerHistory.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowTriggerHistory.java @@ -9,7 +9,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.microsoft.azure.management.logic.v2016_06_01.implementation.WorkflowTriggerHistoryInner; import com.microsoft.azure.arm.model.Indexable; import com.microsoft.azure.arm.model.Refreshable; @@ -69,7 +68,7 @@ public interface WorkflowTriggerHistory extends HasInner, Indexab /** * @return the integrationAccount value. */ - ResourceReferenceInner integrationAccount(); + ResourceReference integrationAccount(); /** * @return the location value. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowWorkflowRun.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowWorkflowRun.java index 7b2b934a2d984..32b3dfcf437d0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowWorkflowRun.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/WorkflowWorkflowRun.java @@ -9,7 +9,6 @@ package com.microsoft.azure.management.logic.v2016_06_01; import com.microsoft.azure.arm.model.HasInner; -import com.microsoft.azure.management.logic.v2016_06_01.implementation.ResourceReferenceInner; import com.microsoft.azure.management.logic.v2016_06_01.implementation.WorkflowRunInner; import com.microsoft.azure.arm.model.Indexable; import com.microsoft.azure.arm.model.Refreshable; @@ -95,6 +94,6 @@ public interface WorkflowWorkflowRun extends HasInner, Indexab /** * @return the workflow value. */ - ResourceReferenceInner workflow(); + ResourceReference workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AcknowledgementSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AcknowledgementSettings.java index 2d4288006299e..b2fa29da140c4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AcknowledgementSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AcknowledgementSettings.java @@ -105,7 +105,7 @@ public class X12AcknowledgementSettings { private boolean rolloverAcknowledgementControlNumber; /** - * Get the needTechnicalAcknowledgement value. + * Get the value indicating whether technical acknowledgement is needed. * * @return the needTechnicalAcknowledgement value */ @@ -114,7 +114,7 @@ public boolean needTechnicalAcknowledgement() { } /** - * Set the needTechnicalAcknowledgement value. + * Set the value indicating whether technical acknowledgement is needed. * * @param needTechnicalAcknowledgement the needTechnicalAcknowledgement value to set * @return the X12AcknowledgementSettings object itself. @@ -125,7 +125,7 @@ public X12AcknowledgementSettings withNeedTechnicalAcknowledgement(boolean needT } /** - * Get the batchTechnicalAcknowledgements value. + * Get the value indicating whether to batch the technical acknowledgements. * * @return the batchTechnicalAcknowledgements value */ @@ -134,7 +134,7 @@ public boolean batchTechnicalAcknowledgements() { } /** - * Set the batchTechnicalAcknowledgements value. + * Set the value indicating whether to batch the technical acknowledgements. * * @param batchTechnicalAcknowledgements the batchTechnicalAcknowledgements value to set * @return the X12AcknowledgementSettings object itself. @@ -145,7 +145,7 @@ public X12AcknowledgementSettings withBatchTechnicalAcknowledgements(boolean bat } /** - * Get the needFunctionalAcknowledgement value. + * Get the value indicating whether functional acknowledgement is needed. * * @return the needFunctionalAcknowledgement value */ @@ -154,7 +154,7 @@ public boolean needFunctionalAcknowledgement() { } /** - * Set the needFunctionalAcknowledgement value. + * Set the value indicating whether functional acknowledgement is needed. * * @param needFunctionalAcknowledgement the needFunctionalAcknowledgement value to set * @return the X12AcknowledgementSettings object itself. @@ -165,7 +165,7 @@ public X12AcknowledgementSettings withNeedFunctionalAcknowledgement(boolean need } /** - * Get the functionalAcknowledgementVersion value. + * Get the functional acknowledgement version. * * @return the functionalAcknowledgementVersion value */ @@ -174,7 +174,7 @@ public String functionalAcknowledgementVersion() { } /** - * Set the functionalAcknowledgementVersion value. + * Set the functional acknowledgement version. * * @param functionalAcknowledgementVersion the functionalAcknowledgementVersion value to set * @return the X12AcknowledgementSettings object itself. @@ -185,7 +185,7 @@ public X12AcknowledgementSettings withFunctionalAcknowledgementVersion(String fu } /** - * Get the batchFunctionalAcknowledgements value. + * Get the value indicating whether to batch functional acknowledgements. * * @return the batchFunctionalAcknowledgements value */ @@ -194,7 +194,7 @@ public boolean batchFunctionalAcknowledgements() { } /** - * Set the batchFunctionalAcknowledgements value. + * Set the value indicating whether to batch functional acknowledgements. * * @param batchFunctionalAcknowledgements the batchFunctionalAcknowledgements value to set * @return the X12AcknowledgementSettings object itself. @@ -205,7 +205,7 @@ public X12AcknowledgementSettings withBatchFunctionalAcknowledgements(boolean ba } /** - * Get the needImplementationAcknowledgement value. + * Get the value indicating whether implementation acknowledgement is needed. * * @return the needImplementationAcknowledgement value */ @@ -214,7 +214,7 @@ public boolean needImplementationAcknowledgement() { } /** - * Set the needImplementationAcknowledgement value. + * Set the value indicating whether implementation acknowledgement is needed. * * @param needImplementationAcknowledgement the needImplementationAcknowledgement value to set * @return the X12AcknowledgementSettings object itself. @@ -225,7 +225,7 @@ public X12AcknowledgementSettings withNeedImplementationAcknowledgement(boolean } /** - * Get the implementationAcknowledgementVersion value. + * Get the implementation acknowledgement version. * * @return the implementationAcknowledgementVersion value */ @@ -234,7 +234,7 @@ public String implementationAcknowledgementVersion() { } /** - * Set the implementationAcknowledgementVersion value. + * Set the implementation acknowledgement version. * * @param implementationAcknowledgementVersion the implementationAcknowledgementVersion value to set * @return the X12AcknowledgementSettings object itself. @@ -245,7 +245,7 @@ public X12AcknowledgementSettings withImplementationAcknowledgementVersion(Strin } /** - * Get the batchImplementationAcknowledgements value. + * Get the value indicating whether to batch implementation acknowledgements. * * @return the batchImplementationAcknowledgements value */ @@ -254,7 +254,7 @@ public boolean batchImplementationAcknowledgements() { } /** - * Set the batchImplementationAcknowledgements value. + * Set the value indicating whether to batch implementation acknowledgements. * * @param batchImplementationAcknowledgements the batchImplementationAcknowledgements value to set * @return the X12AcknowledgementSettings object itself. @@ -265,7 +265,7 @@ public X12AcknowledgementSettings withBatchImplementationAcknowledgements(boolea } /** - * Get the needLoopForValidMessages value. + * Get the value indicating whether a loop is needed for valid messages. * * @return the needLoopForValidMessages value */ @@ -274,7 +274,7 @@ public boolean needLoopForValidMessages() { } /** - * Set the needLoopForValidMessages value. + * Set the value indicating whether a loop is needed for valid messages. * * @param needLoopForValidMessages the needLoopForValidMessages value to set * @return the X12AcknowledgementSettings object itself. @@ -285,7 +285,7 @@ public X12AcknowledgementSettings withNeedLoopForValidMessages(boolean needLoopF } /** - * Get the sendSynchronousAcknowledgement value. + * Get the value indicating whether to send synchronous acknowledgement. * * @return the sendSynchronousAcknowledgement value */ @@ -294,7 +294,7 @@ public boolean sendSynchronousAcknowledgement() { } /** - * Set the sendSynchronousAcknowledgement value. + * Set the value indicating whether to send synchronous acknowledgement. * * @param sendSynchronousAcknowledgement the sendSynchronousAcknowledgement value to set * @return the X12AcknowledgementSettings object itself. @@ -305,7 +305,7 @@ public X12AcknowledgementSettings withSendSynchronousAcknowledgement(boolean sen } /** - * Get the acknowledgementControlNumberPrefix value. + * Get the acknowledgement control number prefix. * * @return the acknowledgementControlNumberPrefix value */ @@ -314,7 +314,7 @@ public String acknowledgementControlNumberPrefix() { } /** - * Set the acknowledgementControlNumberPrefix value. + * Set the acknowledgement control number prefix. * * @param acknowledgementControlNumberPrefix the acknowledgementControlNumberPrefix value to set * @return the X12AcknowledgementSettings object itself. @@ -325,7 +325,7 @@ public X12AcknowledgementSettings withAcknowledgementControlNumberPrefix(String } /** - * Get the acknowledgementControlNumberSuffix value. + * Get the acknowledgement control number suffix. * * @return the acknowledgementControlNumberSuffix value */ @@ -334,7 +334,7 @@ public String acknowledgementControlNumberSuffix() { } /** - * Set the acknowledgementControlNumberSuffix value. + * Set the acknowledgement control number suffix. * * @param acknowledgementControlNumberSuffix the acknowledgementControlNumberSuffix value to set * @return the X12AcknowledgementSettings object itself. @@ -345,7 +345,7 @@ public X12AcknowledgementSettings withAcknowledgementControlNumberSuffix(String } /** - * Get the acknowledgementControlNumberLowerBound value. + * Get the acknowledgement control number lower bound. * * @return the acknowledgementControlNumberLowerBound value */ @@ -354,7 +354,7 @@ public int acknowledgementControlNumberLowerBound() { } /** - * Set the acknowledgementControlNumberLowerBound value. + * Set the acknowledgement control number lower bound. * * @param acknowledgementControlNumberLowerBound the acknowledgementControlNumberLowerBound value to set * @return the X12AcknowledgementSettings object itself. @@ -365,7 +365,7 @@ public X12AcknowledgementSettings withAcknowledgementControlNumberLowerBound(int } /** - * Get the acknowledgementControlNumberUpperBound value. + * Get the acknowledgement control number upper bound. * * @return the acknowledgementControlNumberUpperBound value */ @@ -374,7 +374,7 @@ public int acknowledgementControlNumberUpperBound() { } /** - * Set the acknowledgementControlNumberUpperBound value. + * Set the acknowledgement control number upper bound. * * @param acknowledgementControlNumberUpperBound the acknowledgementControlNumberUpperBound value to set * @return the X12AcknowledgementSettings object itself. @@ -385,7 +385,7 @@ public X12AcknowledgementSettings withAcknowledgementControlNumberUpperBound(int } /** - * Get the rolloverAcknowledgementControlNumber value. + * Get the value indicating whether to rollover acknowledgement control number. * * @return the rolloverAcknowledgementControlNumber value */ @@ -394,7 +394,7 @@ public boolean rolloverAcknowledgementControlNumber() { } /** - * Set the rolloverAcknowledgementControlNumber value. + * Set the value indicating whether to rollover acknowledgement control number. * * @param rolloverAcknowledgementControlNumber the rolloverAcknowledgementControlNumber value to set * @return the X12AcknowledgementSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AgreementContent.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AgreementContent.java index e2db044249dd3..f9e9be728d777 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AgreementContent.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12AgreementContent.java @@ -27,7 +27,7 @@ public class X12AgreementContent { private X12OneWayAgreement sendAgreement; /** - * Get the receiveAgreement value. + * Get the X12 one-way receive agreement. * * @return the receiveAgreement value */ @@ -36,7 +36,7 @@ public X12OneWayAgreement receiveAgreement() { } /** - * Set the receiveAgreement value. + * Set the X12 one-way receive agreement. * * @param receiveAgreement the receiveAgreement value to set * @return the X12AgreementContent object itself. @@ -47,7 +47,7 @@ public X12AgreementContent withReceiveAgreement(X12OneWayAgreement receiveAgreem } /** - * Get the sendAgreement value. + * Get the X12 one-way send agreement. * * @return the sendAgreement value */ @@ -56,7 +56,7 @@ public X12OneWayAgreement sendAgreement() { } /** - * Set the sendAgreement value. + * Set the X12 one-way send agreement. * * @param sendAgreement the sendAgreement value to set * @return the X12AgreementContent object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12DelimiterOverrides.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12DelimiterOverrides.java index 4a0d088b2406d..5559871e63314 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12DelimiterOverrides.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12DelimiterOverrides.java @@ -70,7 +70,7 @@ public class X12DelimiterOverrides { private String targetNamespace; /** - * Get the protocolVersion value. + * Get the protocol version. * * @return the protocolVersion value */ @@ -79,7 +79,7 @@ public String protocolVersion() { } /** - * Set the protocolVersion value. + * Set the protocol version. * * @param protocolVersion the protocolVersion value to set * @return the X12DelimiterOverrides object itself. @@ -90,7 +90,7 @@ public X12DelimiterOverrides withProtocolVersion(String protocolVersion) { } /** - * Get the messageId value. + * Get the message id. * * @return the messageId value */ @@ -99,7 +99,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id. * * @param messageId the messageId value to set * @return the X12DelimiterOverrides object itself. @@ -110,7 +110,7 @@ public X12DelimiterOverrides withMessageId(String messageId) { } /** - * Get the dataElementSeparator value. + * Get the data element separator. * * @return the dataElementSeparator value */ @@ -119,7 +119,7 @@ public int dataElementSeparator() { } /** - * Set the dataElementSeparator value. + * Set the data element separator. * * @param dataElementSeparator the dataElementSeparator value to set * @return the X12DelimiterOverrides object itself. @@ -130,7 +130,7 @@ public X12DelimiterOverrides withDataElementSeparator(int dataElementSeparator) } /** - * Get the componentSeparator value. + * Get the component separator. * * @return the componentSeparator value */ @@ -139,7 +139,7 @@ public int componentSeparator() { } /** - * Set the componentSeparator value. + * Set the component separator. * * @param componentSeparator the componentSeparator value to set * @return the X12DelimiterOverrides object itself. @@ -150,7 +150,7 @@ public X12DelimiterOverrides withComponentSeparator(int componentSeparator) { } /** - * Get the segmentTerminator value. + * Get the segment terminator. * * @return the segmentTerminator value */ @@ -159,7 +159,7 @@ public int segmentTerminator() { } /** - * Set the segmentTerminator value. + * Set the segment terminator. * * @param segmentTerminator the segmentTerminator value to set * @return the X12DelimiterOverrides object itself. @@ -170,7 +170,7 @@ public X12DelimiterOverrides withSegmentTerminator(int segmentTerminator) { } /** - * Get the segmentTerminatorSuffix value. + * Get the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @return the segmentTerminatorSuffix value */ @@ -179,7 +179,7 @@ public SegmentTerminatorSuffix segmentTerminatorSuffix() { } /** - * Set the segmentTerminatorSuffix value. + * Set the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @param segmentTerminatorSuffix the segmentTerminatorSuffix value to set * @return the X12DelimiterOverrides object itself. @@ -190,7 +190,7 @@ public X12DelimiterOverrides withSegmentTerminatorSuffix(SegmentTerminatorSuffix } /** - * Get the replaceCharacter value. + * Get the replacement character. * * @return the replaceCharacter value */ @@ -199,7 +199,7 @@ public int replaceCharacter() { } /** - * Set the replaceCharacter value. + * Set the replacement character. * * @param replaceCharacter the replaceCharacter value to set * @return the X12DelimiterOverrides object itself. @@ -210,7 +210,7 @@ public X12DelimiterOverrides withReplaceCharacter(int replaceCharacter) { } /** - * Get the replaceSeparatorsInPayload value. + * Get the value indicating whether to replace separators in payload. * * @return the replaceSeparatorsInPayload value */ @@ -219,7 +219,7 @@ public boolean replaceSeparatorsInPayload() { } /** - * Set the replaceSeparatorsInPayload value. + * Set the value indicating whether to replace separators in payload. * * @param replaceSeparatorsInPayload the replaceSeparatorsInPayload value to set * @return the X12DelimiterOverrides object itself. @@ -230,7 +230,7 @@ public X12DelimiterOverrides withReplaceSeparatorsInPayload(boolean replaceSepar } /** - * Get the targetNamespace value. + * Get the target namespace on which this delimiter settings has to be applied. * * @return the targetNamespace value */ @@ -239,7 +239,7 @@ public String targetNamespace() { } /** - * Set the targetNamespace value. + * Set the target namespace on which this delimiter settings has to be applied. * * @param targetNamespace the targetNamespace value to set * @return the X12DelimiterOverrides object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeOverride.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeOverride.java index 539021c2f1e0b..c8012d051c0bd 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeOverride.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeOverride.java @@ -77,7 +77,7 @@ public class X12EnvelopeOverride { private X12TimeFormat timeFormat; /** - * Get the targetNamespace value. + * Get the target namespace on which this envelope settings has to be applied. * * @return the targetNamespace value */ @@ -86,7 +86,7 @@ public String targetNamespace() { } /** - * Set the targetNamespace value. + * Set the target namespace on which this envelope settings has to be applied. * * @param targetNamespace the targetNamespace value to set * @return the X12EnvelopeOverride object itself. @@ -97,7 +97,7 @@ public X12EnvelopeOverride withTargetNamespace(String targetNamespace) { } /** - * Get the protocolVersion value. + * Get the protocol version on which this envelope settings has to be applied. * * @return the protocolVersion value */ @@ -106,7 +106,7 @@ public String protocolVersion() { } /** - * Set the protocolVersion value. + * Set the protocol version on which this envelope settings has to be applied. * * @param protocolVersion the protocolVersion value to set * @return the X12EnvelopeOverride object itself. @@ -117,7 +117,7 @@ public X12EnvelopeOverride withProtocolVersion(String protocolVersion) { } /** - * Get the messageId value. + * Get the message id on which this envelope settings has to be applied. * * @return the messageId value */ @@ -126,7 +126,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id on which this envelope settings has to be applied. * * @param messageId the messageId value to set * @return the X12EnvelopeOverride object itself. @@ -137,7 +137,7 @@ public X12EnvelopeOverride withMessageId(String messageId) { } /** - * Get the responsibleAgencyCode value. + * Get the responsible agency code. * * @return the responsibleAgencyCode value */ @@ -146,7 +146,7 @@ public String responsibleAgencyCode() { } /** - * Set the responsibleAgencyCode value. + * Set the responsible agency code. * * @param responsibleAgencyCode the responsibleAgencyCode value to set * @return the X12EnvelopeOverride object itself. @@ -157,7 +157,7 @@ public X12EnvelopeOverride withResponsibleAgencyCode(String responsibleAgencyCod } /** - * Get the headerVersion value. + * Get the header version. * * @return the headerVersion value */ @@ -166,7 +166,7 @@ public String headerVersion() { } /** - * Set the headerVersion value. + * Set the header version. * * @param headerVersion the headerVersion value to set * @return the X12EnvelopeOverride object itself. @@ -177,7 +177,7 @@ public X12EnvelopeOverride withHeaderVersion(String headerVersion) { } /** - * Get the senderApplicationId value. + * Get the sender application id. * * @return the senderApplicationId value */ @@ -186,7 +186,7 @@ public String senderApplicationId() { } /** - * Set the senderApplicationId value. + * Set the sender application id. * * @param senderApplicationId the senderApplicationId value to set * @return the X12EnvelopeOverride object itself. @@ -197,7 +197,7 @@ public X12EnvelopeOverride withSenderApplicationId(String senderApplicationId) { } /** - * Get the receiverApplicationId value. + * Get the receiver application id. * * @return the receiverApplicationId value */ @@ -206,7 +206,7 @@ public String receiverApplicationId() { } /** - * Set the receiverApplicationId value. + * Set the receiver application id. * * @param receiverApplicationId the receiverApplicationId value to set * @return the X12EnvelopeOverride object itself. @@ -217,7 +217,7 @@ public X12EnvelopeOverride withReceiverApplicationId(String receiverApplicationI } /** - * Get the functionalIdentifierCode value. + * Get the functional identifier code. * * @return the functionalIdentifierCode value */ @@ -226,7 +226,7 @@ public String functionalIdentifierCode() { } /** - * Set the functionalIdentifierCode value. + * Set the functional identifier code. * * @param functionalIdentifierCode the functionalIdentifierCode value to set * @return the X12EnvelopeOverride object itself. @@ -237,7 +237,7 @@ public X12EnvelopeOverride withFunctionalIdentifierCode(String functionalIdentif } /** - * Get the dateFormat value. + * Get the date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'. * * @return the dateFormat value */ @@ -246,7 +246,7 @@ public X12DateFormat dateFormat() { } /** - * Set the dateFormat value. + * Set the date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'. * * @param dateFormat the dateFormat value to set * @return the X12EnvelopeOverride object itself. @@ -257,7 +257,7 @@ public X12EnvelopeOverride withDateFormat(X12DateFormat dateFormat) { } /** - * Get the timeFormat value. + * Get the time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'. * * @return the timeFormat value */ @@ -266,7 +266,7 @@ public X12TimeFormat timeFormat() { } /** - * Set the timeFormat value. + * Set the time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'. * * @param timeFormat the timeFormat value to set * @return the X12EnvelopeOverride object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeSettings.java index f194a51595146..74b2c98c649ec 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12EnvelopeSettings.java @@ -164,7 +164,7 @@ public class X12EnvelopeSettings { private UsageIndicator usageIndicator; /** - * Get the controlStandardsId value. + * Get the controls standards id. * * @return the controlStandardsId value */ @@ -173,7 +173,7 @@ public int controlStandardsId() { } /** - * Set the controlStandardsId value. + * Set the controls standards id. * * @param controlStandardsId the controlStandardsId value to set * @return the X12EnvelopeSettings object itself. @@ -184,7 +184,7 @@ public X12EnvelopeSettings withControlStandardsId(int controlStandardsId) { } /** - * Get the useControlStandardsIdAsRepetitionCharacter value. + * Get the value indicating whether to use control standards id as repetition character. * * @return the useControlStandardsIdAsRepetitionCharacter value */ @@ -193,7 +193,7 @@ public boolean useControlStandardsIdAsRepetitionCharacter() { } /** - * Set the useControlStandardsIdAsRepetitionCharacter value. + * Set the value indicating whether to use control standards id as repetition character. * * @param useControlStandardsIdAsRepetitionCharacter the useControlStandardsIdAsRepetitionCharacter value to set * @return the X12EnvelopeSettings object itself. @@ -204,7 +204,7 @@ public X12EnvelopeSettings withUseControlStandardsIdAsRepetitionCharacter(boolea } /** - * Get the senderApplicationId value. + * Get the sender application id. * * @return the senderApplicationId value */ @@ -213,7 +213,7 @@ public String senderApplicationId() { } /** - * Set the senderApplicationId value. + * Set the sender application id. * * @param senderApplicationId the senderApplicationId value to set * @return the X12EnvelopeSettings object itself. @@ -224,7 +224,7 @@ public X12EnvelopeSettings withSenderApplicationId(String senderApplicationId) { } /** - * Get the receiverApplicationId value. + * Get the receiver application id. * * @return the receiverApplicationId value */ @@ -233,7 +233,7 @@ public String receiverApplicationId() { } /** - * Set the receiverApplicationId value. + * Set the receiver application id. * * @param receiverApplicationId the receiverApplicationId value to set * @return the X12EnvelopeSettings object itself. @@ -244,7 +244,7 @@ public X12EnvelopeSettings withReceiverApplicationId(String receiverApplicationI } /** - * Get the controlVersionNumber value. + * Get the control version number. * * @return the controlVersionNumber value */ @@ -253,7 +253,7 @@ public String controlVersionNumber() { } /** - * Set the controlVersionNumber value. + * Set the control version number. * * @param controlVersionNumber the controlVersionNumber value to set * @return the X12EnvelopeSettings object itself. @@ -264,7 +264,7 @@ public X12EnvelopeSettings withControlVersionNumber(String controlVersionNumber) } /** - * Get the interchangeControlNumberLowerBound value. + * Get the interchange control number lower bound. * * @return the interchangeControlNumberLowerBound value */ @@ -273,7 +273,7 @@ public int interchangeControlNumberLowerBound() { } /** - * Set the interchangeControlNumberLowerBound value. + * Set the interchange control number lower bound. * * @param interchangeControlNumberLowerBound the interchangeControlNumberLowerBound value to set * @return the X12EnvelopeSettings object itself. @@ -284,7 +284,7 @@ public X12EnvelopeSettings withInterchangeControlNumberLowerBound(int interchang } /** - * Get the interchangeControlNumberUpperBound value. + * Get the interchange control number upper bound. * * @return the interchangeControlNumberUpperBound value */ @@ -293,7 +293,7 @@ public int interchangeControlNumberUpperBound() { } /** - * Set the interchangeControlNumberUpperBound value. + * Set the interchange control number upper bound. * * @param interchangeControlNumberUpperBound the interchangeControlNumberUpperBound value to set * @return the X12EnvelopeSettings object itself. @@ -304,7 +304,7 @@ public X12EnvelopeSettings withInterchangeControlNumberUpperBound(int interchang } /** - * Get the rolloverInterchangeControlNumber value. + * Get the value indicating whether to rollover interchange control number. * * @return the rolloverInterchangeControlNumber value */ @@ -313,7 +313,7 @@ public boolean rolloverInterchangeControlNumber() { } /** - * Set the rolloverInterchangeControlNumber value. + * Set the value indicating whether to rollover interchange control number. * * @param rolloverInterchangeControlNumber the rolloverInterchangeControlNumber value to set * @return the X12EnvelopeSettings object itself. @@ -324,7 +324,7 @@ public X12EnvelopeSettings withRolloverInterchangeControlNumber(boolean rollover } /** - * Get the enableDefaultGroupHeaders value. + * Get the value indicating whether to enable default group headers. * * @return the enableDefaultGroupHeaders value */ @@ -333,7 +333,7 @@ public boolean enableDefaultGroupHeaders() { } /** - * Set the enableDefaultGroupHeaders value. + * Set the value indicating whether to enable default group headers. * * @param enableDefaultGroupHeaders the enableDefaultGroupHeaders value to set * @return the X12EnvelopeSettings object itself. @@ -344,7 +344,7 @@ public X12EnvelopeSettings withEnableDefaultGroupHeaders(boolean enableDefaultGr } /** - * Get the functionalGroupId value. + * Get the functional group id. * * @return the functionalGroupId value */ @@ -353,7 +353,7 @@ public String functionalGroupId() { } /** - * Set the functionalGroupId value. + * Set the functional group id. * * @param functionalGroupId the functionalGroupId value to set * @return the X12EnvelopeSettings object itself. @@ -364,7 +364,7 @@ public X12EnvelopeSettings withFunctionalGroupId(String functionalGroupId) { } /** - * Get the groupControlNumberLowerBound value. + * Get the group control number lower bound. * * @return the groupControlNumberLowerBound value */ @@ -373,7 +373,7 @@ public int groupControlNumberLowerBound() { } /** - * Set the groupControlNumberLowerBound value. + * Set the group control number lower bound. * * @param groupControlNumberLowerBound the groupControlNumberLowerBound value to set * @return the X12EnvelopeSettings object itself. @@ -384,7 +384,7 @@ public X12EnvelopeSettings withGroupControlNumberLowerBound(int groupControlNumb } /** - * Get the groupControlNumberUpperBound value. + * Get the group control number upper bound. * * @return the groupControlNumberUpperBound value */ @@ -393,7 +393,7 @@ public int groupControlNumberUpperBound() { } /** - * Set the groupControlNumberUpperBound value. + * Set the group control number upper bound. * * @param groupControlNumberUpperBound the groupControlNumberUpperBound value to set * @return the X12EnvelopeSettings object itself. @@ -404,7 +404,7 @@ public X12EnvelopeSettings withGroupControlNumberUpperBound(int groupControlNumb } /** - * Get the rolloverGroupControlNumber value. + * Get the value indicating whether to rollover group control number. * * @return the rolloverGroupControlNumber value */ @@ -413,7 +413,7 @@ public boolean rolloverGroupControlNumber() { } /** - * Set the rolloverGroupControlNumber value. + * Set the value indicating whether to rollover group control number. * * @param rolloverGroupControlNumber the rolloverGroupControlNumber value to set * @return the X12EnvelopeSettings object itself. @@ -424,7 +424,7 @@ public X12EnvelopeSettings withRolloverGroupControlNumber(boolean rolloverGroupC } /** - * Get the groupHeaderAgencyCode value. + * Get the group header agency code. * * @return the groupHeaderAgencyCode value */ @@ -433,7 +433,7 @@ public String groupHeaderAgencyCode() { } /** - * Set the groupHeaderAgencyCode value. + * Set the group header agency code. * * @param groupHeaderAgencyCode the groupHeaderAgencyCode value to set * @return the X12EnvelopeSettings object itself. @@ -444,7 +444,7 @@ public X12EnvelopeSettings withGroupHeaderAgencyCode(String groupHeaderAgencyCod } /** - * Get the groupHeaderVersion value. + * Get the group header version. * * @return the groupHeaderVersion value */ @@ -453,7 +453,7 @@ public String groupHeaderVersion() { } /** - * Set the groupHeaderVersion value. + * Set the group header version. * * @param groupHeaderVersion the groupHeaderVersion value to set * @return the X12EnvelopeSettings object itself. @@ -464,7 +464,7 @@ public X12EnvelopeSettings withGroupHeaderVersion(String groupHeaderVersion) { } /** - * Get the transactionSetControlNumberLowerBound value. + * Get the transaction set control number lower bound. * * @return the transactionSetControlNumberLowerBound value */ @@ -473,7 +473,7 @@ public int transactionSetControlNumberLowerBound() { } /** - * Set the transactionSetControlNumberLowerBound value. + * Set the transaction set control number lower bound. * * @param transactionSetControlNumberLowerBound the transactionSetControlNumberLowerBound value to set * @return the X12EnvelopeSettings object itself. @@ -484,7 +484,7 @@ public X12EnvelopeSettings withTransactionSetControlNumberLowerBound(int transac } /** - * Get the transactionSetControlNumberUpperBound value. + * Get the transaction set control number upper bound. * * @return the transactionSetControlNumberUpperBound value */ @@ -493,7 +493,7 @@ public int transactionSetControlNumberUpperBound() { } /** - * Set the transactionSetControlNumberUpperBound value. + * Set the transaction set control number upper bound. * * @param transactionSetControlNumberUpperBound the transactionSetControlNumberUpperBound value to set * @return the X12EnvelopeSettings object itself. @@ -504,7 +504,7 @@ public X12EnvelopeSettings withTransactionSetControlNumberUpperBound(int transac } /** - * Get the rolloverTransactionSetControlNumber value. + * Get the value indicating whether to rollover transaction set control number. * * @return the rolloverTransactionSetControlNumber value */ @@ -513,7 +513,7 @@ public boolean rolloverTransactionSetControlNumber() { } /** - * Set the rolloverTransactionSetControlNumber value. + * Set the value indicating whether to rollover transaction set control number. * * @param rolloverTransactionSetControlNumber the rolloverTransactionSetControlNumber value to set * @return the X12EnvelopeSettings object itself. @@ -524,7 +524,7 @@ public X12EnvelopeSettings withRolloverTransactionSetControlNumber(boolean rollo } /** - * Get the transactionSetControlNumberPrefix value. + * Get the transaction set control number prefix. * * @return the transactionSetControlNumberPrefix value */ @@ -533,7 +533,7 @@ public String transactionSetControlNumberPrefix() { } /** - * Set the transactionSetControlNumberPrefix value. + * Set the transaction set control number prefix. * * @param transactionSetControlNumberPrefix the transactionSetControlNumberPrefix value to set * @return the X12EnvelopeSettings object itself. @@ -544,7 +544,7 @@ public X12EnvelopeSettings withTransactionSetControlNumberPrefix(String transact } /** - * Get the transactionSetControlNumberSuffix value. + * Get the transaction set control number suffix. * * @return the transactionSetControlNumberSuffix value */ @@ -553,7 +553,7 @@ public String transactionSetControlNumberSuffix() { } /** - * Set the transactionSetControlNumberSuffix value. + * Set the transaction set control number suffix. * * @param transactionSetControlNumberSuffix the transactionSetControlNumberSuffix value to set * @return the X12EnvelopeSettings object itself. @@ -564,7 +564,7 @@ public X12EnvelopeSettings withTransactionSetControlNumberSuffix(String transact } /** - * Get the overwriteExistingTransactionSetControlNumber value. + * Get the value indicating whether to overwrite existing transaction set control number. * * @return the overwriteExistingTransactionSetControlNumber value */ @@ -573,7 +573,7 @@ public boolean overwriteExistingTransactionSetControlNumber() { } /** - * Set the overwriteExistingTransactionSetControlNumber value. + * Set the value indicating whether to overwrite existing transaction set control number. * * @param overwriteExistingTransactionSetControlNumber the overwriteExistingTransactionSetControlNumber value to set * @return the X12EnvelopeSettings object itself. @@ -584,7 +584,7 @@ public X12EnvelopeSettings withOverwriteExistingTransactionSetControlNumber(bool } /** - * Get the groupHeaderDateFormat value. + * Get the group header date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'. * * @return the groupHeaderDateFormat value */ @@ -593,7 +593,7 @@ public X12DateFormat groupHeaderDateFormat() { } /** - * Set the groupHeaderDateFormat value. + * Set the group header date format. Possible values include: 'NotSpecified', 'CCYYMMDD', 'YYMMDD'. * * @param groupHeaderDateFormat the groupHeaderDateFormat value to set * @return the X12EnvelopeSettings object itself. @@ -604,7 +604,7 @@ public X12EnvelopeSettings withGroupHeaderDateFormat(X12DateFormat groupHeaderDa } /** - * Get the groupHeaderTimeFormat value. + * Get the group header time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'. * * @return the groupHeaderTimeFormat value */ @@ -613,7 +613,7 @@ public X12TimeFormat groupHeaderTimeFormat() { } /** - * Set the groupHeaderTimeFormat value. + * Set the group header time format. Possible values include: 'NotSpecified', 'HHMM', 'HHMMSS', 'HHMMSSdd', 'HHMMSSd'. * * @param groupHeaderTimeFormat the groupHeaderTimeFormat value to set * @return the X12EnvelopeSettings object itself. @@ -624,7 +624,7 @@ public X12EnvelopeSettings withGroupHeaderTimeFormat(X12TimeFormat groupHeaderTi } /** - * Get the usageIndicator value. + * Get the usage indicator. Possible values include: 'NotSpecified', 'Test', 'Information', 'Production'. * * @return the usageIndicator value */ @@ -633,7 +633,7 @@ public UsageIndicator usageIndicator() { } /** - * Set the usageIndicator value. + * Set the usage indicator. Possible values include: 'NotSpecified', 'Test', 'Information', 'Production'. * * @param usageIndicator the usageIndicator value to set * @return the X12EnvelopeSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12FramingSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12FramingSettings.java index 55efd31181d14..aa25954111e29 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12FramingSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12FramingSettings.java @@ -59,7 +59,7 @@ public class X12FramingSettings { private SegmentTerminatorSuffix segmentTerminatorSuffix; /** - * Get the dataElementSeparator value. + * Get the data element separator. * * @return the dataElementSeparator value */ @@ -68,7 +68,7 @@ public int dataElementSeparator() { } /** - * Set the dataElementSeparator value. + * Set the data element separator. * * @param dataElementSeparator the dataElementSeparator value to set * @return the X12FramingSettings object itself. @@ -79,7 +79,7 @@ public X12FramingSettings withDataElementSeparator(int dataElementSeparator) { } /** - * Get the componentSeparator value. + * Get the component separator. * * @return the componentSeparator value */ @@ -88,7 +88,7 @@ public int componentSeparator() { } /** - * Set the componentSeparator value. + * Set the component separator. * * @param componentSeparator the componentSeparator value to set * @return the X12FramingSettings object itself. @@ -99,7 +99,7 @@ public X12FramingSettings withComponentSeparator(int componentSeparator) { } /** - * Get the replaceSeparatorsInPayload value. + * Get the value indicating whether to replace separators in payload. * * @return the replaceSeparatorsInPayload value */ @@ -108,7 +108,7 @@ public boolean replaceSeparatorsInPayload() { } /** - * Set the replaceSeparatorsInPayload value. + * Set the value indicating whether to replace separators in payload. * * @param replaceSeparatorsInPayload the replaceSeparatorsInPayload value to set * @return the X12FramingSettings object itself. @@ -119,7 +119,7 @@ public X12FramingSettings withReplaceSeparatorsInPayload(boolean replaceSeparato } /** - * Get the replaceCharacter value. + * Get the replacement character. * * @return the replaceCharacter value */ @@ -128,7 +128,7 @@ public int replaceCharacter() { } /** - * Set the replaceCharacter value. + * Set the replacement character. * * @param replaceCharacter the replaceCharacter value to set * @return the X12FramingSettings object itself. @@ -139,7 +139,7 @@ public X12FramingSettings withReplaceCharacter(int replaceCharacter) { } /** - * Get the segmentTerminator value. + * Get the segment terminator. * * @return the segmentTerminator value */ @@ -148,7 +148,7 @@ public int segmentTerminator() { } /** - * Set the segmentTerminator value. + * Set the segment terminator. * * @param segmentTerminator the segmentTerminator value to set * @return the X12FramingSettings object itself. @@ -159,7 +159,7 @@ public X12FramingSettings withSegmentTerminator(int segmentTerminator) { } /** - * Get the characterSet value. + * Get the X12 character set. Possible values include: 'NotSpecified', 'Basic', 'Extended', 'UTF8'. * * @return the characterSet value */ @@ -168,7 +168,7 @@ public X12CharacterSet characterSet() { } /** - * Set the characterSet value. + * Set the X12 character set. Possible values include: 'NotSpecified', 'Basic', 'Extended', 'UTF8'. * * @param characterSet the characterSet value to set * @return the X12FramingSettings object itself. @@ -179,7 +179,7 @@ public X12FramingSettings withCharacterSet(X12CharacterSet characterSet) { } /** - * Get the segmentTerminatorSuffix value. + * Get the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @return the segmentTerminatorSuffix value */ @@ -188,7 +188,7 @@ public SegmentTerminatorSuffix segmentTerminatorSuffix() { } /** - * Set the segmentTerminatorSuffix value. + * Set the segment terminator suffix. Possible values include: 'NotSpecified', 'None', 'CR', 'LF', 'CRLF'. * * @param segmentTerminatorSuffix the segmentTerminatorSuffix value to set * @return the X12FramingSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageFilter.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageFilter.java index 34f0725de3d89..4b897a1d05879 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageFilter.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageFilter.java @@ -22,7 +22,7 @@ public class X12MessageFilter { private MessageFilterType messageFilterType; /** - * Get the messageFilterType value. + * Get the message filter type. Possible values include: 'NotSpecified', 'Include', 'Exclude'. * * @return the messageFilterType value */ @@ -31,7 +31,7 @@ public MessageFilterType messageFilterType() { } /** - * Set the messageFilterType value. + * Set the message filter type. Possible values include: 'NotSpecified', 'Include', 'Exclude'. * * @param messageFilterType the messageFilterType value to set * @return the X12MessageFilter object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageIdentifier.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageIdentifier.java index 8f5de1419cbab..f5bb39348da20 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageIdentifier.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12MessageIdentifier.java @@ -21,7 +21,7 @@ public class X12MessageIdentifier { private String messageId; /** - * Get the messageId value. + * Get the message id. * * @return the messageId value */ @@ -30,7 +30,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id. * * @param messageId the messageId value to set * @return the X12MessageIdentifier object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12OneWayAgreement.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12OneWayAgreement.java index e5cc474834c89..e7ac1d0443349 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12OneWayAgreement.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12OneWayAgreement.java @@ -33,7 +33,7 @@ public class X12OneWayAgreement { private X12ProtocolSettings protocolSettings; /** - * Get the senderBusinessIdentity value. + * Get the sender business identity. * * @return the senderBusinessIdentity value */ @@ -42,7 +42,7 @@ public BusinessIdentity senderBusinessIdentity() { } /** - * Set the senderBusinessIdentity value. + * Set the sender business identity. * * @param senderBusinessIdentity the senderBusinessIdentity value to set * @return the X12OneWayAgreement object itself. @@ -53,7 +53,7 @@ public X12OneWayAgreement withSenderBusinessIdentity(BusinessIdentity senderBusi } /** - * Get the receiverBusinessIdentity value. + * Get the receiver business identity. * * @return the receiverBusinessIdentity value */ @@ -62,7 +62,7 @@ public BusinessIdentity receiverBusinessIdentity() { } /** - * Set the receiverBusinessIdentity value. + * Set the receiver business identity. * * @param receiverBusinessIdentity the receiverBusinessIdentity value to set * @return the X12OneWayAgreement object itself. @@ -73,7 +73,7 @@ public X12OneWayAgreement withReceiverBusinessIdentity(BusinessIdentity receiver } /** - * Get the protocolSettings value. + * Get the X12 protocol settings. * * @return the protocolSettings value */ @@ -82,7 +82,7 @@ public X12ProtocolSettings protocolSettings() { } /** - * Set the protocolSettings value. + * Set the X12 protocol settings. * * @param protocolSettings the protocolSettings value to set * @return the X12OneWayAgreement object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProcessingSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProcessingSettings.java index 370fbe8447328..9bf2c4b64c5c4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProcessingSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProcessingSettings.java @@ -53,7 +53,7 @@ public class X12ProcessingSettings { private boolean useDotAsDecimalSeparator; /** - * Get the maskSecurityInfo value. + * Get the value indicating whether to mask security information. * * @return the maskSecurityInfo value */ @@ -62,7 +62,7 @@ public boolean maskSecurityInfo() { } /** - * Set the maskSecurityInfo value. + * Set the value indicating whether to mask security information. * * @param maskSecurityInfo the maskSecurityInfo value to set * @return the X12ProcessingSettings object itself. @@ -73,7 +73,7 @@ public X12ProcessingSettings withMaskSecurityInfo(boolean maskSecurityInfo) { } /** - * Get the convertImpliedDecimal value. + * Get the value indicating whether to convert numerical type to implied decimal. * * @return the convertImpliedDecimal value */ @@ -82,7 +82,7 @@ public boolean convertImpliedDecimal() { } /** - * Set the convertImpliedDecimal value. + * Set the value indicating whether to convert numerical type to implied decimal. * * @param convertImpliedDecimal the convertImpliedDecimal value to set * @return the X12ProcessingSettings object itself. @@ -93,7 +93,7 @@ public X12ProcessingSettings withConvertImpliedDecimal(boolean convertImpliedDec } /** - * Get the preserveInterchange value. + * Get the value indicating whether to preserve interchange. * * @return the preserveInterchange value */ @@ -102,7 +102,7 @@ public boolean preserveInterchange() { } /** - * Set the preserveInterchange value. + * Set the value indicating whether to preserve interchange. * * @param preserveInterchange the preserveInterchange value to set * @return the X12ProcessingSettings object itself. @@ -113,7 +113,7 @@ public X12ProcessingSettings withPreserveInterchange(boolean preserveInterchange } /** - * Get the suspendInterchangeOnError value. + * Get the value indicating whether to suspend interchange on error. * * @return the suspendInterchangeOnError value */ @@ -122,7 +122,7 @@ public boolean suspendInterchangeOnError() { } /** - * Set the suspendInterchangeOnError value. + * Set the value indicating whether to suspend interchange on error. * * @param suspendInterchangeOnError the suspendInterchangeOnError value to set * @return the X12ProcessingSettings object itself. @@ -133,7 +133,7 @@ public X12ProcessingSettings withSuspendInterchangeOnError(boolean suspendInterc } /** - * Get the createEmptyXmlTagsForTrailingSeparators value. + * Get the value indicating whether to create empty xml tags for trailing separators. * * @return the createEmptyXmlTagsForTrailingSeparators value */ @@ -142,7 +142,7 @@ public boolean createEmptyXmlTagsForTrailingSeparators() { } /** - * Set the createEmptyXmlTagsForTrailingSeparators value. + * Set the value indicating whether to create empty xml tags for trailing separators. * * @param createEmptyXmlTagsForTrailingSeparators the createEmptyXmlTagsForTrailingSeparators value to set * @return the X12ProcessingSettings object itself. @@ -153,7 +153,7 @@ public X12ProcessingSettings withCreateEmptyXmlTagsForTrailingSeparators(boolean } /** - * Get the useDotAsDecimalSeparator value. + * Get the value indicating whether to use dot as decimal separator. * * @return the useDotAsDecimalSeparator value */ @@ -162,7 +162,7 @@ public boolean useDotAsDecimalSeparator() { } /** - * Set the useDotAsDecimalSeparator value. + * Set the value indicating whether to use dot as decimal separator. * * @param useDotAsDecimalSeparator the useDotAsDecimalSeparator value to set * @return the X12ProcessingSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProtocolSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProtocolSettings.java index cf1eea90337f7..f54ffcb912cb2 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProtocolSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ProtocolSettings.java @@ -88,7 +88,7 @@ public class X12ProtocolSettings { private List x12DelimiterOverrides; /** - * Get the validationSettings value. + * Get the X12 validation settings. * * @return the validationSettings value */ @@ -97,7 +97,7 @@ public X12ValidationSettings validationSettings() { } /** - * Set the validationSettings value. + * Set the X12 validation settings. * * @param validationSettings the validationSettings value to set * @return the X12ProtocolSettings object itself. @@ -108,7 +108,7 @@ public X12ProtocolSettings withValidationSettings(X12ValidationSettings validati } /** - * Get the framingSettings value. + * Get the X12 framing settings. * * @return the framingSettings value */ @@ -117,7 +117,7 @@ public X12FramingSettings framingSettings() { } /** - * Set the framingSettings value. + * Set the X12 framing settings. * * @param framingSettings the framingSettings value to set * @return the X12ProtocolSettings object itself. @@ -128,7 +128,7 @@ public X12ProtocolSettings withFramingSettings(X12FramingSettings framingSetting } /** - * Get the envelopeSettings value. + * Get the X12 envelope settings. * * @return the envelopeSettings value */ @@ -137,7 +137,7 @@ public X12EnvelopeSettings envelopeSettings() { } /** - * Set the envelopeSettings value. + * Set the X12 envelope settings. * * @param envelopeSettings the envelopeSettings value to set * @return the X12ProtocolSettings object itself. @@ -148,7 +148,7 @@ public X12ProtocolSettings withEnvelopeSettings(X12EnvelopeSettings envelopeSett } /** - * Get the acknowledgementSettings value. + * Get the X12 acknowledgment settings. * * @return the acknowledgementSettings value */ @@ -157,7 +157,7 @@ public X12AcknowledgementSettings acknowledgementSettings() { } /** - * Set the acknowledgementSettings value. + * Set the X12 acknowledgment settings. * * @param acknowledgementSettings the acknowledgementSettings value to set * @return the X12ProtocolSettings object itself. @@ -168,7 +168,7 @@ public X12ProtocolSettings withAcknowledgementSettings(X12AcknowledgementSetting } /** - * Get the messageFilter value. + * Get the X12 message filter. * * @return the messageFilter value */ @@ -177,7 +177,7 @@ public X12MessageFilter messageFilter() { } /** - * Set the messageFilter value. + * Set the X12 message filter. * * @param messageFilter the messageFilter value to set * @return the X12ProtocolSettings object itself. @@ -188,7 +188,7 @@ public X12ProtocolSettings withMessageFilter(X12MessageFilter messageFilter) { } /** - * Get the securitySettings value. + * Get the X12 security settings. * * @return the securitySettings value */ @@ -197,7 +197,7 @@ public X12SecuritySettings securitySettings() { } /** - * Set the securitySettings value. + * Set the X12 security settings. * * @param securitySettings the securitySettings value to set * @return the X12ProtocolSettings object itself. @@ -208,7 +208,7 @@ public X12ProtocolSettings withSecuritySettings(X12SecuritySettings securitySett } /** - * Get the processingSettings value. + * Get the X12 processing settings. * * @return the processingSettings value */ @@ -217,7 +217,7 @@ public X12ProcessingSettings processingSettings() { } /** - * Set the processingSettings value. + * Set the X12 processing settings. * * @param processingSettings the processingSettings value to set * @return the X12ProtocolSettings object itself. @@ -228,7 +228,7 @@ public X12ProtocolSettings withProcessingSettings(X12ProcessingSettings processi } /** - * Get the envelopeOverrides value. + * Get the X12 envelope override settings. * * @return the envelopeOverrides value */ @@ -237,7 +237,7 @@ public List envelopeOverrides() { } /** - * Set the envelopeOverrides value. + * Set the X12 envelope override settings. * * @param envelopeOverrides the envelopeOverrides value to set * @return the X12ProtocolSettings object itself. @@ -248,7 +248,7 @@ public X12ProtocolSettings withEnvelopeOverrides(List envel } /** - * Get the validationOverrides value. + * Get the X12 validation override settings. * * @return the validationOverrides value */ @@ -257,7 +257,7 @@ public List validationOverrides() { } /** - * Set the validationOverrides value. + * Set the X12 validation override settings. * * @param validationOverrides the validationOverrides value to set * @return the X12ProtocolSettings object itself. @@ -268,7 +268,7 @@ public X12ProtocolSettings withValidationOverrides(List v } /** - * Get the messageFilterList value. + * Get the X12 message filter list. * * @return the messageFilterList value */ @@ -277,7 +277,7 @@ public List messageFilterList() { } /** - * Set the messageFilterList value. + * Set the X12 message filter list. * * @param messageFilterList the messageFilterList value to set * @return the X12ProtocolSettings object itself. @@ -288,7 +288,7 @@ public X12ProtocolSettings withMessageFilterList(List mess } /** - * Get the schemaReferences value. + * Get the X12 schema references. * * @return the schemaReferences value */ @@ -297,7 +297,7 @@ public List schemaReferences() { } /** - * Set the schemaReferences value. + * Set the X12 schema references. * * @param schemaReferences the schemaReferences value to set * @return the X12ProtocolSettings object itself. @@ -308,7 +308,7 @@ public X12ProtocolSettings withSchemaReferences(List schemaR } /** - * Get the x12DelimiterOverrides value. + * Get the X12 delimiter override settings. * * @return the x12DelimiterOverrides value */ @@ -317,7 +317,7 @@ public List x12DelimiterOverrides() { } /** - * Set the x12DelimiterOverrides value. + * Set the X12 delimiter override settings. * * @param x12DelimiterOverrides the x12DelimiterOverrides value to set * @return the X12ProtocolSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SchemaReference.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SchemaReference.java index ebe75c84dc3a8..47fdfe0469a71 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SchemaReference.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SchemaReference.java @@ -39,7 +39,7 @@ public class X12SchemaReference { private String schemaName; /** - * Get the messageId value. + * Get the message id. * * @return the messageId value */ @@ -48,7 +48,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id. * * @param messageId the messageId value to set * @return the X12SchemaReference object itself. @@ -59,7 +59,7 @@ public X12SchemaReference withMessageId(String messageId) { } /** - * Get the senderApplicationId value. + * Get the sender application id. * * @return the senderApplicationId value */ @@ -68,7 +68,7 @@ public String senderApplicationId() { } /** - * Set the senderApplicationId value. + * Set the sender application id. * * @param senderApplicationId the senderApplicationId value to set * @return the X12SchemaReference object itself. @@ -79,7 +79,7 @@ public X12SchemaReference withSenderApplicationId(String senderApplicationId) { } /** - * Get the schemaVersion value. + * Get the schema version. * * @return the schemaVersion value */ @@ -88,7 +88,7 @@ public String schemaVersion() { } /** - * Set the schemaVersion value. + * Set the schema version. * * @param schemaVersion the schemaVersion value to set * @return the X12SchemaReference object itself. @@ -99,7 +99,7 @@ public X12SchemaReference withSchemaVersion(String schemaVersion) { } /** - * Get the schemaName value. + * Get the schema name. * * @return the schemaName value */ @@ -108,7 +108,7 @@ public String schemaName() { } /** - * Set the schemaName value. + * Set the schema name. * * @param schemaName the schemaName value to set * @return the X12SchemaReference object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SecuritySettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SecuritySettings.java index defc01590cf6d..99c0ad5409270 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SecuritySettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12SecuritySettings.java @@ -39,7 +39,7 @@ public class X12SecuritySettings { private String passwordValue; /** - * Get the authorizationQualifier value. + * Get the authorization qualifier. * * @return the authorizationQualifier value */ @@ -48,7 +48,7 @@ public String authorizationQualifier() { } /** - * Set the authorizationQualifier value. + * Set the authorization qualifier. * * @param authorizationQualifier the authorizationQualifier value to set * @return the X12SecuritySettings object itself. @@ -59,7 +59,7 @@ public X12SecuritySettings withAuthorizationQualifier(String authorizationQualif } /** - * Get the authorizationValue value. + * Get the authorization value. * * @return the authorizationValue value */ @@ -68,7 +68,7 @@ public String authorizationValue() { } /** - * Set the authorizationValue value. + * Set the authorization value. * * @param authorizationValue the authorizationValue value to set * @return the X12SecuritySettings object itself. @@ -79,7 +79,7 @@ public X12SecuritySettings withAuthorizationValue(String authorizationValue) { } /** - * Get the securityQualifier value. + * Get the security qualifier. * * @return the securityQualifier value */ @@ -88,7 +88,7 @@ public String securityQualifier() { } /** - * Set the securityQualifier value. + * Set the security qualifier. * * @param securityQualifier the securityQualifier value to set * @return the X12SecuritySettings object itself. @@ -99,7 +99,7 @@ public X12SecuritySettings withSecurityQualifier(String securityQualifier) { } /** - * Get the passwordValue value. + * Get the password value. * * @return the passwordValue value */ @@ -108,7 +108,7 @@ public String passwordValue() { } /** - * Set the passwordValue value. + * Set the password value. * * @param passwordValue the passwordValue value to set * @return the X12SecuritySettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationOverride.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationOverride.java index 933690f6e4890..9cb8ed729101a 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationOverride.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationOverride.java @@ -60,7 +60,7 @@ public class X12ValidationOverride { private TrailingSeparatorPolicy trailingSeparatorPolicy; /** - * Get the messageId value. + * Get the message id on which the validation settings has to be applied. * * @return the messageId value */ @@ -69,7 +69,7 @@ public String messageId() { } /** - * Set the messageId value. + * Set the message id on which the validation settings has to be applied. * * @param messageId the messageId value to set * @return the X12ValidationOverride object itself. @@ -80,7 +80,7 @@ public X12ValidationOverride withMessageId(String messageId) { } /** - * Get the validateEdiTypes value. + * Get the value indicating whether to validate EDI types. * * @return the validateEdiTypes value */ @@ -89,7 +89,7 @@ public boolean validateEdiTypes() { } /** - * Set the validateEdiTypes value. + * Set the value indicating whether to validate EDI types. * * @param validateEdiTypes the validateEdiTypes value to set * @return the X12ValidationOverride object itself. @@ -100,7 +100,7 @@ public X12ValidationOverride withValidateEdiTypes(boolean validateEdiTypes) { } /** - * Get the validateXsdTypes value. + * Get the value indicating whether to validate XSD types. * * @return the validateXsdTypes value */ @@ -109,7 +109,7 @@ public boolean validateXsdTypes() { } /** - * Set the validateXsdTypes value. + * Set the value indicating whether to validate XSD types. * * @param validateXsdTypes the validateXsdTypes value to set * @return the X12ValidationOverride object itself. @@ -120,7 +120,7 @@ public X12ValidationOverride withValidateXsdTypes(boolean validateXsdTypes) { } /** - * Get the allowLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to allow leading and trailing spaces and zeroes. * * @return the allowLeadingAndTrailingSpacesAndZeroes value */ @@ -129,7 +129,7 @@ public boolean allowLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the allowLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to allow leading and trailing spaces and zeroes. * * @param allowLeadingAndTrailingSpacesAndZeroes the allowLeadingAndTrailingSpacesAndZeroes value to set * @return the X12ValidationOverride object itself. @@ -140,7 +140,7 @@ public X12ValidationOverride withAllowLeadingAndTrailingSpacesAndZeroes(boolean } /** - * Get the validateCharacterSet value. + * Get the value indicating whether to validate character Set. * * @return the validateCharacterSet value */ @@ -149,7 +149,7 @@ public boolean validateCharacterSet() { } /** - * Set the validateCharacterSet value. + * Set the value indicating whether to validate character Set. * * @param validateCharacterSet the validateCharacterSet value to set * @return the X12ValidationOverride object itself. @@ -160,7 +160,7 @@ public X12ValidationOverride withValidateCharacterSet(boolean validateCharacterS } /** - * Get the trimLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to trim leading and trailing spaces and zeroes. * * @return the trimLeadingAndTrailingSpacesAndZeroes value */ @@ -169,7 +169,7 @@ public boolean trimLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the trimLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to trim leading and trailing spaces and zeroes. * * @param trimLeadingAndTrailingSpacesAndZeroes the trimLeadingAndTrailingSpacesAndZeroes value to set * @return the X12ValidationOverride object itself. @@ -180,7 +180,7 @@ public X12ValidationOverride withTrimLeadingAndTrailingSpacesAndZeroes(boolean t } /** - * Get the trailingSeparatorPolicy value. + * Get the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @return the trailingSeparatorPolicy value */ @@ -189,7 +189,7 @@ public TrailingSeparatorPolicy trailingSeparatorPolicy() { } /** - * Set the trailingSeparatorPolicy value. + * Set the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @param trailingSeparatorPolicy the trailingSeparatorPolicy value to set * @return the X12ValidationOverride object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationSettings.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationSettings.java index 2ac13bfe35e69..f41a124be0507 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationSettings.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/X12ValidationSettings.java @@ -81,7 +81,7 @@ public class X12ValidationSettings { private TrailingSeparatorPolicy trailingSeparatorPolicy; /** - * Get the validateCharacterSet value. + * Get the value indicating whether to validate character set in the message. * * @return the validateCharacterSet value */ @@ -90,7 +90,7 @@ public boolean validateCharacterSet() { } /** - * Set the validateCharacterSet value. + * Set the value indicating whether to validate character set in the message. * * @param validateCharacterSet the validateCharacterSet value to set * @return the X12ValidationSettings object itself. @@ -101,7 +101,7 @@ public X12ValidationSettings withValidateCharacterSet(boolean validateCharacterS } /** - * Get the checkDuplicateInterchangeControlNumber value. + * Get the value indicating whether to check for duplicate interchange control number. * * @return the checkDuplicateInterchangeControlNumber value */ @@ -110,7 +110,7 @@ public boolean checkDuplicateInterchangeControlNumber() { } /** - * Set the checkDuplicateInterchangeControlNumber value. + * Set the value indicating whether to check for duplicate interchange control number. * * @param checkDuplicateInterchangeControlNumber the checkDuplicateInterchangeControlNumber value to set * @return the X12ValidationSettings object itself. @@ -121,7 +121,7 @@ public X12ValidationSettings withCheckDuplicateInterchangeControlNumber(boolean } /** - * Get the interchangeControlNumberValidityDays value. + * Get the validity period of interchange control number. * * @return the interchangeControlNumberValidityDays value */ @@ -130,7 +130,7 @@ public int interchangeControlNumberValidityDays() { } /** - * Set the interchangeControlNumberValidityDays value. + * Set the validity period of interchange control number. * * @param interchangeControlNumberValidityDays the interchangeControlNumberValidityDays value to set * @return the X12ValidationSettings object itself. @@ -141,7 +141,7 @@ public X12ValidationSettings withInterchangeControlNumberValidityDays(int interc } /** - * Get the checkDuplicateGroupControlNumber value. + * Get the value indicating whether to check for duplicate group control number. * * @return the checkDuplicateGroupControlNumber value */ @@ -150,7 +150,7 @@ public boolean checkDuplicateGroupControlNumber() { } /** - * Set the checkDuplicateGroupControlNumber value. + * Set the value indicating whether to check for duplicate group control number. * * @param checkDuplicateGroupControlNumber the checkDuplicateGroupControlNumber value to set * @return the X12ValidationSettings object itself. @@ -161,7 +161,7 @@ public X12ValidationSettings withCheckDuplicateGroupControlNumber(boolean checkD } /** - * Get the checkDuplicateTransactionSetControlNumber value. + * Get the value indicating whether to check for duplicate transaction set control number. * * @return the checkDuplicateTransactionSetControlNumber value */ @@ -170,7 +170,7 @@ public boolean checkDuplicateTransactionSetControlNumber() { } /** - * Set the checkDuplicateTransactionSetControlNumber value. + * Set the value indicating whether to check for duplicate transaction set control number. * * @param checkDuplicateTransactionSetControlNumber the checkDuplicateTransactionSetControlNumber value to set * @return the X12ValidationSettings object itself. @@ -181,7 +181,7 @@ public X12ValidationSettings withCheckDuplicateTransactionSetControlNumber(boole } /** - * Get the validateEdiTypes value. + * Get the value indicating whether to Whether to validate EDI types. * * @return the validateEdiTypes value */ @@ -190,7 +190,7 @@ public boolean validateEdiTypes() { } /** - * Set the validateEdiTypes value. + * Set the value indicating whether to Whether to validate EDI types. * * @param validateEdiTypes the validateEdiTypes value to set * @return the X12ValidationSettings object itself. @@ -201,7 +201,7 @@ public X12ValidationSettings withValidateEdiTypes(boolean validateEdiTypes) { } /** - * Get the validateXsdTypes value. + * Get the value indicating whether to Whether to validate XSD types. * * @return the validateXsdTypes value */ @@ -210,7 +210,7 @@ public boolean validateXsdTypes() { } /** - * Set the validateXsdTypes value. + * Set the value indicating whether to Whether to validate XSD types. * * @param validateXsdTypes the validateXsdTypes value to set * @return the X12ValidationSettings object itself. @@ -221,7 +221,7 @@ public X12ValidationSettings withValidateXsdTypes(boolean validateXsdTypes) { } /** - * Get the allowLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to allow leading and trailing spaces and zeroes. * * @return the allowLeadingAndTrailingSpacesAndZeroes value */ @@ -230,7 +230,7 @@ public boolean allowLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the allowLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to allow leading and trailing spaces and zeroes. * * @param allowLeadingAndTrailingSpacesAndZeroes the allowLeadingAndTrailingSpacesAndZeroes value to set * @return the X12ValidationSettings object itself. @@ -241,7 +241,7 @@ public X12ValidationSettings withAllowLeadingAndTrailingSpacesAndZeroes(boolean } /** - * Get the trimLeadingAndTrailingSpacesAndZeroes value. + * Get the value indicating whether to trim leading and trailing spaces and zeroes. * * @return the trimLeadingAndTrailingSpacesAndZeroes value */ @@ -250,7 +250,7 @@ public boolean trimLeadingAndTrailingSpacesAndZeroes() { } /** - * Set the trimLeadingAndTrailingSpacesAndZeroes value. + * Set the value indicating whether to trim leading and trailing spaces and zeroes. * * @param trimLeadingAndTrailingSpacesAndZeroes the trimLeadingAndTrailingSpacesAndZeroes value to set * @return the X12ValidationSettings object itself. @@ -261,7 +261,7 @@ public X12ValidationSettings withTrimLeadingAndTrailingSpacesAndZeroes(boolean t } /** - * Get the trailingSeparatorPolicy value. + * Get the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @return the trailingSeparatorPolicy value */ @@ -270,7 +270,7 @@ public TrailingSeparatorPolicy trailingSeparatorPolicy() { } /** - * Set the trailingSeparatorPolicy value. + * Set the trailing separator policy. Possible values include: 'NotSpecified', 'NotAllowed', 'Optional', 'Mandatory'. * * @param trailingSeparatorPolicy the trailingSeparatorPolicy value to set * @return the X12ValidationSettings object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsImpl.java index b16ec0ffdea33..32594e05ad744 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsImpl.java @@ -56,41 +56,22 @@ public WorkflowTriggerCallbackUrl call(WorkflowTriggerCallbackUrlInner inner) { }); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - AgreementsInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { AgreementsInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountAgreement call(IntegrationAccountAgreementInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsInner.java index d2e079b8a6a31..0080f7888344b 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AgreementsInner.java @@ -213,7 +213,7 @@ public Observable>> call( * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: AgreementType. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -235,7 +235,7 @@ public Page nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: AgreementType. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -258,7 +258,7 @@ public Observable>> call( * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: AgreementType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<IntegrationAccountAgreementInner> object */ @@ -278,7 +278,7 @@ public Page call(ServiceResponse>> call( ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param integrationAccountName The integration account name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: AgreementType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<IntegrationAccountAgreementInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AssemblyDefinitionInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AssemblyDefinitionInner.java index f620ed60f6182..90521a0e67e56 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AssemblyDefinitionInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/AssemblyDefinitionInner.java @@ -25,7 +25,7 @@ public class AssemblyDefinitionInner extends Resource { private AssemblyProperties properties; /** - * Get the properties value. + * Get the assembly properties. * * @return the properties value */ @@ -34,7 +34,7 @@ public AssemblyProperties properties() { } /** - * Set the properties value. + * Set the assembly properties. * * @param properties the properties value to set * @return the AssemblyDefinitionInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/BatchConfigurationInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/BatchConfigurationInner.java index 6f61266df0139..4a9c10e3d60f0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/BatchConfigurationInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/BatchConfigurationInner.java @@ -25,7 +25,7 @@ public class BatchConfigurationInner extends Resource { private BatchConfigurationProperties properties; /** - * Get the properties value. + * Get the batch configuration properties. * * @return the properties value */ @@ -34,7 +34,7 @@ public BatchConfigurationProperties properties() { } /** - * Set the properties value. + * Set the batch configuration properties. * * @param properties the properties value to set * @return the BatchConfigurationInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CallbackUrlInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CallbackUrlInner.java index feb71a93295fa..749f90167396b 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CallbackUrlInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CallbackUrlInner.java @@ -21,7 +21,7 @@ public class CallbackUrlInner { private String value; /** - * Get the value value. + * Get the URL value. * * @return the value value */ @@ -30,7 +30,7 @@ public String value() { } /** - * Set the value value. + * Set the URL value. * * @param value the value value to set * @return the CallbackUrlInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CertificatesImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CertificatesImpl.java index a6fcaae05a971..59a6ca03b81aa 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CertificatesImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/CertificatesImpl.java @@ -42,41 +42,22 @@ private IntegrationAccountCertificateImpl wrapModel(String name) { return new IntegrationAccountCertificateImpl(name, this.manager()); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - CertificatesInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { CertificatesInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountCertificate call(IntegrationAccountCertificateInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/ExpressionRootInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/ExpressionRootInner.java index de5c0c11efd4e..d95d706e9d432 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/ExpressionRootInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/ExpressionRootInner.java @@ -22,7 +22,7 @@ public class ExpressionRootInner extends Expression { private String path; /** - * Get the path value. + * Get the path. * * @return the path value */ @@ -31,7 +31,7 @@ public String path() { } /** - * Set the path value. + * Set the path. * * @param path the path value to set * @return the ExpressionRootInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountAgreementInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountAgreementInner.java index 25533761a9fa0..696ebe56c17b7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountAgreementInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountAgreementInner.java @@ -81,7 +81,7 @@ public class IntegrationAccountAgreementInner extends Resource { private AgreementContent content; /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -90,7 +90,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -99,7 +99,7 @@ public DateTime changedTime() { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -108,7 +108,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the IntegrationAccountAgreementInner object itself. @@ -119,7 +119,7 @@ public IntegrationAccountAgreementInner withMetadata(Object metadata) { } /** - * Get the agreementType value. + * Get the agreement type. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'. * * @return the agreementType value */ @@ -128,7 +128,7 @@ public AgreementType agreementType() { } /** - * Set the agreementType value. + * Set the agreement type. Possible values include: 'NotSpecified', 'AS2', 'X12', 'Edifact'. * * @param agreementType the agreementType value to set * @return the IntegrationAccountAgreementInner object itself. @@ -139,7 +139,7 @@ public IntegrationAccountAgreementInner withAgreementType(AgreementType agreemen } /** - * Get the hostPartner value. + * Get the integration account partner that is set as host partner for this agreement. * * @return the hostPartner value */ @@ -148,7 +148,7 @@ public String hostPartner() { } /** - * Set the hostPartner value. + * Set the integration account partner that is set as host partner for this agreement. * * @param hostPartner the hostPartner value to set * @return the IntegrationAccountAgreementInner object itself. @@ -159,7 +159,7 @@ public IntegrationAccountAgreementInner withHostPartner(String hostPartner) { } /** - * Get the guestPartner value. + * Get the integration account partner that is set as guest partner for this agreement. * * @return the guestPartner value */ @@ -168,7 +168,7 @@ public String guestPartner() { } /** - * Set the guestPartner value. + * Set the integration account partner that is set as guest partner for this agreement. * * @param guestPartner the guestPartner value to set * @return the IntegrationAccountAgreementInner object itself. @@ -179,7 +179,7 @@ public IntegrationAccountAgreementInner withGuestPartner(String guestPartner) { } /** - * Get the hostIdentity value. + * Get the business identity of the host partner. * * @return the hostIdentity value */ @@ -188,7 +188,7 @@ public BusinessIdentity hostIdentity() { } /** - * Set the hostIdentity value. + * Set the business identity of the host partner. * * @param hostIdentity the hostIdentity value to set * @return the IntegrationAccountAgreementInner object itself. @@ -199,7 +199,7 @@ public IntegrationAccountAgreementInner withHostIdentity(BusinessIdentity hostId } /** - * Get the guestIdentity value. + * Get the business identity of the guest partner. * * @return the guestIdentity value */ @@ -208,7 +208,7 @@ public BusinessIdentity guestIdentity() { } /** - * Set the guestIdentity value. + * Set the business identity of the guest partner. * * @param guestIdentity the guestIdentity value to set * @return the IntegrationAccountAgreementInner object itself. @@ -219,7 +219,7 @@ public IntegrationAccountAgreementInner withGuestIdentity(BusinessIdentity guest } /** - * Get the content value. + * Get the agreement content. * * @return the content value */ @@ -228,7 +228,7 @@ public AgreementContent content() { } /** - * Set the content value. + * Set the agreement content. * * @param content the content value to set * @return the IntegrationAccountAgreementInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountCertificateInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountCertificateInner.java index 9d58990e55ffa..2ee8fa42d03f8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountCertificateInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountCertificateInner.java @@ -52,7 +52,7 @@ public class IntegrationAccountCertificateInner extends Resource { private String publicCertificate; /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -61,7 +61,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -70,7 +70,7 @@ public DateTime changedTime() { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -79,7 +79,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the IntegrationAccountCertificateInner object itself. @@ -90,7 +90,7 @@ public IntegrationAccountCertificateInner withMetadata(Object metadata) { } /** - * Get the key value. + * Get the key details in the key vault. * * @return the key value */ @@ -99,7 +99,7 @@ public KeyVaultKeyReference key() { } /** - * Set the key value. + * Set the key details in the key vault. * * @param key the key value to set * @return the IntegrationAccountCertificateInner object itself. @@ -110,7 +110,7 @@ public IntegrationAccountCertificateInner withKey(KeyVaultKeyReference key) { } /** - * Get the publicCertificate value. + * Get the public certificate. * * @return the publicCertificate value */ @@ -119,7 +119,7 @@ public String publicCertificate() { } /** - * Set the publicCertificate value. + * Set the public certificate. * * @param publicCertificate the publicCertificate value to set * @return the IntegrationAccountCertificateInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountInner.java index bf01efd16c079..a222fcca40624 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountInner.java @@ -31,7 +31,7 @@ public class IntegrationAccountInner extends Resource { private IntegrationAccountSku sku; /** - * Get the properties value. + * Get the integration account properties. * * @return the properties value */ @@ -40,7 +40,7 @@ public Object properties() { } /** - * Set the properties value. + * Set the integration account properties. * * @param properties the properties value to set * @return the IntegrationAccountInner object itself. @@ -51,7 +51,7 @@ public IntegrationAccountInner withProperties(Object properties) { } /** - * Get the sku value. + * Get the sku. * * @return the sku value */ @@ -60,7 +60,7 @@ public IntegrationAccountSku sku() { } /** - * Set the sku value. + * Set the sku. * * @param sku the sku value to set * @return the IntegrationAccountInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountMapInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountMapInner.java index 6c55f773589dc..c50a095c38911 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountMapInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountMapInner.java @@ -72,7 +72,7 @@ public class IntegrationAccountMapInner extends Resource { private Object metadata; /** - * Get the mapType value. + * Get the map type. Possible values include: 'NotSpecified', 'Xslt'. * * @return the mapType value */ @@ -81,7 +81,7 @@ public MapType mapType() { } /** - * Set the mapType value. + * Set the map type. Possible values include: 'NotSpecified', 'Xslt'. * * @param mapType the mapType value to set * @return the IntegrationAccountMapInner object itself. @@ -92,7 +92,7 @@ public IntegrationAccountMapInner withMapType(MapType mapType) { } /** - * Get the parametersSchema value. + * Get the parameters schema of integration account map. * * @return the parametersSchema value */ @@ -101,7 +101,7 @@ public IntegrationAccountMapPropertiesParametersSchema parametersSchema() { } /** - * Set the parametersSchema value. + * Set the parameters schema of integration account map. * * @param parametersSchema the parametersSchema value to set * @return the IntegrationAccountMapInner object itself. @@ -112,7 +112,7 @@ public IntegrationAccountMapInner withParametersSchema(IntegrationAccountMapProp } /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -121,7 +121,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -130,7 +130,7 @@ public DateTime changedTime() { } /** - * Get the content value. + * Get the content. * * @return the content value */ @@ -139,7 +139,7 @@ public String content() { } /** - * Set the content value. + * Set the content. * * @param content the content value to set * @return the IntegrationAccountMapInner object itself. @@ -150,7 +150,7 @@ public IntegrationAccountMapInner withContent(String content) { } /** - * Get the contentType value. + * Get the content type. * * @return the contentType value */ @@ -159,7 +159,7 @@ public String contentType() { } /** - * Set the contentType value. + * Set the content type. * * @param contentType the contentType value to set * @return the IntegrationAccountMapInner object itself. @@ -170,7 +170,7 @@ public IntegrationAccountMapInner withContentType(String contentType) { } /** - * Get the contentLink value. + * Get the content link. * * @return the contentLink value */ @@ -179,7 +179,7 @@ public ContentLink contentLink() { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -188,7 +188,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the IntegrationAccountMapInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountPartnerInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountPartnerInner.java index b9d1192d56132..cafaa1fc0f8ca 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountPartnerInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountPartnerInner.java @@ -53,7 +53,7 @@ public class IntegrationAccountPartnerInner extends Resource { private PartnerContent content; /** - * Get the partnerType value. + * Get the partner type. Possible values include: 'NotSpecified', 'B2B'. * * @return the partnerType value */ @@ -62,7 +62,7 @@ public PartnerType partnerType() { } /** - * Set the partnerType value. + * Set the partner type. Possible values include: 'NotSpecified', 'B2B'. * * @param partnerType the partnerType value to set * @return the IntegrationAccountPartnerInner object itself. @@ -73,7 +73,7 @@ public IntegrationAccountPartnerInner withPartnerType(PartnerType partnerType) { } /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -82,7 +82,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -91,7 +91,7 @@ public DateTime changedTime() { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -100,7 +100,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the IntegrationAccountPartnerInner object itself. @@ -111,7 +111,7 @@ public IntegrationAccountPartnerInner withMetadata(Object metadata) { } /** - * Get the content value. + * Get the partner content. * * @return the content value */ @@ -120,7 +120,7 @@ public PartnerContent content() { } /** - * Set the content value. + * Set the partner content. * * @param content the content value to set * @return the IntegrationAccountPartnerInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSchemaInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSchemaInner.java index d8f86d01af888..063f6d816559d 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSchemaInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSchemaInner.java @@ -83,7 +83,7 @@ public class IntegrationAccountSchemaInner extends Resource { private ContentLink contentLink; /** - * Get the schemaType value. + * Get the schema type. Possible values include: 'NotSpecified', 'Xml'. * * @return the schemaType value */ @@ -92,7 +92,7 @@ public SchemaType schemaType() { } /** - * Set the schemaType value. + * Set the schema type. Possible values include: 'NotSpecified', 'Xml'. * * @param schemaType the schemaType value to set * @return the IntegrationAccountSchemaInner object itself. @@ -103,7 +103,7 @@ public IntegrationAccountSchemaInner withSchemaType(SchemaType schemaType) { } /** - * Get the targetNamespace value. + * Get the target namespace of the schema. * * @return the targetNamespace value */ @@ -112,7 +112,7 @@ public String targetNamespace() { } /** - * Set the targetNamespace value. + * Set the target namespace of the schema. * * @param targetNamespace the targetNamespace value to set * @return the IntegrationAccountSchemaInner object itself. @@ -123,7 +123,7 @@ public IntegrationAccountSchemaInner withTargetNamespace(String targetNamespace) } /** - * Get the documentName value. + * Get the document name. * * @return the documentName value */ @@ -132,7 +132,7 @@ public String documentName() { } /** - * Set the documentName value. + * Set the document name. * * @param documentName the documentName value to set * @return the IntegrationAccountSchemaInner object itself. @@ -143,7 +143,7 @@ public IntegrationAccountSchemaInner withDocumentName(String documentName) { } /** - * Get the fileName value. + * Get the file name. * * @return the fileName value */ @@ -152,7 +152,7 @@ public String fileName() { } /** - * Set the fileName value. + * Set the file name. * * @param fileName the fileName value to set * @return the IntegrationAccountSchemaInner object itself. @@ -163,7 +163,7 @@ public IntegrationAccountSchemaInner withFileName(String fileName) { } /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -172,7 +172,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -181,7 +181,7 @@ public DateTime changedTime() { } /** - * Get the metadata value. + * Get the metadata. * * @return the metadata value */ @@ -190,7 +190,7 @@ public Object metadata() { } /** - * Set the metadata value. + * Set the metadata. * * @param metadata the metadata value to set * @return the IntegrationAccountSchemaInner object itself. @@ -201,7 +201,7 @@ public IntegrationAccountSchemaInner withMetadata(Object metadata) { } /** - * Get the content value. + * Get the content. * * @return the content value */ @@ -210,7 +210,7 @@ public String content() { } /** - * Set the content value. + * Set the content. * * @param content the content value to set * @return the IntegrationAccountSchemaInner object itself. @@ -221,7 +221,7 @@ public IntegrationAccountSchemaInner withContent(String content) { } /** - * Get the contentType value. + * Get the content type. * * @return the contentType value */ @@ -230,7 +230,7 @@ public String contentType() { } /** - * Set the contentType value. + * Set the content type. * * @param contentType the contentType value to set * @return the IntegrationAccountSchemaInner object itself. @@ -241,7 +241,7 @@ public IntegrationAccountSchemaInner withContentType(String contentType) { } /** - * Get the contentLink value. + * Get the content link. * * @return the contentLink value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSessionInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSessionInner.java index f8b5b61fd3fa4..d0324585839a6 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSessionInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountSessionInner.java @@ -39,7 +39,7 @@ public class IntegrationAccountSessionInner extends Resource { private Object content; /** - * Get the createdTime value. + * Get the created time. * * @return the createdTime value */ @@ -48,7 +48,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get the changed time. * * @return the changedTime value */ @@ -57,7 +57,7 @@ public DateTime changedTime() { } /** - * Get the content value. + * Get the session content. * * @return the content value */ @@ -66,7 +66,7 @@ public Object content() { } /** - * Set the content value. + * Set the session content. * * @param content the content value to set * @return the IntegrationAccountSessionInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountsImpl.java index 1aa72a78fc0fa..7e098f90269ed 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/IntegrationAccountsImpl.java @@ -84,41 +84,22 @@ public PagedList listByResourceGroup(String resourceGroupNam return this.wrapList(client.listByResourceGroup(resourceGroupName)); } - private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - IntegrationAccountsInner client = this.inner(); - return client.listByResourceGroupNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByResourceGroupAsync(String resourceGroupName) { IntegrationAccountsInner client = this.inner(); return client.listByResourceGroupAsync(resourceGroupName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByResourceGroupNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccount call(IntegrationAccountInner inner) { return wrapModel(inner); } - }); + }); } @Override @@ -127,41 +108,22 @@ public PagedList list() { return this.wrapList(client.list()); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - IntegrationAccountsInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync() { IntegrationAccountsInner client = this.inner(); return client.listAsync() - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccount call(IntegrationAccountInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/JsonSchemaInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/JsonSchemaInner.java index 04c1fa7641941..e690565b3b494 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/JsonSchemaInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/JsonSchemaInner.java @@ -27,7 +27,7 @@ public class JsonSchemaInner { private String content; /** - * Get the title value. + * Get the JSON title. * * @return the title value */ @@ -36,7 +36,7 @@ public String title() { } /** - * Set the title value. + * Set the JSON title. * * @param title the title value to set * @return the JsonSchemaInner object itself. @@ -47,7 +47,7 @@ public JsonSchemaInner withTitle(String title) { } /** - * Get the content value. + * Get the JSON content. * * @return the content value */ @@ -56,7 +56,7 @@ public String content() { } /** - * Set the content value. + * Set the JSON content. * * @param content the content value to set * @return the JsonSchemaInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/KeyVaultKeyInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/KeyVaultKeyInner.java index 6274f58cde5b7..99b18e23ef78d 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/KeyVaultKeyInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/KeyVaultKeyInner.java @@ -28,7 +28,7 @@ public class KeyVaultKeyInner { private KeyVaultKeyAttributes attributes; /** - * Get the kid value. + * Get the key id. * * @return the kid value */ @@ -37,7 +37,7 @@ public String kid() { } /** - * Set the kid value. + * Set the key id. * * @param kid the kid value to set * @return the KeyVaultKeyInner object itself. @@ -48,7 +48,7 @@ public KeyVaultKeyInner withKid(String kid) { } /** - * Get the attributes value. + * Get the key attributes. * * @return the attributes value */ @@ -57,7 +57,7 @@ public KeyVaultKeyAttributes attributes() { } /** - * Set the attributes value. + * Set the key attributes. * * @param attributes the attributes value to set * @return the KeyVaultKeyInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsImpl.java index 15dd4aa44ab1e..9e3a6f5235050 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsImpl.java @@ -56,41 +56,22 @@ public WorkflowTriggerCallbackUrl call(WorkflowTriggerCallbackUrlInner inner) { }); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - MapsInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { MapsInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountMap call(IntegrationAccountMapInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsInner.java index 74c7f4b694c6b..a88caa63c741e 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/MapsInner.java @@ -213,7 +213,7 @@ public Observable>> call(Respon * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: MapType. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -235,7 +235,7 @@ public Page nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: MapType. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -258,7 +258,7 @@ public Observable>> call(String * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: MapType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<IntegrationAccountMapInner> object */ @@ -278,7 +278,7 @@ public Page call(ServiceResponse>> call(Servic ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param integrationAccountName The integration account name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: MapType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<IntegrationAccountMapInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/OperationInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/OperationInner.java index 6596784ae9703..1b6d2b0aa8d10 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/OperationInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/OperationInner.java @@ -28,7 +28,7 @@ public class OperationInner { private OperationDisplay display; /** - * Get the name value. + * Get operation name: {provider}/{resource}/{operation}. * * @return the name value */ @@ -37,7 +37,7 @@ public String name() { } /** - * Set the name value. + * Set operation name: {provider}/{resource}/{operation}. * * @param name the name value to set * @return the OperationInner object itself. @@ -48,7 +48,7 @@ public OperationInner withName(String name) { } /** - * Get the display value. + * Get the object that represents the operation. * * @return the display value */ @@ -57,7 +57,7 @@ public OperationDisplay display() { } /** - * Set the display value. + * Set the object that represents the operation. * * @param display the display value to set * @return the OperationInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersImpl.java index f566b9aab6d5c..e03bc4ff03053 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersImpl.java @@ -56,41 +56,22 @@ public WorkflowTriggerCallbackUrl call(WorkflowTriggerCallbackUrlInner inner) { }); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - PartnersInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { PartnersInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountPartner call(IntegrationAccountPartnerInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersInner.java index ffd8c645f8e9d..c8619aaf77320 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/PartnersInner.java @@ -213,7 +213,7 @@ public Observable>> call(Re * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: PartnerType. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -235,7 +235,7 @@ public Page nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: PartnerType. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -258,7 +258,7 @@ public Observable>> call(St * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: PartnerType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<IntegrationAccountPartnerInner> object */ @@ -278,7 +278,7 @@ public Page call(ServiceResponse>> call(Se ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param integrationAccountName The integration account name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: PartnerType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<IntegrationAccountPartnerInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/RunWorkflowWorkflowRunImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/RunWorkflowWorkflowRunImpl.java index 32c43eb3e8e06..45dfa28b9f338 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/RunWorkflowWorkflowRunImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/RunWorkflowWorkflowRunImpl.java @@ -17,6 +17,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.WorkflowOutputParameter; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowRunTrigger; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; class RunWorkflowWorkflowRunImpl extends IndexableRefreshableWrapperImpl implements RunWorkflowWorkflowRun { private final LogicManager manager; @@ -118,7 +119,7 @@ public DateTime waitEndTime() { } @Override - public ResourceReferenceInner workflow() { + public ResourceReference workflow() { return this.inner().workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasImpl.java index cece398c3358f..f775625e8a7d8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasImpl.java @@ -56,41 +56,22 @@ public WorkflowTriggerCallbackUrl call(WorkflowTriggerCallbackUrlInner inner) { }); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - SchemasInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { SchemasInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountSchema call(IntegrationAccountSchemaInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasInner.java index 27b139563606f..f677bd13007f7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SchemasInner.java @@ -213,7 +213,7 @@ public Observable>> call(Res * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: SchemaType. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -235,7 +235,7 @@ public Page nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: SchemaType. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -258,7 +258,7 @@ public Observable>> call(Str * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: SchemaType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<IntegrationAccountSchemaInner> object */ @@ -278,7 +278,7 @@ public Page call(ServiceResponse>> call(Ser ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param integrationAccountName The integration account name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: SchemaType. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<IntegrationAccountSchemaInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsImpl.java index 3b466cee087ef..d04c692834cfd 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsImpl.java @@ -42,41 +42,22 @@ private IntegrationAccountSessionImpl wrapModel(String name) { return new IntegrationAccountSessionImpl(name, this.manager()); } - private Observable> listByIntegrationAccountsNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - SessionsInner client = this.inner(); - return client.listByIntegrationAccountsNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByIntegrationAccountsAsync(final String resourceGroupName, final String integrationAccountName) { SessionsInner client = this.inner(); return client.listByIntegrationAccountsAsync(resourceGroupName, integrationAccountName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByIntegrationAccountsNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public IntegrationAccountSession call(IntegrationAccountSessionInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsInner.java index e11b48ed2fdc4..a4243be2fbed0 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/SessionsInner.java @@ -207,7 +207,7 @@ public Observable>> call(Re * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: ChangedTime. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws ErrorResponseException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -229,7 +229,7 @@ public Page nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: ChangedTime. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -252,7 +252,7 @@ public Observable>> call(St * @param resourceGroupName The resource group name. * @param integrationAccountName The integration account name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: ChangedTime. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<IntegrationAccountSessionInner> object */ @@ -272,7 +272,7 @@ public Page call(ServiceResponse>> call(Se ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param integrationAccountName The integration account name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: ChangedTime. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<IntegrationAccountSessionInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowImpl.java index 58170903afed0..c277ec1e20153 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowImpl.java @@ -15,6 +15,7 @@ import org.joda.time.DateTime; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowState; import com.microsoft.azure.management.logic.v2016_06_01.Sku; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import java.util.Map; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowParameter; @@ -70,7 +71,7 @@ public Object definition() { } @Override - public ResourceReferenceInner integrationAccount() { + public ResourceReference integrationAccount() { return this.inner().integrationAccount(); } @@ -106,7 +107,7 @@ public WorkflowImpl withDefinition(Object definition) { } @Override - public WorkflowImpl withIntegrationAccount(ResourceReferenceInner integrationAccount) { + public WorkflowImpl withIntegrationAccount(ResourceReference integrationAccount) { this.inner().withIntegrationAccount(integrationAccount); return this; } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowInner.java index 9def5720d9883..e8b5e2054e88f 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowInner.java @@ -12,6 +12,7 @@ import org.joda.time.DateTime; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowState; import com.microsoft.azure.management.logic.v2016_06_01.Sku; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import java.util.Map; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowParameter; import com.fasterxml.jackson.annotation.JsonProperty; @@ -76,7 +77,7 @@ public class WorkflowInner extends Resource { * The integration account. */ @JsonProperty(value = "properties.integrationAccount") - private ResourceReferenceInner integrationAccount; + private ResourceReference integrationAccount; /** * The definition. @@ -91,7 +92,7 @@ public class WorkflowInner extends Resource { private Map parameters; /** - * Get the provisioningState value. + * Get gets the provisioning state. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Moving', 'Updating', 'Registering', 'Registered', 'Unregistering', 'Unregistered', 'Completed'. * * @return the provisioningState value */ @@ -100,7 +101,7 @@ public WorkflowProvisioningState provisioningState() { } /** - * Get the createdTime value. + * Get gets the created time. * * @return the createdTime value */ @@ -109,7 +110,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get gets the changed time. * * @return the changedTime value */ @@ -118,7 +119,7 @@ public DateTime changedTime() { } /** - * Get the state value. + * Get the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @return the state value */ @@ -127,7 +128,7 @@ public WorkflowState state() { } /** - * Set the state value. + * Set the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @param state the state value to set * @return the WorkflowInner object itself. @@ -138,7 +139,7 @@ public WorkflowInner withState(WorkflowState state) { } /** - * Get the version value. + * Get gets the version. * * @return the version value */ @@ -147,7 +148,7 @@ public String version() { } /** - * Get the accessEndpoint value. + * Get gets the access endpoint. * * @return the accessEndpoint value */ @@ -156,7 +157,7 @@ public String accessEndpoint() { } /** - * Get the sku value. + * Get the sku. * * @return the sku value */ @@ -165,7 +166,7 @@ public Sku sku() { } /** - * Set the sku value. + * Set the sku. * * @param sku the sku value to set * @return the WorkflowInner object itself. @@ -176,27 +177,27 @@ public WorkflowInner withSku(Sku sku) { } /** - * Get the integrationAccount value. + * Get the integration account. * * @return the integrationAccount value */ - public ResourceReferenceInner integrationAccount() { + public ResourceReference integrationAccount() { return this.integrationAccount; } /** - * Set the integrationAccount value. + * Set the integration account. * * @param integrationAccount the integrationAccount value to set * @return the WorkflowInner object itself. */ - public WorkflowInner withIntegrationAccount(ResourceReferenceInner integrationAccount) { + public WorkflowInner withIntegrationAccount(ResourceReference integrationAccount) { this.integrationAccount = integrationAccount; return this; } /** - * Get the definition value. + * Get the definition. * * @return the definition value */ @@ -205,7 +206,7 @@ public Object definition() { } /** - * Set the definition value. + * Set the definition. * * @param definition the definition value to set * @return the WorkflowInner object itself. @@ -216,7 +217,7 @@ public WorkflowInner withDefinition(Object definition) { } /** - * Get the parameters value. + * Get the parameters. * * @return the parameters value */ @@ -225,7 +226,7 @@ public Map parameters() { } /** - * Set the parameters value. + * Set the parameters. * * @param parameters the parameters value to set * @return the WorkflowInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionInner.java index 683aa4c750b80..2051daf2d0af2 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionInner.java @@ -104,7 +104,7 @@ public class WorkflowRunActionInner extends SubResource { private String type; /** - * Get the startTime value. + * Get gets the start time. * * @return the startTime value */ @@ -113,7 +113,7 @@ public DateTime startTime() { } /** - * Get the endTime value. + * Get gets the end time. * * @return the endTime value */ @@ -122,7 +122,7 @@ public DateTime endTime() { } /** - * Get the status value. + * Get gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -131,7 +131,7 @@ public WorkflowStatus status() { } /** - * Get the code value. + * Get gets the code. * * @return the code value */ @@ -140,7 +140,7 @@ public String code() { } /** - * Get the error value. + * Get gets the error. * * @return the error value */ @@ -149,7 +149,7 @@ public Object error() { } /** - * Get the trackingId value. + * Get gets the tracking id. * * @return the trackingId value */ @@ -158,7 +158,7 @@ public String trackingId() { } /** - * Get the correlation value. + * Get the correlation properties. * * @return the correlation value */ @@ -167,7 +167,7 @@ public Correlation correlation() { } /** - * Set the correlation value. + * Set the correlation properties. * * @param correlation the correlation value to set * @return the WorkflowRunActionInner object itself. @@ -178,7 +178,7 @@ public WorkflowRunActionInner withCorrelation(Correlation correlation) { } /** - * Get the inputsLink value. + * Get gets the link to inputs. * * @return the inputsLink value */ @@ -187,7 +187,7 @@ public ContentLink inputsLink() { } /** - * Get the outputsLink value. + * Get gets the link to outputs. * * @return the outputsLink value */ @@ -196,7 +196,7 @@ public ContentLink outputsLink() { } /** - * Get the trackedProperties value. + * Get gets the tracked properties. * * @return the trackedProperties value */ @@ -205,7 +205,7 @@ public Object trackedProperties() { } /** - * Get the retryHistory value. + * Get gets the retry histories. * * @return the retryHistory value */ @@ -214,7 +214,7 @@ public List retryHistory() { } /** - * Set the retryHistory value. + * Set gets the retry histories. * * @param retryHistory the retryHistory value to set * @return the WorkflowRunActionInner object itself. @@ -225,7 +225,7 @@ public WorkflowRunActionInner withRetryHistory(List retryHistory) } /** - * Get the name value. + * Get gets the workflow run action name. * * @return the name value */ @@ -234,7 +234,7 @@ public String name() { } /** - * Get the type value. + * Get gets the workflow run action type. * * @return the type value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionRepetitionDefinitionInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionRepetitionDefinitionInner.java index 0b1ae9de8ebe3..87864cdd703c6 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionRepetitionDefinitionInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionRepetitionDefinitionInner.java @@ -120,7 +120,7 @@ public class WorkflowRunActionRepetitionDefinitionInner extends Resource { private List repetitionIndexes; /** - * Get the startTime value. + * Get the start time of the workflow scope repetition. * * @return the startTime value */ @@ -129,7 +129,7 @@ public DateTime startTime() { } /** - * Set the startTime value. + * Set the start time of the workflow scope repetition. * * @param startTime the startTime value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -140,7 +140,7 @@ public WorkflowRunActionRepetitionDefinitionInner withStartTime(DateTime startTi } /** - * Get the endTime value. + * Get the end time of the workflow scope repetition. * * @return the endTime value */ @@ -149,7 +149,7 @@ public DateTime endTime() { } /** - * Set the endTime value. + * Set the end time of the workflow scope repetition. * * @param endTime the endTime value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -160,7 +160,7 @@ public WorkflowRunActionRepetitionDefinitionInner withEndTime(DateTime endTime) } /** - * Get the correlation value. + * Get the correlation properties. * * @return the correlation value */ @@ -169,7 +169,7 @@ public RunActionCorrelation correlation() { } /** - * Set the correlation value. + * Set the correlation properties. * * @param correlation the correlation value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -180,7 +180,7 @@ public WorkflowRunActionRepetitionDefinitionInner withCorrelation(RunActionCorre } /** - * Get the status value. + * Get the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -189,7 +189,7 @@ public WorkflowStatus status() { } /** - * Set the status value. + * Set the status of the workflow scope repetition. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @param status the status value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -200,7 +200,7 @@ public WorkflowRunActionRepetitionDefinitionInner withStatus(WorkflowStatus stat } /** - * Get the code value. + * Get the workflow scope repetition code. * * @return the code value */ @@ -209,7 +209,7 @@ public String code() { } /** - * Set the code value. + * Set the workflow scope repetition code. * * @param code the code value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -240,7 +240,7 @@ public WorkflowRunActionRepetitionDefinitionInner withError(Object error) { } /** - * Get the trackingId value. + * Get gets the tracking id. * * @return the trackingId value */ @@ -249,7 +249,7 @@ public String trackingId() { } /** - * Get the inputs value. + * Get gets the inputs. * * @return the inputs value */ @@ -258,7 +258,7 @@ public Object inputs() { } /** - * Get the inputsLink value. + * Get gets the link to inputs. * * @return the inputsLink value */ @@ -267,7 +267,7 @@ public ContentLink inputsLink() { } /** - * Get the outputs value. + * Get gets the outputs. * * @return the outputs value */ @@ -276,7 +276,7 @@ public Object outputs() { } /** - * Get the outputsLink value. + * Get gets the link to outputs. * * @return the outputsLink value */ @@ -285,7 +285,7 @@ public ContentLink outputsLink() { } /** - * Get the trackedProperties value. + * Get gets the tracked properties. * * @return the trackedProperties value */ @@ -294,7 +294,7 @@ public Object trackedProperties() { } /** - * Get the retryHistory value. + * Get gets the retry histories. * * @return the retryHistory value */ @@ -303,7 +303,7 @@ public List retryHistory() { } /** - * Set the retryHistory value. + * Set gets the retry histories. * * @param retryHistory the retryHistory value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. @@ -334,7 +334,7 @@ public WorkflowRunActionRepetitionDefinitionInner withIterationCount(Integer ite } /** - * Get the repetitionIndexes value. + * Get the repetition indexes. * * @return the repetitionIndexes value */ @@ -343,7 +343,7 @@ public List repetitionIndexes() { } /** - * Set the repetitionIndexes value. + * Set the repetition indexes. * * @param repetitionIndexes the repetitionIndexes value to set * @return the WorkflowRunActionRepetitionDefinitionInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsImpl.java index 423f47ba6f040..36d9614f03d74 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsImpl.java @@ -52,41 +52,22 @@ public ExpressionRoot call(ExpressionRootInner inner) { }); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowRunActionsInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync(final String resourceGroupName, final String workflowName, final String runName) { WorkflowRunActionsInner client = this.inner(); return client.listAsync(resourceGroupName, workflowName, runName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public WorkflowRunAction call(WorkflowRunActionInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsInner.java index 8c141aa4be29e..a2b43410818f8 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunActionsInner.java @@ -209,7 +209,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param workflowName The workflow name. * @param runName The workflow run name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -256,7 +256,7 @@ public Observable>> call(String nex * @param workflowName The workflow name. * @param runName The workflow run name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowRunActionInner> object */ @@ -277,7 +277,7 @@ public Page call(ServiceResponse>> call(ServiceRes ServiceResponse> * @param workflowName The workflow name. ServiceResponse> * @param runName The workflow run name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: Status. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<WorkflowRunActionInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunInner.java index f24555a7c6de2..cea60ef7d15c4 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunInner.java @@ -11,6 +11,7 @@ import org.joda.time.DateTime; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; import com.microsoft.azure.management.logic.v2016_06_01.Correlation; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowRunTrigger; import java.util.Map; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowOutputParameter; @@ -77,7 +78,7 @@ public class WorkflowRunInner extends SubResource { * Gets the reference to workflow version. */ @JsonProperty(value = "properties.workflow", access = JsonProperty.Access.WRITE_ONLY) - private ResourceReferenceInner workflow; + private ResourceReference workflow; /** * Gets the fired trigger. @@ -110,7 +111,7 @@ public class WorkflowRunInner extends SubResource { private String type; /** - * Get the waitEndTime value. + * Get gets the wait end time. * * @return the waitEndTime value */ @@ -119,7 +120,7 @@ public DateTime waitEndTime() { } /** - * Get the startTime value. + * Get gets the start time. * * @return the startTime value */ @@ -128,7 +129,7 @@ public DateTime startTime() { } /** - * Get the endTime value. + * Get gets the end time. * * @return the endTime value */ @@ -137,7 +138,7 @@ public DateTime endTime() { } /** - * Get the status value. + * Get gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -146,7 +147,7 @@ public WorkflowStatus status() { } /** - * Get the code value. + * Get gets the code. * * @return the code value */ @@ -155,7 +156,7 @@ public String code() { } /** - * Get the error value. + * Get gets the error. * * @return the error value */ @@ -164,7 +165,7 @@ public Object error() { } /** - * Get the correlationId value. + * Get gets the correlation id. * * @return the correlationId value */ @@ -173,7 +174,7 @@ public String correlationId() { } /** - * Get the correlation value. + * Get the run correlation. * * @return the correlation value */ @@ -182,7 +183,7 @@ public Correlation correlation() { } /** - * Set the correlation value. + * Set the run correlation. * * @param correlation the correlation value to set * @return the WorkflowRunInner object itself. @@ -193,16 +194,16 @@ public WorkflowRunInner withCorrelation(Correlation correlation) { } /** - * Get the workflow value. + * Get gets the reference to workflow version. * * @return the workflow value */ - public ResourceReferenceInner workflow() { + public ResourceReference workflow() { return this.workflow; } /** - * Get the trigger value. + * Get gets the fired trigger. * * @return the trigger value */ @@ -211,7 +212,7 @@ public WorkflowRunTrigger trigger() { } /** - * Get the outputs value. + * Get gets the outputs. * * @return the outputs value */ @@ -220,7 +221,7 @@ public Map outputs() { } /** - * Get the response value. + * Get gets the response of the flow run. * * @return the response value */ @@ -229,7 +230,7 @@ public WorkflowRunTrigger response() { } /** - * Get the name value. + * Get gets the workflow run name. * * @return the name value */ @@ -238,7 +239,7 @@ public String name() { } /** - * Get the type value. + * Get gets the workflow run type. * * @return the type value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsImpl.java index aaa10fc4e7ff3..6123aec035f40 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsImpl.java @@ -39,41 +39,22 @@ public Completable cancelAsync(String resourceGroupName, String workflowName, St return client.cancelAsync(resourceGroupName, workflowName, runName).toCompletable(); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowRunsInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync(final String resourceGroupName, final String workflowName) { WorkflowRunsInner client = this.inner(); return client.listAsync(resourceGroupName, workflowName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public WorkflowWorkflowRun call(WorkflowRunInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsInner.java index 8a9c1c8a22d0d..549c4b04d1c84 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowRunsInner.java @@ -200,7 +200,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * @param resourceGroupName The resource group name. * @param workflowName The workflow name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -245,7 +245,7 @@ public Observable>> call(String nextPageL * @param resourceGroupName The resource group name. * @param workflowName The workflow name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowRunInner> object */ @@ -265,7 +265,7 @@ public Page call(ServiceResponse> respo * @param resourceGroupName The resource group name. * @param workflowName The workflow name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowRunInner> object */ @@ -289,7 +289,7 @@ public Observable>> call(ServiceResponse< ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param workflowName The workflow name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<WorkflowRunInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerCallbackUrlInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerCallbackUrlInner.java index 741c317886548..2f1b12ede335b 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerCallbackUrlInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerCallbackUrlInner.java @@ -53,7 +53,7 @@ public class WorkflowTriggerCallbackUrlInner { private WorkflowTriggerListCallbackUrlQueries queries; /** - * Get the value value. + * Get gets the workflow trigger callback URL. * * @return the value value */ @@ -62,7 +62,7 @@ public String value() { } /** - * Get the method value. + * Get gets the workflow trigger callback URL HTTP method. * * @return the method value */ @@ -71,7 +71,7 @@ public String method() { } /** - * Get the basePath value. + * Get gets the workflow trigger callback URL base path. * * @return the basePath value */ @@ -80,7 +80,7 @@ public String basePath() { } /** - * Get the relativePath value. + * Get gets the workflow trigger callback URL relative path. * * @return the relativePath value */ @@ -89,7 +89,7 @@ public String relativePath() { } /** - * Get the relativePathParameters value. + * Get gets the workflow trigger callback URL relative path parameters. * * @return the relativePathParameters value */ @@ -98,7 +98,7 @@ public List relativePathParameters() { } /** - * Set the relativePathParameters value. + * Set gets the workflow trigger callback URL relative path parameters. * * @param relativePathParameters the relativePathParameters value to set * @return the WorkflowTriggerCallbackUrlInner object itself. @@ -109,7 +109,7 @@ public WorkflowTriggerCallbackUrlInner withRelativePathParameters(List r } /** - * Get the queries value. + * Get gets the workflow trigger callback URL query parameters. * * @return the queries value */ @@ -118,7 +118,7 @@ public WorkflowTriggerListCallbackUrlQueries queries() { } /** - * Set the queries value. + * Set gets the workflow trigger callback URL query parameters. * * @param queries the queries value to set * @return the WorkflowTriggerCallbackUrlInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesImpl.java index 4819735468ace..c41c6f6c5b1b9 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesImpl.java @@ -39,41 +39,22 @@ public Completable resubmitAsync(String resourceGroupName, String workflowName, return client.resubmitAsync(resourceGroupName, workflowName, triggerName, historyName).toCompletable(); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowTriggerHistoriesInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync(final String resourceGroupName, final String workflowName, final String triggerName) { WorkflowTriggerHistoriesInner client = this.inner(); return client.listAsync(resourceGroupName, workflowName, triggerName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public WorkflowTriggerHistory call(WorkflowTriggerHistoryInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesInner.java index 727771b649c0c..c20d850352464 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoriesInner.java @@ -209,7 +209,7 @@ public Observable>> call(Respo * @param workflowName The workflow name. * @param triggerName The workflow trigger name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -232,7 +232,7 @@ public Page nextPage(String nextPageLink) { * @param workflowName The workflow name. * @param triggerName The workflow trigger name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -256,7 +256,7 @@ public Observable>> call(Strin * @param workflowName The workflow name. * @param triggerName The workflow trigger name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowTriggerHistoryInner> object */ @@ -277,7 +277,7 @@ public Page call(ServiceResponse>> call(Servi ServiceResponse> * @param workflowName The workflow name. ServiceResponse> * @param triggerName The workflow trigger name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: Status, StartTime, and ClientTrackingId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<WorkflowTriggerHistoryInner> object wrapped in {@link ServiceResponse} if successful. */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryImpl.java index f36c5bd669579..3dd644fa22846 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryImpl.java @@ -14,6 +14,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.Correlation; import org.joda.time.DateTime; import com.microsoft.azure.management.logic.v2016_06_01.ContentLink; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; class WorkflowTriggerHistoryImpl extends IndexableRefreshableWrapperImpl implements WorkflowTriggerHistory { @@ -91,7 +92,7 @@ public ContentLink outputsLink() { } @Override - public ResourceReferenceInner run() { + public ResourceReference run() { return this.inner().run(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryInner.java index b17347876f5e9..5a48703d2759d 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerHistoryInner.java @@ -12,6 +12,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; import com.microsoft.azure.management.logic.v2016_06_01.Correlation; import com.microsoft.azure.management.logic.v2016_06_01.ContentLink; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; import com.microsoft.azure.SubResource; @@ -87,7 +88,7 @@ public class WorkflowTriggerHistoryInner extends SubResource { * Gets the reference to workflow run. */ @JsonProperty(value = "properties.run", access = JsonProperty.Access.WRITE_ONLY) - private ResourceReferenceInner run; + private ResourceReference run; /** * Gets the workflow trigger history name. @@ -102,7 +103,7 @@ public class WorkflowTriggerHistoryInner extends SubResource { private String type; /** - * Get the startTime value. + * Get gets the start time. * * @return the startTime value */ @@ -111,7 +112,7 @@ public DateTime startTime() { } /** - * Get the endTime value. + * Get gets the end time. * * @return the endTime value */ @@ -120,7 +121,7 @@ public DateTime endTime() { } /** - * Get the status value. + * Get gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -129,7 +130,7 @@ public WorkflowStatus status() { } /** - * Get the code value. + * Get gets the code. * * @return the code value */ @@ -138,7 +139,7 @@ public String code() { } /** - * Get the error value. + * Get gets the error. * * @return the error value */ @@ -147,7 +148,7 @@ public Object error() { } /** - * Get the trackingId value. + * Get gets the tracking id. * * @return the trackingId value */ @@ -156,7 +157,7 @@ public String trackingId() { } /** - * Get the correlation value. + * Get the run correlation. * * @return the correlation value */ @@ -165,7 +166,7 @@ public Correlation correlation() { } /** - * Set the correlation value. + * Set the run correlation. * * @param correlation the correlation value to set * @return the WorkflowTriggerHistoryInner object itself. @@ -176,7 +177,7 @@ public WorkflowTriggerHistoryInner withCorrelation(Correlation correlation) { } /** - * Get the inputsLink value. + * Get gets the link to input parameters. * * @return the inputsLink value */ @@ -185,7 +186,7 @@ public ContentLink inputsLink() { } /** - * Get the outputsLink value. + * Get gets the link to output parameters. * * @return the outputsLink value */ @@ -194,7 +195,7 @@ public ContentLink outputsLink() { } /** - * Get the fired value. + * Get gets a value indicating whether trigger was fired. * * @return the fired value */ @@ -203,16 +204,16 @@ public Boolean fired() { } /** - * Get the run value. + * Get gets the reference to workflow run. * * @return the run value */ - public ResourceReferenceInner run() { + public ResourceReference run() { return this.run; } /** - * Get the name value. + * Get gets the workflow trigger history name. * * @return the name value */ @@ -221,7 +222,7 @@ public String name() { } /** - * Get the type value. + * Get gets the workflow trigger history type. * * @return the type value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerImpl.java index a063cf153b225..c53ce64aaf705 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerImpl.java @@ -16,6 +16,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.WorkflowTriggerRecurrence; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowState; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; class WorkflowTriggerImpl extends IndexableRefreshableWrapperImpl implements WorkflowTrigger { private final LogicManager manager; @@ -100,7 +101,7 @@ public String type() { } @Override - public ResourceReferenceInner workflow() { + public ResourceReference workflow() { return this.inner().workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerInner.java index 327d02636a186..dff73bbac56f7 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggerInner.java @@ -13,6 +13,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.WorkflowState; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowTriggerRecurrence; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import com.fasterxml.jackson.annotation.JsonProperty; import com.microsoft.rest.serializer.JsonFlatten; import com.microsoft.azure.SubResource; @@ -81,7 +82,7 @@ public class WorkflowTriggerInner extends SubResource { * Gets the reference to workflow. */ @JsonProperty(value = "properties.workflow", access = JsonProperty.Access.WRITE_ONLY) - private ResourceReferenceInner workflow; + private ResourceReference workflow; /** * Gets the workflow trigger name. @@ -96,7 +97,7 @@ public class WorkflowTriggerInner extends SubResource { private String type; /** - * Get the provisioningState value. + * Get gets the provisioning state. Possible values include: 'NotSpecified', 'Accepted', 'Running', 'Ready', 'Creating', 'Created', 'Deleting', 'Deleted', 'Canceled', 'Failed', 'Succeeded', 'Moving', 'Updating', 'Registering', 'Registered', 'Unregistering', 'Unregistered', 'Completed'. * * @return the provisioningState value */ @@ -105,7 +106,7 @@ public WorkflowTriggerProvisioningState provisioningState() { } /** - * Get the createdTime value. + * Get gets the created time. * * @return the createdTime value */ @@ -114,7 +115,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get gets the changed time. * * @return the changedTime value */ @@ -123,7 +124,7 @@ public DateTime changedTime() { } /** - * Get the state value. + * Get gets the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @return the state value */ @@ -132,7 +133,7 @@ public WorkflowState state() { } /** - * Get the status value. + * Get gets the status. Possible values include: 'NotSpecified', 'Paused', 'Running', 'Waiting', 'Succeeded', 'Skipped', 'Suspended', 'Cancelled', 'Failed', 'Faulted', 'TimedOut', 'Aborted', 'Ignored'. * * @return the status value */ @@ -141,7 +142,7 @@ public WorkflowStatus status() { } /** - * Get the lastExecutionTime value. + * Get gets the last execution time. * * @return the lastExecutionTime value */ @@ -150,7 +151,7 @@ public DateTime lastExecutionTime() { } /** - * Get the nextExecutionTime value. + * Get gets the next execution time. * * @return the nextExecutionTime value */ @@ -159,7 +160,7 @@ public DateTime nextExecutionTime() { } /** - * Get the recurrence value. + * Get gets the workflow trigger recurrence. * * @return the recurrence value */ @@ -168,16 +169,16 @@ public WorkflowTriggerRecurrence recurrence() { } /** - * Get the workflow value. + * Get gets the reference to workflow. * * @return the workflow value */ - public ResourceReferenceInner workflow() { + public ResourceReference workflow() { return this.workflow; } /** - * Get the name value. + * Get gets the workflow trigger name. * * @return the name value */ @@ -186,7 +187,7 @@ public String name() { } /** - * Get the type value. + * Get gets the workflow trigger type. * * @return the type value */ diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggersImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggersImpl.java index 15590fbd83dd6..256b22541b6da 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggersImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowTriggersImpl.java @@ -31,10 +31,18 @@ public LogicManager manager() { return this.manager; } - private WorkflowTriggerImpl wrapModel(WorkflowTriggerInner inner) { + private WorkflowTriggerImpl wrapWorkflowTriggerModel(WorkflowTriggerInner inner) { return new WorkflowTriggerImpl(inner, manager()); } + private Observable getWorkflowTriggerInnerUsingWorkflowTriggersInnerAsync(String id) { + String resourceGroupName = IdParsingUtils.getValueFromIdByName(id, "resourceGroups"); + String workflowName = IdParsingUtils.getValueFromIdByName(id, "workflows"); + String triggerName = IdParsingUtils.getValueFromIdByName(id, "triggers"); + WorkflowTriggersInner client = this.inner(); + return client.getAsync(resourceGroupName, workflowName, triggerName); + } + @Override public Observable getAsync(String resourceGroupName, String workflowName, String triggerName) { WorkflowTriggersInner client = this.inner(); @@ -42,46 +50,27 @@ public Observable getAsync(String resourceGroupName, String wor .map(new Func1() { @Override public WorkflowTrigger call(WorkflowTriggerInner inner) { - return wrapModel(inner); + return wrapWorkflowTriggerModel(inner); } }); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowTriggersInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync(final String resourceGroupName, final String workflowName) { WorkflowTriggersInner client = this.inner(); return client.listAsync(resourceGroupName, workflowName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public WorkflowTrigger call(WorkflowTriggerInner inner) { - return wrapModel(inner); + return wrapWorkflowTriggerModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionImpl.java index afca97a6985c0..6b5c77362efc1 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionImpl.java @@ -12,6 +12,7 @@ import com.microsoft.azure.arm.model.implementation.IndexableRefreshableWrapperImpl; import rx.Observable; import org.joda.time.DateTime; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import java.util.Map; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowParameter; import com.microsoft.azure.management.logic.v2016_06_01.Sku; @@ -70,7 +71,7 @@ public String id() { } @Override - public ResourceReferenceInner integrationAccount() { + public ResourceReference integrationAccount() { return this.inner().integrationAccount(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionInner.java index d4915b4b998b5..f93a282f8a488 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionInner.java @@ -11,6 +11,7 @@ import org.joda.time.DateTime; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowState; import com.microsoft.azure.management.logic.v2016_06_01.Sku; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; import java.util.Map; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowParameter; import com.fasterxml.jackson.annotation.JsonProperty; @@ -65,7 +66,7 @@ public class WorkflowVersionInner extends Resource { * The integration account. */ @JsonProperty(value = "properties.integrationAccount") - private ResourceReferenceInner integrationAccount; + private ResourceReference integrationAccount; /** * The definition. @@ -80,7 +81,7 @@ public class WorkflowVersionInner extends Resource { private Map parameters; /** - * Get the createdTime value. + * Get gets the created time. * * @return the createdTime value */ @@ -89,7 +90,7 @@ public DateTime createdTime() { } /** - * Get the changedTime value. + * Get gets the changed time. * * @return the changedTime value */ @@ -98,7 +99,7 @@ public DateTime changedTime() { } /** - * Get the state value. + * Get the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @return the state value */ @@ -107,7 +108,7 @@ public WorkflowState state() { } /** - * Set the state value. + * Set the state. Possible values include: 'NotSpecified', 'Completed', 'Enabled', 'Disabled', 'Deleted', 'Suspended'. * * @param state the state value to set * @return the WorkflowVersionInner object itself. @@ -118,7 +119,7 @@ public WorkflowVersionInner withState(WorkflowState state) { } /** - * Get the version value. + * Get gets the version. * * @return the version value */ @@ -127,7 +128,7 @@ public String version() { } /** - * Get the accessEndpoint value. + * Get gets the access endpoint. * * @return the accessEndpoint value */ @@ -136,7 +137,7 @@ public String accessEndpoint() { } /** - * Get the sku value. + * Get the sku. * * @return the sku value */ @@ -145,7 +146,7 @@ public Sku sku() { } /** - * Set the sku value. + * Set the sku. * * @param sku the sku value to set * @return the WorkflowVersionInner object itself. @@ -156,27 +157,27 @@ public WorkflowVersionInner withSku(Sku sku) { } /** - * Get the integrationAccount value. + * Get the integration account. * * @return the integrationAccount value */ - public ResourceReferenceInner integrationAccount() { + public ResourceReference integrationAccount() { return this.integrationAccount; } /** - * Set the integrationAccount value. + * Set the integration account. * * @param integrationAccount the integrationAccount value to set * @return the WorkflowVersionInner object itself. */ - public WorkflowVersionInner withIntegrationAccount(ResourceReferenceInner integrationAccount) { + public WorkflowVersionInner withIntegrationAccount(ResourceReference integrationAccount) { this.integrationAccount = integrationAccount; return this; } /** - * Get the definition value. + * Get the definition. * * @return the definition value */ @@ -185,7 +186,7 @@ public Object definition() { } /** - * Set the definition value. + * Set the definition. * * @param definition the definition value to set * @return the WorkflowVersionInner object itself. @@ -196,7 +197,7 @@ public WorkflowVersionInner withDefinition(Object definition) { } /** - * Get the parameters value. + * Get the parameters. * * @return the parameters value */ @@ -205,7 +206,7 @@ public Map parameters() { } /** - * Set the parameters value. + * Set the parameters. * * @param parameters the parameters value to set * @return the WorkflowVersionInner object itself. diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionsImpl.java index 746719ed8d89b..9c97e08d4dbea 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowVersionsImpl.java @@ -29,10 +29,18 @@ public LogicManager manager() { return this.manager; } - private WorkflowVersionImpl wrapModel(WorkflowVersionInner inner) { + private WorkflowVersionImpl wrapWorkflowVersionModel(WorkflowVersionInner inner) { return new WorkflowVersionImpl(inner, manager()); } + private Observable getWorkflowVersionInnerUsingWorkflowVersionsInnerAsync(String id) { + String resourceGroupName = IdParsingUtils.getValueFromIdByName(id, "resourceGroups"); + String workflowName = IdParsingUtils.getValueFromIdByName(id, "workflows"); + String versionId = IdParsingUtils.getValueFromIdByName(id, "versions"); + WorkflowVersionsInner client = this.inner(); + return client.getAsync(resourceGroupName, workflowName, versionId); + } + @Override public Observable getAsync(String resourceGroupName, String workflowName, String versionId) { WorkflowVersionsInner client = this.inner(); @@ -40,46 +48,27 @@ public Observable getAsync(String resourceGroupName, String wor .map(new Func1() { @Override public WorkflowVersion call(WorkflowVersionInner inner) { - return wrapModel(inner); + return wrapWorkflowVersionModel(inner); } }); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowVersionsInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync(final String resourceGroupName, final String workflowName) { WorkflowVersionsInner client = this.inner(); return client.listAsync(resourceGroupName, workflowName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public WorkflowVersion call(WorkflowVersionInner inner) { - return wrapModel(inner); + return wrapWorkflowVersionModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowWorkflowRunImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowWorkflowRunImpl.java index c881541bc7830..bb77dafdba9fc 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowWorkflowRunImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowWorkflowRunImpl.java @@ -17,6 +17,7 @@ import com.microsoft.azure.management.logic.v2016_06_01.WorkflowOutputParameter; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowRunTrigger; import com.microsoft.azure.management.logic.v2016_06_01.WorkflowStatus; +import com.microsoft.azure.management.logic.v2016_06_01.ResourceReference; class WorkflowWorkflowRunImpl extends IndexableRefreshableWrapperImpl implements WorkflowWorkflowRun { private final LogicManager manager; @@ -116,7 +117,7 @@ public DateTime waitEndTime() { } @Override - public ResourceReferenceInner workflow() { + public ResourceReference workflow() { return this.inner().workflow(); } diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsImpl.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsImpl.java index 82120122059fd..0ba129199f65c 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsImpl.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsImpl.java @@ -80,41 +80,22 @@ public PagedList listByResourceGroup(String resourceGroupName) { return this.wrapList(client.listByResourceGroup(resourceGroupName)); } - private Observable> listByResourceGroupNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowsInner client = this.inner(); - return client.listByResourceGroupNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listByResourceGroupNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listByResourceGroupAsync(String resourceGroupName) { WorkflowsInner client = this.inner(); return client.listByResourceGroupAsync(resourceGroupName) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listByResourceGroupNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public Workflow call(WorkflowInner inner) { return wrapModel(inner); } - }); + }); } @Override @@ -123,41 +104,22 @@ public PagedList list() { return this.wrapList(client.list()); } - private Observable> listNextInnerPageAsync(String nextLink) { - if (nextLink == null) { - Observable.empty(); - } - WorkflowsInner client = this.inner(); - return client.listNextAsync(nextLink) - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return Observable.just(page).concatWith(listNextInnerPageAsync(page.nextPageLink())); - } - }); - } @Override public Observable listAsync() { WorkflowsInner client = this.inner(); return client.listAsync() - .flatMap(new Func1, Observable>>() { - @Override - public Observable> call(Page page) { - return listNextInnerPageAsync(page.nextPageLink()); - } - }) .flatMapIterable(new Func1, Iterable>() { @Override public Iterable call(Page page) { return page.items(); } - }) + }) .map(new Func1() { @Override public Workflow call(WorkflowInner inner) { return wrapModel(inner); } - }); + }); } @Override diff --git a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsInner.java b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsInner.java index 8ae0c878cc2f7..b415d51c046b2 100644 --- a/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsInner.java +++ b/logic/resource-manager/v2016_06_01/src/main/java/com/microsoft/azure/management/logic/v2016_06_01/implementation/WorkflowsInner.java @@ -246,7 +246,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * Gets a list of workflows by subscription. * * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -287,7 +287,7 @@ public Observable>> call(String nextPageLink * Gets a list of workflows by subscription. * * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowInner> object */ @@ -305,7 +305,7 @@ public Page call(ServiceResponse> response) { * Gets a list of workflows by subscription. * * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowInner> object */ @@ -327,7 +327,7 @@ public Observable>> call(ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<WorkflowInner> object wrapped in {@link ServiceResponse} if successful. */ @@ -474,7 +474,7 @@ public Observable>> call(Response nextPage(String nextPageLink) { * * @param resourceGroupName The resource group name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -517,7 +517,7 @@ public Observable>> call(String nextPageLink * * @param resourceGroupName The resource group name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowInner> object */ @@ -536,7 +536,7 @@ public Page call(ServiceResponse> response) { * * @param resourceGroupName The resource group name. * @param top The number of items to be included in the result. - * @param filter The filter to apply on the operation. + * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<WorkflowInner> object */ @@ -559,7 +559,7 @@ public Observable>> call(ServiceResponse> * @param resourceGroupName The resource group name. ServiceResponse> * @param top The number of items to be included in the result. - ServiceResponse> * @param filter The filter to apply on the operation. + ServiceResponse> * @param filter The filter to apply on the operation. Options for filters include: State, Trigger, and ReferencedResourceId. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<WorkflowInner> object wrapped in {@link ServiceResponse} if successful. */