public class ServiceConfirmation extends VdmEntity<ServiceConfirmation>
Original entity name from the Odata EDM: A_ServiceConfirmationType
Modifier and Type | Class and Description |
---|---|
static class |
ServiceConfirmation.ServiceConfirmationBuilder
Helper class to allow for fluent creation of ServiceConfirmation instances.
|
Modifier and Type | Field and Description |
---|---|
static ServiceConfirmationSelectable |
ALL_FIELDS
Selector for all available fields of ServiceConfirmation.
|
static ServiceConfirmationField<String> |
BILL_TO_PARTY
Use with available fluent helpers to apply the BillToParty field to query operations.
|
static ServiceConfirmationField<String> |
CONTACT_PERSON
Use with available fluent helpers to apply the ContactPerson field to query operations.
|
static ServiceConfirmationField<LocalDateTime> |
CUSTOMER_PURCHASE_ORDER_DATE
Use with available fluent helpers to apply the CustomerPurchaseOrderDate field to query operations.
|
static ServiceConfirmationField<String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
static ServiceConfirmationField<String> |
DIVISION
Use with available fluent helpers to apply the Division field to query operations.
|
static ServiceConfirmationField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ServiceConfirmationField<String> |
PAYER_PARTY
Use with available fluent helpers to apply the PayerParty field to query operations.
|
static ServiceConfirmationField<String> |
PURCHASE_ORDER_BY_CUSTOMER
Use with available fluent helpers to apply the PurchaseOrderByCustomer field to query operations.
|
static ServiceConfirmationField<String> |
REFERENCE_SERVICE_ORDER
Use with available fluent helpers to apply the ReferenceServiceOrder field to query operations.
|
static ServiceConfirmationField<ZonedDateTime> |
REQUESTED_SERVICE_END_DATE_TIME
Use with available fluent helpers to apply the RequestedServiceEndDateTime field to query operations.
|
static ServiceConfirmationField<ZonedDateTime> |
REQUESTED_SERVICE_START_DATE_TIME
Use with available fluent helpers to apply the RequestedServiceStartDateTime field to query operations.
|
static ServiceConfirmationField<String> |
RESPY_MGMT_GLOBAL_TEAM_ID
Use with available fluent helpers to apply the RespyMgmtGlobalTeamID field to query operations.
|
static ServiceConfirmationField<String> |
RESPY_MGMT_SERVICE_TEAM
Use with available fluent helpers to apply the RespyMgmtServiceTeam field to query operations.
|
static ServiceConfirmationField<String> |
RESPY_MGMT_SERVICE_TEAM_NAME
Use with available fluent helpers to apply the RespyMgmtServiceTeamName field to query operations.
|
static ServiceConfirmationField<String> |
SALES_GROUP
Use with available fluent helpers to apply the SalesGroup field to query operations.
|
static ServiceConfirmationField<String> |
SALES_GROUP_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesGroupOrgUnitID field to query operations.
|
static ServiceConfirmationField<String> |
SALES_OFFICE
Use with available fluent helpers to apply the SalesOffice field to query operations.
|
static ServiceConfirmationField<String> |
SALES_OFFICE_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOfficeOrgUnitID field to query operations.
|
static ServiceConfirmationField<String> |
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations.
|
static ServiceConfirmationField<String> |
SALES_ORGANIZATION_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOrganizationOrgUnitID field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_CONFIRMATION
Use with available fluent helpers to apply the ServiceConfirmation field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_CONFIRMATION_DESCRIPTION
Use with available fluent helpers to apply the ServiceConfirmationDescription field to query operations.
|
static ServiceConfirmationField<Boolean> |
SERVICE_CONFIRMATION_IS_CANCELED
Use with available fluent helpers to apply the ServiceConfirmationIsCanceled field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_CONFIRMATION_IS_COMPLETED
Use with available fluent helpers to apply the ServiceConfirmationIsCompleted field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_CONFIRMATION_IS_FINAL
Use with available fluent helpers to apply the ServiceConfirmationIsFinal field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_CONFIRMATION_TYPE
Use with available fluent helpers to apply the ServiceConfirmationType field to query operations.
|
static ServiceConfirmationField<UUID> |
SERVICE_CONFIRMATION_UUID
Use with available fluent helpers to apply the ServiceConfirmationUUID field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_DOCUMENT_PRIORITY
Use with available fluent helpers to apply the ServiceDocumentPriority field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_OBJECT_TYPE
Use with available fluent helpers to apply the ServiceObjectType field to query operations.
|
static ServiceConfirmationField<String> |
SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ServiceOrganization field to query operations.
|
static ServiceConfirmationField<String> |
SHIP_TO_PARTY
Use with available fluent helpers to apply the ShipToParty field to query operations.
|
static ServiceConfirmationField<String> |
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations.
|
static ServiceConfirmationLink<ServiceConfirmationItem> |
TO_ITEM
Use with available fluent helpers to apply the to_Item navigation property to query operations.
|
static ServiceConfirmationLink<ServiceConfPersonResp> |
TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
static ServiceConfirmationLink<ServiceConfPriceElement> |
TO_PRICING_ELEMENT
Use with available fluent helpers to apply the to_PricingElement navigation property to query operations.
|
static ServiceConfirmationLink<ServiceConfRefObject> |
TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
static ServiceConfirmationLink<ServiceConfirmationText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
static ServiceConfirmationField<String> |
TRANSACTION_CURRENCY
Use with available fluent helpers to apply the TransactionCurrency field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ServiceConfirmation() |
ServiceConfirmation(String serviceConfirmation,
String serviceConfirmationType,
UUID serviceConfirmationUUID,
String serviceConfirmationDescription,
String serviceObjectType,
String language,
String serviceDocumentPriority,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String serviceConfirmationIsCompleted,
Boolean serviceConfirmationIsCanceled,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String shipToParty,
String billToParty,
String payerParty,
String contactPerson,
String referenceServiceOrder,
String serviceConfirmationIsFinal,
String transactionCurrency,
String respyMgmtServiceTeam,
String respyMgmtServiceTeamName,
String respyMgmtGlobalTeamID,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceConfirmationItem> toItem,
List<ServiceConfPersonResp> toPersonResponsible,
List<ServiceConfPriceElement> toPricingElement,
List<ServiceConfRefObject> toReferenceObject,
List<ServiceConfirmationText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(ServiceConfirmationItem... entity)
Adds elements to the list of associated ServiceConfirmationItem entities.
|
void |
addPersonResponsible(ServiceConfPersonResp... entity)
Adds elements to the list of associated ServiceConfPersonResp entities.
|
void |
addPricingElement(ServiceConfPriceElement... entity)
Adds elements to the list of associated ServiceConfPriceElement entities.
|
void |
addReferenceObject(ServiceConfRefObject... entity)
Adds elements to the list of associated ServiceConfRefObject entities.
|
void |
addText(ServiceConfirmationText... entity)
Adds elements to the list of associated ServiceConfirmationText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ServiceConfirmation.ServiceConfirmationBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ServiceConfirmationItem> |
fetchItem()
Fetches the ServiceConfirmationItem entities (one to many) associated with this entity.
|
List<ServiceConfPersonResp> |
fetchPersonResponsible()
Fetches the ServiceConfPersonResp entities (one to many) associated with this entity.
|
List<ServiceConfPriceElement> |
fetchPricingElement()
Fetches the ServiceConfPriceElement entities (one to many) associated with this entity.
|
List<ServiceConfRefObject> |
fetchReferenceObject()
Fetches the ServiceConfRefObject entities (one to many) associated with this entity.
|
List<ServiceConfirmationText> |
fetchText()
Fetches the ServiceConfirmationText entities (one to many) associated with this entity.
|
static <T> ServiceConfirmationField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getBillToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getContactPerson()
Constraints: Not nullable, Maximum length: 10
|
LocalDateTime |
getCustomerPurchaseOrderDate()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
String |
getDistributionChannel()
Constraints: Not nullable, Maximum length: 2
|
String |
getDivision()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
io.vavr.control.Option<List<ServiceConfirmationItem>> |
getItemIfPresent()
Retrieval of associated ServiceConfirmationItem entities (one to many).
|
List<ServiceConfirmationItem> |
getItemOrFetch()
Retrieval of associated ServiceConfirmationItem entities (one to many).
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
String |
getPayerParty()
Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<List<ServiceConfPersonResp>> |
getPersonResponsibleIfPresent()
Retrieval of associated ServiceConfPersonResp entities (one to many).
|
List<ServiceConfPersonResp> |
getPersonResponsibleOrFetch()
Retrieval of associated ServiceConfPersonResp entities (one to many).
|
io.vavr.control.Option<List<ServiceConfPriceElement>> |
getPricingElementIfPresent()
Retrieval of associated ServiceConfPriceElement entities (one to many).
|
List<ServiceConfPriceElement> |
getPricingElementOrFetch()
Retrieval of associated ServiceConfPriceElement entities (one to many).
|
String |
getPurchaseOrderByCustomer()
Constraints: Not nullable, Maximum length: 35
|
io.vavr.control.Option<List<ServiceConfRefObject>> |
getReferenceObjectIfPresent()
Retrieval of associated ServiceConfRefObject entities (one to many).
|
List<ServiceConfRefObject> |
getReferenceObjectOrFetch()
Retrieval of associated ServiceConfRefObject entities (one to many).
|
String |
getReferenceServiceOrder()
Constraints: Not nullable, Maximum length: 10
|
ZonedDateTime |
getRequestedServiceEndDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getRequestedServiceStartDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getRespyMgmtGlobalTeamID()
Constraints: Not nullable, Maximum length: 40
|
String |
getRespyMgmtServiceTeam()
Constraints: Not nullable, Maximum length: 8
|
String |
getRespyMgmtServiceTeamName()
Constraints: Not nullable, Maximum length: 40
|
String |
getSalesGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesGroupOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOffice()
Constraints: Not nullable, Maximum length: 4
|
String |
getSalesOfficeOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getSalesOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getSalesOrganizationOrgUnitID()
Constraints: Not nullable, Maximum length: 14
|
String |
getServiceConfirmation()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getServiceConfirmationDescription()
Constraints: Not nullable, Maximum length: 40
|
Boolean |
getServiceConfirmationIsCanceled()
Constraints: none
|
String |
getServiceConfirmationIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceConfirmationIsFinal()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceConfirmationType()
Constraints: Not nullable, Maximum length: 4
|
UUID |
getServiceConfirmationUUID()
Constraints: none
|
String |
getServiceDocumentPriority()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceObjectType()
Constraints: Not nullable, Maximum length: 10
|
String |
getServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getShipToParty()
Constraints: Not nullable, Maximum length: 10
|
String |
getSoldToParty()
Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<List<ServiceConfirmationText>> |
getTextIfPresent()
Retrieval of associated ServiceConfirmationText entities (one to many).
|
List<ServiceConfirmationText> |
getTextOrFetch()
Retrieval of associated ServiceConfirmationText entities (one to many).
|
String |
getTransactionCurrency()
Constraints: Not nullable, Maximum length: 5
|
Class<ServiceConfirmation> |
getType() |
int |
hashCode() |
void |
setBillToParty(String billToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setContactPerson(String contactPerson)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerPurchaseOrderDate(LocalDateTime customerPurchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
void |
setDistributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
void |
setDivision(String division)
Constraints: Not nullable, Maximum length: 2
|
void |
setItem(List<ServiceConfirmationItem> value)
Overwrites the list of associated ServiceConfirmationItem entities for the loaded navigation property
to_Item.
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setPayerParty(String payerParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setPersonResponsible(List<ServiceConfPersonResp> value)
Overwrites the list of associated ServiceConfPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
void |
setPricingElement(List<ServiceConfPriceElement> value)
Overwrites the list of associated ServiceConfPriceElement entities for the loaded navigation property
to_PricingElement.
|
void |
setPurchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
void |
setReferenceObject(List<ServiceConfRefObject> value)
Overwrites the list of associated ServiceConfRefObject entities for the loaded navigation property
to_ReferenceObject.
|
void |
setReferenceServiceOrder(String referenceServiceOrder)
Constraints: Not nullable, Maximum length: 10
|
void |
setRequestedServiceEndDateTime(ZonedDateTime requestedServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRequestedServiceStartDateTime(ZonedDateTime requestedServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRespyMgmtGlobalTeamID(String respyMgmtGlobalTeamID)
Constraints: Not nullable, Maximum length: 40
|
void |
setRespyMgmtServiceTeam(String respyMgmtServiceTeam)
Constraints: Not nullable, Maximum length: 8
|
void |
setRespyMgmtServiceTeamName(String respyMgmtServiceTeamName)
Constraints: Not nullable, Maximum length: 40
|
void |
setSalesGroup(String salesGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesGroupOrgUnitID(String salesGroupOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOffice(String salesOffice)
Constraints: Not nullable, Maximum length: 4
|
void |
setSalesOfficeOrgUnitID(String salesOfficeOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setSalesOrganization(String salesOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setSalesOrganizationOrgUnitID(String salesOrganizationOrgUnitID)
Constraints: Not nullable, Maximum length: 14
|
void |
setServiceConfirmation(String serviceConfirmation)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceConfirmationDescription(String serviceConfirmationDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceConfirmationIsCanceled(Boolean serviceConfirmationIsCanceled)
Constraints: none
|
void |
setServiceConfirmationIsCompleted(String serviceConfirmationIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceConfirmationIsFinal(String serviceConfirmationIsFinal)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceConfirmationType(String serviceConfirmationType)
Constraints: Not nullable, Maximum length: 4
|
void |
setServiceConfirmationUUID(UUID serviceConfirmationUUID)
Constraints: none
|
void |
setServiceDocumentPriority(String serviceDocumentPriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceObjectType(String serviceObjectType)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceOrganization(String serviceOrganization)
Constraints: Not nullable, Maximum length: 14
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShipToParty(String shipToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setSoldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setText(List<ServiceConfirmationText> value)
Overwrites the list of associated ServiceConfirmationText entities for the loaded navigation property
to_Text.
|
void |
setTransactionCurrency(String transactionCurrency)
Constraints: Not nullable, Maximum length: 5
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final ServiceConfirmationSelectable ALL_FIELDS
public static final ServiceConfirmationField<String> SERVICE_CONFIRMATION
public static final ServiceConfirmationField<String> SERVICE_CONFIRMATION_TYPE
public static final ServiceConfirmationField<UUID> SERVICE_CONFIRMATION_UUID
public static final ServiceConfirmationField<String> SERVICE_CONFIRMATION_DESCRIPTION
public static final ServiceConfirmationField<String> SERVICE_OBJECT_TYPE
public static final ServiceConfirmationField<String> LANGUAGE
public static final ServiceConfirmationField<String> SERVICE_DOCUMENT_PRIORITY
public static final ServiceConfirmationField<ZonedDateTime> REQUESTED_SERVICE_START_DATE_TIME
public static final ServiceConfirmationField<ZonedDateTime> REQUESTED_SERVICE_END_DATE_TIME
public static final ServiceConfirmationField<String> PURCHASE_ORDER_BY_CUSTOMER
public static final ServiceConfirmationField<LocalDateTime> CUSTOMER_PURCHASE_ORDER_DATE
public static final ServiceConfirmationField<String> SERVICE_CONFIRMATION_IS_COMPLETED
public static final ServiceConfirmationField<Boolean> SERVICE_CONFIRMATION_IS_CANCELED
public static final ServiceConfirmationField<String> SALES_ORGANIZATION
public static final ServiceConfirmationField<String> DISTRIBUTION_CHANNEL
public static final ServiceConfirmationField<String> DIVISION
public static final ServiceConfirmationField<String> SALES_OFFICE
public static final ServiceConfirmationField<String> SALES_GROUP
public static final ServiceConfirmationField<String> SOLD_TO_PARTY
public static final ServiceConfirmationField<String> SHIP_TO_PARTY
public static final ServiceConfirmationField<String> BILL_TO_PARTY
public static final ServiceConfirmationField<String> PAYER_PARTY
public static final ServiceConfirmationField<String> CONTACT_PERSON
public static final ServiceConfirmationField<String> REFERENCE_SERVICE_ORDER
public static final ServiceConfirmationField<String> SERVICE_CONFIRMATION_IS_FINAL
public static final ServiceConfirmationField<String> TRANSACTION_CURRENCY
public static final ServiceConfirmationField<String> RESPY_MGMT_SERVICE_TEAM
public static final ServiceConfirmationField<String> RESPY_MGMT_SERVICE_TEAM_NAME
public static final ServiceConfirmationField<String> RESPY_MGMT_GLOBAL_TEAM_ID
public static final ServiceConfirmationField<String> SALES_ORGANIZATION_ORG_UNIT_ID
public static final ServiceConfirmationField<String> SERVICE_ORGANIZATION
public static final ServiceConfirmationField<String> SALES_OFFICE_ORG_UNIT_ID
public static final ServiceConfirmationField<String> SALES_GROUP_ORG_UNIT_ID
public static final ServiceConfirmationLink<ServiceConfirmationItem> TO_ITEM
public static final ServiceConfirmationLink<ServiceConfPersonResp> TO_PERSON_RESPONSIBLE
public static final ServiceConfirmationLink<ServiceConfPriceElement> TO_PRICING_ELEMENT
public static final ServiceConfirmationLink<ServiceConfRefObject> TO_REFERENCE_OBJECT
public static final ServiceConfirmationLink<ServiceConfirmationText> TO_TEXT
public ServiceConfirmation()
public ServiceConfirmation(@Nullable String serviceConfirmation, @Nullable String serviceConfirmationType, @Nullable UUID serviceConfirmationUUID, @Nullable String serviceConfirmationDescription, @Nullable String serviceObjectType, @Nullable String language, @Nullable String serviceDocumentPriority, @Nullable ZonedDateTime requestedServiceStartDateTime, @Nullable ZonedDateTime requestedServiceEndDateTime, @Nullable String purchaseOrderByCustomer, @Nullable LocalDateTime customerPurchaseOrderDate, @Nullable String serviceConfirmationIsCompleted, @Nullable Boolean serviceConfirmationIsCanceled, @Nullable String salesOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String salesOffice, @Nullable String salesGroup, @Nullable String soldToParty, @Nullable String shipToParty, @Nullable String billToParty, @Nullable String payerParty, @Nullable String contactPerson, @Nullable String referenceServiceOrder, @Nullable String serviceConfirmationIsFinal, @Nullable String transactionCurrency, @Nullable String respyMgmtServiceTeam, @Nullable String respyMgmtServiceTeamName, @Nullable String respyMgmtGlobalTeamID, @Nullable String salesOrganizationOrgUnitID, @Nullable String serviceOrganization, @Nullable String salesOfficeOrgUnitID, @Nullable String salesGroupOrgUnitID, List<ServiceConfirmationItem> toItem, List<ServiceConfPersonResp> toPersonResponsible, List<ServiceConfPriceElement> toPricingElement, List<ServiceConfRefObject> toReferenceObject, List<ServiceConfirmationText> toText)
@Nonnull public Class<ServiceConfirmation> getType()
getType
in class VdmObject<ServiceConfirmation>
public void setServiceConfirmation(@Nullable String serviceConfirmation)
Original property name from the Odata EDM: ServiceConfirmation
serviceConfirmation
- Number that identifies the transaction document. It is unique for each business transaction category.public void setServiceConfirmationType(@Nullable String serviceConfirmationType)
Original property name from the Odata EDM: ServiceConfirmationType
A transaction type defines the characteristics and attributes of a business transaction (for example, sales order, service request, visit), and determines the controlling attributes (for example, text determination procedure, partner determination procedure, status profile, organizational data profile). A transaction type controls the processing of a specific business transaction.
serviceConfirmationType
- Key that identifies a transaction type.public void setServiceConfirmationUUID(@Nullable UUID serviceConfirmationUUID)
Original property name from the Odata EDM: ServiceConfirmationUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
serviceConfirmationUUID
- The unique ID for an operation is a technical key by which the operation can be uniquely identified.public void setServiceConfirmationDescription(@Nullable String serviceConfirmationDescription)
Original property name from the Odata EDM: ServiceConfirmationDescription
The description can be used during a search for the transaction.
serviceConfirmationDescription
- Short description for a transaction.public void setServiceObjectType(@Nullable String serviceObjectType)
Original property name from the Odata EDM: ServiceObjectType
You assign one or more business transaction categories to a transaction type.Depending on the leading business transaction category, only specific combinations are possible with other business transaction categories. The business transaction category Sales can only be combined with Activities, for example.
serviceObjectType
- Determines the business context in which a transaction type or item category can be used (for example,
Service, Sales, Activity).public void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language in which the transaction short text was entered.public void setServiceDocumentPriority(@Nullable String serviceDocumentPriority)
Original property name from the Odata EDM: ServiceDocumentPriority
serviceDocumentPriority
- Enter the priority of the document, for example, high or low.public void setRequestedServiceStartDateTime(@Nullable ZonedDateTime requestedServiceStartDateTime)
Original property name from the Odata EDM: RequestedServiceStartDateTime
requestedServiceStartDateTime
- Service Request Start Datepublic void setRequestedServiceEndDateTime(@Nullable ZonedDateTime requestedServiceEndDateTime)
Original property name from the Odata EDM: RequestedServiceEndDateTime
requestedServiceEndDateTime
- Service Request Due Datepublic void setPurchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
The number represents the connection between the order from the sold-to party and the sales document generated. Customers can use these numbers in correspondence to help determine specific document information. If a number is used for an order, then you can also print out this number on documents sent to customers (such as the delivery note).
purchaseOrderByCustomer
- Number used by the sold-to party to uniquely identify their sales document (such as an order).public void setCustomerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
Original property name from the Odata EDM: CustomerPurchaseOrderDate
customerPurchaseOrderDate
- Date which appears on the customer purchase order. For example, it can describe the day on which the
customer created the purchase order.public void setServiceConfirmationIsCompleted(@Nullable String serviceConfirmationIsCompleted)
Original property name from the Odata EDM: ServiceConfirmationIsCompleted
serviceConfirmationIsCompleted
- The serviceConfirmationIsCompleted to set.public void setServiceConfirmationIsCanceled(@Nullable Boolean serviceConfirmationIsCanceled)
Original property name from the Odata EDM: ServiceConfirmationIsCanceled
serviceConfirmationIsCanceled
- Status Is Activepublic void setSalesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
salesOrganization
- An organizational unit responsible for the sale of certain products or services. The responsibility of
a sales organization may include legal liability for products and customer claims.public void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
You can define data for business partners and products per sales organization and distribution channel. In a sales organization you can deliver to a specific customer through several distribution channels.You can assign a specific distribution channel as an attribute to one or more organizational units. These can be sales organizations or subordinate organizational units for a sales organization such as sales offices.If you work with a selection of sales offices from one sales organization, each of these sales offices can be responsible for a specific distribution channel (for example, wholesale trade, retail trade, direct sales). The attribute "distribution channel" is then assigned to each sales office.When determining the sales area, the system reads for which sales organization an office with a specific distribution channel is assigned and uses this to determine the combination of sales organization and distribution channel.
distributionChannel
- Channel through which the goods or services reach the customer. Typical examples of distribution
channels are wholesale trade, retail trade, or direct sales.public void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
A division can be used, for example, to display a specific product group.
division
- Option of grouping products.public void setSalesOffice(@Nullable String salesOffice)
Original property name from the Odata EDM: SalesOffice
When you create sales statistics, you can use a sales office as one of the selection criteria. When you print out order confirmations, you can include the address of the sales office.You can assign each customer to a sales office in the customer master record.Within a sales office you can establish sales groups (for example, departments) with specific sales responsibilities. Each person who works in the sales office can be assigned to a sales group in his or her user master record. Each customer can also be assigned to a particular sales group in the customer master record.
salesOffice
- A physical location (for example, a branch office) that has responsibility for the sale of certain
products or services within a given geographical area.public void setSalesGroup(@Nullable String salesGroup)
Original property name from the Odata EDM: SalesGroup
By using sales groups you can designate different areas of responsibility within a sales office. When you generate sales statistics, you can use the sales group as one of the selection criteria.If sales office personnel service both retail and wholesale markets, you can assign a sales group to each market.You assign each salesperson to a sales group in his or her user master record. You assign each customer to a particular sales group in the customer's master record.
salesGroup
- A group of sales people who are responsible for processing sales of certain products or services.public void setSoldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
soldToParty
- The 32-digit GUID used to identify the sold-to party.public void setShipToParty(@Nullable String shipToParty)
Original property name from the Odata EDM: ShipToParty
shipToParty
- Specifies the ship-to party as a 32-digit GUID.public void setBillToParty(@Nullable String billToParty)
Original property name from the Odata EDM: BillToParty
billToParty
- The 32 digit GUID for the bill-to party.public void setPayerParty(@Nullable String payerParty)
Original property name from the Odata EDM: PayerParty
payerParty
- The 32-digit GUID that specifies the payer.public void setContactPerson(@Nullable String contactPerson)
Original property name from the Odata EDM: ContactPerson
contactPerson
- Customer Contact Personpublic void setReferenceServiceOrder(@Nullable String referenceServiceOrder)
Original property name from the Odata EDM: ReferenceServiceOrder
referenceServiceOrder
- Number that identifies the transaction document. It is unique for each business transaction category.public void setServiceConfirmationIsFinal(@Nullable String serviceConfirmationIsFinal)
Original property name from the Odata EDM: ServiceConfirmationIsFinal
serviceConfirmationIsFinal
- Final service confirmation for the related service orderpublic void setTransactionCurrency(@Nullable String transactionCurrency)
Original property name from the Odata EDM: TransactionCurrency
The currency is maintained per sales area in the business partner master. The currency for the customer is created from the business partner master in the document. You can change the currency as long as no follow-up functions (for example, billing document) have been triggered.
transactionCurrency
- Currency in which the settlement is carried out with the customer or the vendor.public void setRespyMgmtServiceTeam(@Nullable String respyMgmtServiceTeam)
Original property name from the Odata EDM: RespyMgmtServiceTeam
respyMgmtServiceTeam
- Service Team (Responsibility Management)public void setRespyMgmtServiceTeamName(@Nullable String respyMgmtServiceTeamName)
Original property name from the Odata EDM: RespyMgmtServiceTeamName
respyMgmtServiceTeamName
- Namepublic void setRespyMgmtGlobalTeamID(@Nullable String respyMgmtGlobalTeamID)
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
respyMgmtGlobalTeamID
- Global Team ID in Responsibility Mgmt.public void setSalesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
You can assign as many distribution channels and divisions as you want to a sales organization. A specific combination of sales organizations, distribution channels and divisions is known as a sales area.
salesOrganizationOrgUnitID
- Organizational unit responsible for specific products or services for sales and distribution. The
responsibility of a sales organization can include legal liability for products and the customer's
right of recourse.public void setServiceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
serviceOrganization
- Service organization for organizational management.public void setSalesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
You can form purchasing groups (for example, departments) in a sales office with specific sales responsibilities.
salesOfficeOrgUnitID
- Location (for example, branch office), that is responsible for specific sales and distribution
products and services in a particular geographic area.public void setSalesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
You can use purchasing groups to form different areas of responsibility in a sales office.
salesGroupOrgUnitID
- Group of sales employees, responsible for processing specific products or services.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ServiceConfirmation>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ServiceConfirmation>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ServiceConfirmation>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ServiceConfirmation>
@Nonnull public static <T> ServiceConfirmationField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> ServiceConfirmationField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<ServiceConfirmation>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ServiceConfirmation>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ServiceConfirmation>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<ServiceConfirmation>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ServiceConfirmation>
@Nonnull public List<ServiceConfirmationItem> fetchItem() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ServiceConfirmationItem> getItemOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Item of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ServiceConfirmationItem>> getItemIfPresent()
If the navigation property for an entity ServiceConfirmation has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setItem(@Nonnull List<ServiceConfirmationItem> value)
If the navigation property to_Item of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ServiceConfirmationItem entities.public void addItem(ServiceConfirmationItem... entity)
If the navigation property to_Item of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ServiceConfirmationItem entities.@Nonnull public List<ServiceConfPersonResp> fetchPersonResponsible() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ServiceConfPersonResp> getPersonResponsibleOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PersonResponsible of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ServiceConfPersonResp>> getPersonResponsibleIfPresent()
If the navigation property for an entity ServiceConfirmation has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setPersonResponsible(@Nonnull List<ServiceConfPersonResp> value)
If the navigation property to_PersonResponsible of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ServiceConfPersonResp entities.public void addPersonResponsible(ServiceConfPersonResp... entity)
If the navigation property to_PersonResponsible of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ServiceConfPersonResp entities.@Nonnull public List<ServiceConfPriceElement> fetchPricingElement() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ServiceConfPriceElement> getPricingElementOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PricingElement of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ServiceConfPriceElement>> getPricingElementIfPresent()
If the navigation property for an entity ServiceConfirmation has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setPricingElement(@Nonnull List<ServiceConfPriceElement> value)
If the navigation property to_PricingElement of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ServiceConfPriceElement entities.public void addPricingElement(ServiceConfPriceElement... entity)
If the navigation property to_PricingElement of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ServiceConfPriceElement entities.@Nonnull public List<ServiceConfRefObject> fetchReferenceObject() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ServiceConfRefObject> getReferenceObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ReferenceObject of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ServiceConfRefObject>> getReferenceObjectIfPresent()
If the navigation property for an entity ServiceConfirmation has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setReferenceObject(@Nonnull List<ServiceConfRefObject> value)
If the navigation property to_ReferenceObject of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ServiceConfRefObject entities.public void addReferenceObject(ServiceConfRefObject... entity)
If the navigation property to_ReferenceObject of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ServiceConfRefObject entities.@Nonnull public List<ServiceConfirmationText> fetchText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<ServiceConfirmationText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<ServiceConfirmationText>> getTextIfPresent()
If the navigation property for an entity ServiceConfirmation has not been resolved yet, this method will
not query further information. Instead its Option
result state will be empty
.
Option
with result state
empty
is returned.public void setText(@Nonnull List<ServiceConfirmationText> value)
If the navigation property to_Text of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of ServiceConfirmationText entities.public void addText(ServiceConfirmationText... entity)
If the navigation property to_Text of a queried ServiceConfirmation is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of ServiceConfirmationText entities.@Nonnull public static ServiceConfirmation.ServiceConfirmationBuilder builder()
@Nullable public String getServiceConfirmation()
Original property name from the Odata EDM: ServiceConfirmation
@Nullable public String getServiceConfirmationType()
Original property name from the Odata EDM: ServiceConfirmationType
A transaction type defines the characteristics and attributes of a business transaction (for example, sales order, service request, visit), and determines the controlling attributes (for example, text determination procedure, partner determination procedure, status profile, organizational data profile). A transaction type controls the processing of a specific business transaction.
@Nullable public UUID getServiceConfirmationUUID()
Original property name from the Odata EDM: ServiceConfirmationUUID
This key is only used internally, and the operation number is always displayed on the interface. However, the operation number is not necessarily unique.
@Nullable public String getServiceConfirmationDescription()
Original property name from the Odata EDM: ServiceConfirmationDescription
The description can be used during a search for the transaction.
@Nullable public String getServiceObjectType()
Original property name from the Odata EDM: ServiceObjectType
You assign one or more business transaction categories to a transaction type.Depending on the leading business transaction category, only specific combinations are possible with other business transaction categories. The business transaction category Sales can only be combined with Activities, for example.
@Nullable public String getLanguage()
Original property name from the Odata EDM: Language
@Nullable public String getServiceDocumentPriority()
Original property name from the Odata EDM: ServiceDocumentPriority
@Nullable public ZonedDateTime getRequestedServiceStartDateTime()
Original property name from the Odata EDM: RequestedServiceStartDateTime
@Nullable public ZonedDateTime getRequestedServiceEndDateTime()
Original property name from the Odata EDM: RequestedServiceEndDateTime
@Nullable public String getPurchaseOrderByCustomer()
Original property name from the Odata EDM: PurchaseOrderByCustomer
The number represents the connection between the order from the sold-to party and the sales document generated. Customers can use these numbers in correspondence to help determine specific document information. If a number is used for an order, then you can also print out this number on documents sent to customers (such as the delivery note).
@Nullable public LocalDateTime getCustomerPurchaseOrderDate()
Original property name from the Odata EDM: CustomerPurchaseOrderDate
@Nullable public String getServiceConfirmationIsCompleted()
Original property name from the Odata EDM: ServiceConfirmationIsCompleted
@Nullable public Boolean getServiceConfirmationIsCanceled()
Original property name from the Odata EDM: ServiceConfirmationIsCanceled
@Nullable public String getSalesOrganization()
Original property name from the Odata EDM: SalesOrganization
You can assign any number of distribution channels and divisions to a sales organization. A particular combination of sales organization, distribution channel, and division is known as a sales area.
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
You can define data for business partners and products per sales organization and distribution channel. In a sales organization you can deliver to a specific customer through several distribution channels.You can assign a specific distribution channel as an attribute to one or more organizational units. These can be sales organizations or subordinate organizational units for a sales organization such as sales offices.If you work with a selection of sales offices from one sales organization, each of these sales offices can be responsible for a specific distribution channel (for example, wholesale trade, retail trade, direct sales). The attribute "distribution channel" is then assigned to each sales office.When determining the sales area, the system reads for which sales organization an office with a specific distribution channel is assigned and uses this to determine the combination of sales organization and distribution channel.
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
A division can be used, for example, to display a specific product group.
@Nullable public String getSalesOffice()
Original property name from the Odata EDM: SalesOffice
When you create sales statistics, you can use a sales office as one of the selection criteria. When you print out order confirmations, you can include the address of the sales office.You can assign each customer to a sales office in the customer master record.Within a sales office you can establish sales groups (for example, departments) with specific sales responsibilities. Each person who works in the sales office can be assigned to a sales group in his or her user master record. Each customer can also be assigned to a particular sales group in the customer master record.
@Nullable public String getSalesGroup()
Original property name from the Odata EDM: SalesGroup
By using sales groups you can designate different areas of responsibility within a sales office. When you generate sales statistics, you can use the sales group as one of the selection criteria.If sales office personnel service both retail and wholesale markets, you can assign a sales group to each market.You assign each salesperson to a sales group in his or her user master record. You assign each customer to a particular sales group in the customer's master record.
@Nullable public String getSoldToParty()
Original property name from the Odata EDM: SoldToParty
@Nullable public String getShipToParty()
Original property name from the Odata EDM: ShipToParty
@Nullable public String getBillToParty()
Original property name from the Odata EDM: BillToParty
@Nullable public String getPayerParty()
Original property name from the Odata EDM: PayerParty
@Nullable public String getContactPerson()
Original property name from the Odata EDM: ContactPerson
@Nullable public String getReferenceServiceOrder()
Original property name from the Odata EDM: ReferenceServiceOrder
@Nullable public String getServiceConfirmationIsFinal()
Original property name from the Odata EDM: ServiceConfirmationIsFinal
@Nullable public String getTransactionCurrency()
Original property name from the Odata EDM: TransactionCurrency
The currency is maintained per sales area in the business partner master. The currency for the customer is created from the business partner master in the document. You can change the currency as long as no follow-up functions (for example, billing document) have been triggered.
@Nullable public String getRespyMgmtServiceTeam()
Original property name from the Odata EDM: RespyMgmtServiceTeam
@Nullable public String getRespyMgmtServiceTeamName()
Original property name from the Odata EDM: RespyMgmtServiceTeamName
@Nullable public String getRespyMgmtGlobalTeamID()
Original property name from the Odata EDM: RespyMgmtGlobalTeamID
@Nullable public String getSalesOrganizationOrgUnitID()
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
You can assign as many distribution channels and divisions as you want to a sales organization. A specific combination of sales organizations, distribution channels and divisions is known as a sales area.
@Nullable public String getServiceOrganization()
Original property name from the Odata EDM: ServiceOrganization
@Nullable public String getSalesOfficeOrgUnitID()
Original property name from the Odata EDM: SalesOfficeOrgUnitID
You can form purchasing groups (for example, departments) in a sales office with specific sales responsibilities.
@Nullable public String getSalesGroupOrgUnitID()
Original property name from the Odata EDM: SalesGroupOrgUnitID
You can use purchasing groups to form different areas of responsibility in a sales office.
@Nonnull public String toString()
toString
in class VdmObject<ServiceConfirmation>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ServiceConfirmation>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ServiceConfirmation>
public int hashCode()
hashCode
in class VdmObject<ServiceConfirmation>
Copyright © 2021 SAP SE. All rights reserved.