| Package | Description |
|---|---|
| com.mulesoft.connectors.dynamics365bc.citizen.api.enums | |
| com.mulesoft.connectors.dynamics365bc.citizen.internal.operation |
| Modifier and Type | Method and Description |
|---|---|
static CustomerBlockedEnum |
CustomerBlockedEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerBlockedEnum[] |
CustomerBlockedEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateCustomerOperation.createCustomer(CitizenMicrosoftDynamics365Configuration config,
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
String companyId,
String number,
String displayName,
String type,
String addressLine1,
String addressLine2,
String city,
String state,
String country,
String postalCode,
String phoneNumber,
String email,
String website,
String salespersonCode,
int creditLimit,
boolean taxLiable,
String taxArea,
String taxRegistrationNumber,
String currencyCode,
String paymentTerms,
String shipmentMethod,
String paymentMethod,
CustomerBlockedEnum blocked,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
Creates a single Customer
|
void |
UpdateCustomerOperation.updateCustomer(CitizenMicrosoftDynamics365Configuration config,
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
String companyId,
String entityId,
String etag,
String number,
String displayName,
String type,
String addressLine1,
String addressLine2,
String city,
String state,
String country,
String postalCode,
String phoneNumber,
String email,
String website,
String salespersonCode,
int creditLimit,
boolean taxLiable,
String taxArea,
String taxRegistrationNumber,
String currencyCode,
String paymentTerms,
String shipmentMethod,
String paymentMethod,
CustomerBlockedEnum blocked,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
Updates a single Customer
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.