public class ServiceRequest extends VdmEntity<ServiceRequest>
Original entity name from the Odata EDM: A_ServiceRequestType
Modifier and Type | Class and Description |
---|---|
static class |
ServiceRequest.ServiceRequestBuilder
Helper class to allow for fluent creation of ServiceRequest instances.
|
Modifier and Type | Field and Description |
---|---|
static ServiceRequestSelectable |
ALL_FIELDS
Selector for all available fields of ServiceRequest.
|
static ServiceRequestField<LocalDateTime> |
CUSTOMER_PURCHASE_ORDER_DATE
Use with available fluent helpers to apply the CustomerPurchaseOrderDate field to query operations.
|
static ServiceRequestField<String> |
DISTRIBUTION_CHANNEL
Use with available fluent helpers to apply the DistributionChannel field to query operations.
|
static ServiceRequestField<String> |
DIVISION
Use with available fluent helpers to apply the Division field to query operations.
|
static ServiceRequestField<String> |
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static ServiceRequestField<String> |
PURCHASE_ORDER_BY_CUSTOMER
Use with available fluent helpers to apply the PurchaseOrderByCustomer field to query operations.
|
static ServiceRequestField<String> |
RECOMMENDED_SERVICE_PRIORITY
Use with available fluent helpers to apply the RecommendedServicePriority field to query operations.
|
static ServiceRequestField<ZonedDateTime> |
REQUESTED_SERVICE_END_DATE_TIME
Use with available fluent helpers to apply the RequestedServiceEndDateTime field to query operations.
|
static ServiceRequestField<ZonedDateTime> |
REQUESTED_SERVICE_START_DATE_TIME
Use with available fluent helpers to apply the RequestedServiceStartDateTime field to query operations.
|
static ServiceRequestField<String> |
RESPONSE_PROFILE
Use with available fluent helpers to apply the ResponseProfile field to query operations.
|
static ServiceRequestField<String> |
SALES_GROUP
Use with available fluent helpers to apply the SalesGroup field to query operations.
|
static ServiceRequestField<String> |
SALES_GROUP_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesGroupOrgUnitID field to query operations.
|
static ServiceRequestField<String> |
SALES_OFFICE
Use with available fluent helpers to apply the SalesOffice field to query operations.
|
static ServiceRequestField<String> |
SALES_OFFICE_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOfficeOrgUnitID field to query operations.
|
static ServiceRequestField<String> |
SALES_ORGANIZATION
Use with available fluent helpers to apply the SalesOrganization field to query operations.
|
static ServiceRequestField<String> |
SALES_ORGANIZATION_ORG_UNIT_ID
Use with available fluent helpers to apply the SalesOrganizationOrgUnitID field to query operations.
|
static ServiceRequestField<String> |
SERVICE_DOCUMENT_CATEGORY
Use with available fluent helpers to apply the ServiceDocumentCategory field to query operations.
|
static ServiceRequestField<String> |
SERVICE_DOCUMENT_PRIORITY
Use with available fluent helpers to apply the ServiceDocumentPriority field to query operations.
|
static ServiceRequestField<ZonedDateTime> |
SERVICE_DUE_BY_DATE_TIME
Use with available fluent helpers to apply the ServiceDueByDateTime field to query operations.
|
static ServiceRequestField<ZonedDateTime> |
SERVICE_FIRST_RESPONSE_BY_DATE_TIME
Use with available fluent helpers to apply the ServiceFirstResponseByDateTime field to query operations.
|
static ServiceRequestField<String> |
SERVICE_ORGANIZATION
Use with available fluent helpers to apply the ServiceOrganization field to query operations.
|
static ServiceRequestField<String> |
SERVICE_PROFILE
Use with available fluent helpers to apply the ServiceProfile field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST
Use with available fluent helpers to apply the ServiceRequest field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_DESCRIPTION
Use with available fluent helpers to apply the ServiceRequestDescription field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_IMPACT
Use with available fluent helpers to apply the ServiceRequestImpact field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_IS_CANCELED
Use with available fluent helpers to apply the ServiceRequestIsCanceled field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_IS_COMPLETED
Use with available fluent helpers to apply the ServiceRequestIsCompleted field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_PROBLEM_CATEGORY
Use with available fluent helpers to apply the ServiceRequestProblemCategory field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_REPORTER
Use with available fluent helpers to apply the ServiceRequestReporter field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_TYPE
Use with available fluent helpers to apply the ServiceRequestType field to query operations.
|
static ServiceRequestField<String> |
SERVICE_REQUEST_URGENCY
Use with available fluent helpers to apply the ServiceRequestUrgency field to query operations.
|
static ServiceRequestField<UUID> |
SERVICE_REQUEST_UUID
Use with available fluent helpers to apply the ServiceRequestUUID field to query operations.
|
static ServiceRequestField<String> |
SOLD_TO_PARTY
Use with available fluent helpers to apply the SoldToParty field to query operations.
|
static ServiceRequestLink<ServiceRequestDefect> |
TO_DEFECT
Use with available fluent helpers to apply the to_Defect navigation property to query operations.
|
static ServiceRequestLink<ServiceRequestOrder> |
TO_ORDER
Use with available fluent helpers to apply the to_Order navigation property to query operations.
|
static ServiceRequestLink<ServiceRequestPersonResp> |
TO_PERSON_RESPONSIBLE
Use with available fluent helpers to apply the to_PersonResponsible navigation property to query
operations.
|
static ServiceRequestOneToOneLink<ServiceRequestReason> |
TO_REASON
Use with available fluent helpers to apply the to_Reason navigation property to query operations.
|
static ServiceRequestLink<ServiceRequestRefObject> |
TO_REFERENCE_OBJECT
Use with available fluent helpers to apply the to_ReferenceObject navigation property to query operations.
|
static ServiceRequestLink<ServiceRequestText> |
TO_TEXT
Use with available fluent helpers to apply the to_Text navigation property to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ServiceRequest() |
ServiceRequest(String serviceRequest,
String serviceRequestType,
UUID serviceRequestUUID,
String serviceRequestDescription,
String language,
String serviceDocumentPriority,
String serviceDocumentCategory,
ZonedDateTime requestedServiceStartDateTime,
ZonedDateTime requestedServiceEndDateTime,
ZonedDateTime serviceFirstResponseByDateTime,
ZonedDateTime serviceDueByDateTime,
String purchaseOrderByCustomer,
LocalDateTime customerPurchaseOrderDate,
String recommendedServicePriority,
String serviceRequestUrgency,
String serviceRequestImpact,
String serviceRequestProblemCategory,
String serviceRequestIsCanceled,
String serviceRequestIsCompleted,
String salesOrganization,
String distributionChannel,
String division,
String salesOffice,
String salesGroup,
String soldToParty,
String serviceRequestReporter,
String responseProfile,
String serviceProfile,
String salesOrganizationOrgUnitID,
String serviceOrganization,
String salesOfficeOrgUnitID,
String salesGroupOrgUnitID,
List<ServiceRequestDefect> toDefect,
List<ServiceRequestOrder> toOrder,
List<ServiceRequestPersonResp> toPersonResponsible,
ServiceRequestReason toReason,
List<ServiceRequestRefObject> toReferenceObject,
List<ServiceRequestText> toText) |
Modifier and Type | Method and Description |
---|---|
void |
addDefect(ServiceRequestDefect... entity)
Adds elements to the list of associated ServiceRequestDefect entities.
|
void |
addOrder(ServiceRequestOrder... entity)
Adds elements to the list of associated ServiceRequestOrder entities.
|
void |
addPersonResponsible(ServiceRequestPersonResp... entity)
Adds elements to the list of associated ServiceRequestPersonResp entities.
|
void |
addReferenceObject(ServiceRequestRefObject... entity)
Adds elements to the list of associated ServiceRequestRefObject entities.
|
void |
addText(ServiceRequestText... entity)
Adds elements to the list of associated ServiceRequestText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static ServiceRequest.ServiceRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ServiceRequestDefect> |
fetchDefect()
Fetches the ServiceRequestDefect entities (one to many) associated with this entity.
|
List<ServiceRequestOrder> |
fetchOrder()
Fetches the ServiceRequestOrder entities (one to many) associated with this entity.
|
List<ServiceRequestPersonResp> |
fetchPersonResponsible()
Fetches the ServiceRequestPersonResp entities (one to many) associated with this entity.
|
ServiceRequestReason |
fetchReason()
Fetches the ServiceRequestReason entity (one to one) associated with this entity.
|
List<ServiceRequestRefObject> |
fetchReferenceObject()
Fetches the ServiceRequestRefObject entities (one to many) associated with this entity.
|
List<ServiceRequestText> |
fetchText()
Fetches the ServiceRequestText entities (one to many) associated with this entity.
|
static <T> ServiceRequestField<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) |
LocalDateTime |
getCustomerPurchaseOrderDate()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
io.vavr.control.Option<List<ServiceRequestDefect>> |
getDefectIfPresent()
Retrieval of associated ServiceRequestDefect entities (one to many).
|
List<ServiceRequestDefect> |
getDefectOrFetch()
Retrieval of associated ServiceRequestDefect entities (one to many).
|
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.
|
protected Map<String,Object> |
getKey() |
String |
getLanguage()
Constraints: Not nullable, Maximum length: 2
|
io.vavr.control.Option<List<ServiceRequestOrder>> |
getOrderIfPresent()
Retrieval of associated ServiceRequestOrder entities (one to many).
|
List<ServiceRequestOrder> |
getOrderOrFetch()
Retrieval of associated ServiceRequestOrder entities (one to many).
|
io.vavr.control.Option<List<ServiceRequestPersonResp>> |
getPersonResponsibleIfPresent()
Retrieval of associated ServiceRequestPersonResp entities (one to many).
|
List<ServiceRequestPersonResp> |
getPersonResponsibleOrFetch()
Retrieval of associated ServiceRequestPersonResp entities (one to many).
|
String |
getPurchaseOrderByCustomer()
Constraints: Not nullable, Maximum length: 35
|
io.vavr.control.Option<ServiceRequestReason> |
getReasonIfPresent()
Retrieval of associated ServiceRequestReason entity (one to one).
|
ServiceRequestReason |
getReasonOrFetch()
Retrieval of associated ServiceRequestReason entity (one to one).
|
String |
getRecommendedServicePriority()
Constraints: Not nullable, Maximum length: 1
|
io.vavr.control.Option<List<ServiceRequestRefObject>> |
getReferenceObjectIfPresent()
Retrieval of associated ServiceRequestRefObject entities (one to many).
|
List<ServiceRequestRefObject> |
getReferenceObjectOrFetch()
Retrieval of associated ServiceRequestRefObject entities (one to many).
|
ZonedDateTime |
getRequestedServiceEndDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getRequestedServiceStartDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getResponseProfile()
Constraints: Not nullable, Maximum length: 10
|
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 |
getServiceDocumentCategory()
Constraints: Not nullable, Maximum length: 3
|
String |
getServiceDocumentPriority()
Constraints: Not nullable, Maximum length: 1
|
ZonedDateTime |
getServiceDueByDateTime()
Constraints: Not nullable, Precision: 0
|
ZonedDateTime |
getServiceFirstResponseByDateTime()
Constraints: Not nullable, Precision: 0
|
String |
getServiceOrganization()
Constraints: Not nullable, Maximum length: 14
|
String |
getServiceProfile()
Constraints: Not nullable, Maximum length: 10
|
String |
getServiceRequest()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getServiceRequestDescription()
Constraints: Not nullable, Maximum length: 40
|
String |
getServiceRequestImpact()
Constraints: Not nullable, Maximum length: 2
|
String |
getServiceRequestIsCanceled()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceRequestIsCompleted()
Constraints: Not nullable, Maximum length: 1
|
String |
getServiceRequestProblemCategory()
Constraints: Not nullable, Maximum length: 3
|
String |
getServiceRequestReporter()
Constraints: Not nullable, Maximum length: 10
|
String |
getServiceRequestType()
Constraints: Not nullable, Maximum length: 4
|
String |
getServiceRequestUrgency()
Constraints: Not nullable, Maximum length: 2
|
UUID |
getServiceRequestUUID()
Constraints: none
|
String |
getSoldToParty()
Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<List<ServiceRequestText>> |
getTextIfPresent()
Retrieval of associated ServiceRequestText entities (one to many).
|
List<ServiceRequestText> |
getTextOrFetch()
Retrieval of associated ServiceRequestText entities (one to many).
|
Class<ServiceRequest> |
getType() |
int |
hashCode() |
void |
setCustomerPurchaseOrderDate(LocalDateTime customerPurchaseOrderDate)
Constraints: Not nullable, Precision: 0
|
void |
setDefect(List<ServiceRequestDefect> value)
Overwrites the list of associated ServiceRequestDefect entities for the loaded navigation property
to_Defect.
|
void |
setDistributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
void |
setDivision(String division)
Constraints: Not nullable, Maximum length: 2
|
void |
setLanguage(String language)
Constraints: Not nullable, Maximum length: 2
|
void |
setOrder(List<ServiceRequestOrder> value)
Overwrites the list of associated ServiceRequestOrder entities for the loaded navigation property
to_Order.
|
void |
setPersonResponsible(List<ServiceRequestPersonResp> value)
Overwrites the list of associated ServiceRequestPersonResp entities for the loaded navigation property
to_PersonResponsible.
|
void |
setPurchaseOrderByCustomer(String purchaseOrderByCustomer)
Constraints: Not nullable, Maximum length: 35
|
void |
setReason(ServiceRequestReason value)
Overwrites the associated ServiceRequestReason entity for the loaded navigation property to_Reason.
|
void |
setRecommendedServicePriority(String recommendedServicePriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setReferenceObject(List<ServiceRequestRefObject> value)
Overwrites the list of associated ServiceRequestRefObject entities for the loaded navigation property
to_ReferenceObject.
|
void |
setRequestedServiceEndDateTime(ZonedDateTime requestedServiceEndDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setRequestedServiceStartDateTime(ZonedDateTime requestedServiceStartDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setResponseProfile(String responseProfile)
Constraints: Not nullable, Maximum length: 10
|
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 |
setServiceDocumentCategory(String serviceDocumentCategory)
Constraints: Not nullable, Maximum length: 3
|
void |
setServiceDocumentPriority(String serviceDocumentPriority)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceDueByDateTime(ZonedDateTime serviceDueByDateTime)
Constraints: Not nullable, Precision: 0
|
void |
setServiceFirstResponseByDateTime(ZonedDateTime serviceFirstResponseByDateTime)
Constraints: Not nullable, Precision: 0
|
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 |
setServiceProfile(String serviceProfile)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceRequest(String serviceRequest)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setServiceRequestDescription(String serviceRequestDescription)
Constraints: Not nullable, Maximum length: 40
|
void |
setServiceRequestImpact(String serviceRequestImpact)
Constraints: Not nullable, Maximum length: 2
|
void |
setServiceRequestIsCanceled(String serviceRequestIsCanceled)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceRequestIsCompleted(String serviceRequestIsCompleted)
Constraints: Not nullable, Maximum length: 1
|
void |
setServiceRequestProblemCategory(String serviceRequestProblemCategory)
Constraints: Not nullable, Maximum length: 3
|
void |
setServiceRequestReporter(String serviceRequestReporter)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceRequestType(String serviceRequestType)
Constraints: Not nullable, Maximum length: 4
|
void |
setServiceRequestUrgency(String serviceRequestUrgency)
Constraints: Not nullable, Maximum length: 2
|
void |
setServiceRequestUUID(UUID serviceRequestUUID)
Constraints: none
|
void |
setSoldToParty(String soldToParty)
Constraints: Not nullable, Maximum length: 10
|
void |
setText(List<ServiceRequestText> value)
Overwrites the list of associated ServiceRequestText entities for the loaded navigation property
to_Text.
|
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 ServiceRequestSelectable ALL_FIELDS
public static final ServiceRequestField<String> SERVICE_REQUEST
public static final ServiceRequestField<String> SERVICE_REQUEST_TYPE
public static final ServiceRequestField<UUID> SERVICE_REQUEST_UUID
public static final ServiceRequestField<String> SERVICE_REQUEST_DESCRIPTION
public static final ServiceRequestField<String> LANGUAGE
public static final ServiceRequestField<String> SERVICE_DOCUMENT_PRIORITY
public static final ServiceRequestField<String> SERVICE_DOCUMENT_CATEGORY
public static final ServiceRequestField<ZonedDateTime> REQUESTED_SERVICE_START_DATE_TIME
public static final ServiceRequestField<ZonedDateTime> REQUESTED_SERVICE_END_DATE_TIME
public static final ServiceRequestField<ZonedDateTime> SERVICE_FIRST_RESPONSE_BY_DATE_TIME
public static final ServiceRequestField<ZonedDateTime> SERVICE_DUE_BY_DATE_TIME
public static final ServiceRequestField<String> PURCHASE_ORDER_BY_CUSTOMER
public static final ServiceRequestField<LocalDateTime> CUSTOMER_PURCHASE_ORDER_DATE
public static final ServiceRequestField<String> RECOMMENDED_SERVICE_PRIORITY
public static final ServiceRequestField<String> SERVICE_REQUEST_URGENCY
public static final ServiceRequestField<String> SERVICE_REQUEST_IMPACT
public static final ServiceRequestField<String> SERVICE_REQUEST_PROBLEM_CATEGORY
public static final ServiceRequestField<String> SERVICE_REQUEST_IS_CANCELED
public static final ServiceRequestField<String> SERVICE_REQUEST_IS_COMPLETED
public static final ServiceRequestField<String> SALES_ORGANIZATION
public static final ServiceRequestField<String> DISTRIBUTION_CHANNEL
public static final ServiceRequestField<String> DIVISION
public static final ServiceRequestField<String> SALES_OFFICE
public static final ServiceRequestField<String> SALES_GROUP
public static final ServiceRequestField<String> SOLD_TO_PARTY
public static final ServiceRequestField<String> SERVICE_REQUEST_REPORTER
public static final ServiceRequestField<String> RESPONSE_PROFILE
public static final ServiceRequestField<String> SERVICE_PROFILE
public static final ServiceRequestField<String> SALES_ORGANIZATION_ORG_UNIT_ID
public static final ServiceRequestField<String> SERVICE_ORGANIZATION
public static final ServiceRequestField<String> SALES_OFFICE_ORG_UNIT_ID
public static final ServiceRequestField<String> SALES_GROUP_ORG_UNIT_ID
public static final ServiceRequestLink<ServiceRequestDefect> TO_DEFECT
public static final ServiceRequestLink<ServiceRequestOrder> TO_ORDER
public static final ServiceRequestLink<ServiceRequestPersonResp> TO_PERSON_RESPONSIBLE
public static final ServiceRequestOneToOneLink<ServiceRequestReason> TO_REASON
public static final ServiceRequestLink<ServiceRequestRefObject> TO_REFERENCE_OBJECT
public static final ServiceRequestLink<ServiceRequestText> TO_TEXT
public ServiceRequest()
public ServiceRequest(@Nullable String serviceRequest, @Nullable String serviceRequestType, @Nullable UUID serviceRequestUUID, @Nullable String serviceRequestDescription, @Nullable String language, @Nullable String serviceDocumentPriority, @Nullable String serviceDocumentCategory, @Nullable ZonedDateTime requestedServiceStartDateTime, @Nullable ZonedDateTime requestedServiceEndDateTime, @Nullable ZonedDateTime serviceFirstResponseByDateTime, @Nullable ZonedDateTime serviceDueByDateTime, @Nullable String purchaseOrderByCustomer, @Nullable LocalDateTime customerPurchaseOrderDate, @Nullable String recommendedServicePriority, @Nullable String serviceRequestUrgency, @Nullable String serviceRequestImpact, @Nullable String serviceRequestProblemCategory, @Nullable String serviceRequestIsCanceled, @Nullable String serviceRequestIsCompleted, @Nullable String salesOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String salesOffice, @Nullable String salesGroup, @Nullable String soldToParty, @Nullable String serviceRequestReporter, @Nullable String responseProfile, @Nullable String serviceProfile, @Nullable String salesOrganizationOrgUnitID, @Nullable String serviceOrganization, @Nullable String salesOfficeOrgUnitID, @Nullable String salesGroupOrgUnitID, List<ServiceRequestDefect> toDefect, List<ServiceRequestOrder> toOrder, List<ServiceRequestPersonResp> toPersonResponsible, @Nullable ServiceRequestReason toReason, List<ServiceRequestRefObject> toReferenceObject, List<ServiceRequestText> toText)
@Nonnull public Class<ServiceRequest> getType()
getType
in class VdmObject<ServiceRequest>
public void setServiceRequest(@Nullable String serviceRequest)
Original property name from the Odata EDM: ServiceRequest
serviceRequest
- Transaction IDpublic void setServiceRequestType(@Nullable String serviceRequestType)
Original property name from the Odata EDM: ServiceRequestType
serviceRequestType
- Business Transaction Typepublic void setServiceRequestUUID(@Nullable UUID serviceRequestUUID)
Original property name from the Odata EDM: ServiceRequestUUID
serviceRequestUUID
- GUID of a CRM Order Objectpublic void setServiceRequestDescription(@Nullable String serviceRequestDescription)
Original property name from the Odata EDM: ServiceRequestDescription
serviceRequestDescription
- Transaction Descriptionpublic void setLanguage(@Nullable String language)
Original property name from the Odata EDM: Language
language
- Language Key of Descriptionpublic void setServiceDocumentPriority(@Nullable String serviceDocumentPriority)
Original property name from the Odata EDM: ServiceDocumentPriority
serviceDocumentPriority
- Activity Prioritypublic void setServiceDocumentCategory(@Nullable String serviceDocumentCategory)
Original property name from the Odata EDM: ServiceDocumentCategory
serviceDocumentCategory
- Activity Category (Communication Type)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 setServiceFirstResponseByDateTime(@Nullable ZonedDateTime serviceFirstResponseByDateTime)
Original property name from the Odata EDM: ServiceFirstResponseByDateTime
serviceFirstResponseByDateTime
- First Response Bypublic void setServiceDueByDateTime(@Nullable ZonedDateTime serviceDueByDateTime)
Original property name from the Odata EDM: ServiceDueByDateTime
serviceDueByDateTime
- Date Transaction is Duepublic void setPurchaseOrderByCustomer(@Nullable String purchaseOrderByCustomer)
Original property name from the Odata EDM: PurchaseOrderByCustomer
purchaseOrderByCustomer
- Sold-To Party's External Reference Numberpublic void setCustomerPurchaseOrderDate(@Nullable LocalDateTime customerPurchaseOrderDate)
Original property name from the Odata EDM: CustomerPurchaseOrderDate
customerPurchaseOrderDate
- Reference Document Datepublic void setRecommendedServicePriority(@Nullable String recommendedServicePriority)
Original property name from the Odata EDM: RecommendedServicePriority
recommendedServicePriority
- Recommended Prioritypublic void setServiceRequestUrgency(@Nullable String serviceRequestUrgency)
Original property name from the Odata EDM: ServiceRequestUrgency
serviceRequestUrgency
- Urgencypublic void setServiceRequestImpact(@Nullable String serviceRequestImpact)
Original property name from the Odata EDM: ServiceRequestImpact
serviceRequestImpact
- Impactpublic void setServiceRequestProblemCategory(@Nullable String serviceRequestProblemCategory)
Original property name from the Odata EDM: ServiceRequestProblemCategory
serviceRequestProblemCategory
- Problem Categorypublic void setServiceRequestIsCanceled(@Nullable String serviceRequestIsCanceled)
Original property name from the Odata EDM: ServiceRequestIsCanceled
serviceRequestIsCanceled
- Cancellation Statuspublic void setServiceRequestIsCompleted(@Nullable String serviceRequestIsCompleted)
Original property name from the Odata EDM: ServiceRequestIsCompleted
serviceRequestIsCompleted
- The serviceRequestIsCompleted to set.public void setSalesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
salesOrganization
- Sales Organizationpublic void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
distributionChannel
- Distribution Channelpublic void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
division
- Divisionpublic void setSalesOffice(@Nullable String salesOffice)
Original property name from the Odata EDM: SalesOffice
salesOffice
- Sales officepublic void setSalesGroup(@Nullable String salesGroup)
Original property name from the Odata EDM: SalesGroup
salesGroup
- Sales grouppublic void setSoldToParty(@Nullable String soldToParty)
Original property name from the Odata EDM: SoldToParty
soldToParty
- Sold-To Partypublic void setServiceRequestReporter(@Nullable String serviceRequestReporter)
Original property name from the Odata EDM: ServiceRequestReporter
serviceRequestReporter
- Customer Contact Personpublic void setResponseProfile(@Nullable String responseProfile)
Original property name from the Odata EDM: ResponseProfile
responseProfile
- Response Profilepublic void setServiceProfile(@Nullable String serviceProfile)
Original property name from the Odata EDM: ServiceProfile
serviceProfile
- Service Profilepublic void setSalesOrganizationOrgUnitID(@Nullable String salesOrganizationOrgUnitID)
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
salesOrganizationOrgUnitID
- Sales Organization IDpublic void setServiceOrganization(@Nullable String serviceOrganization)
Original property name from the Odata EDM: ServiceOrganization
serviceOrganization
- Service Organizationpublic void setSalesOfficeOrgUnitID(@Nullable String salesOfficeOrgUnitID)
Original property name from the Odata EDM: SalesOfficeOrgUnitID
salesOfficeOrgUnitID
- Sales Officepublic void setSalesGroupOrgUnitID(@Nullable String salesGroupOrgUnitID)
Original property name from the Odata EDM: SalesGroupOrgUnitID
salesGroupOrgUnitID
- Sales Groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<ServiceRequest>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ServiceRequest>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ServiceRequest>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ServiceRequest>
@Nonnull public static <T> ServiceRequestField<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> ServiceRequestField<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<ServiceRequest>
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<ServiceRequest>
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<ServiceRequest>
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<ServiceRequest>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<ServiceRequest>
@Nonnull public List<ServiceRequestDefect> fetchDefect() 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<ServiceRequestDefect> getDefectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Defect of a queried ServiceRequest 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<ServiceRequestDefect>> getDefectIfPresent()
If the navigation property for an entity ServiceRequest 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 setDefect(@Nonnull List<ServiceRequestDefect> value)
If the navigation property to_Defect of a queried ServiceRequest 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 ServiceRequestDefect entities.public void addDefect(ServiceRequestDefect... entity)
If the navigation property to_Defect of a queried ServiceRequest 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 ServiceRequestDefect entities.@Nonnull public List<ServiceRequestOrder> fetchOrder() 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<ServiceRequestOrder> getOrderOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Order of a queried ServiceRequest 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<ServiceRequestOrder>> getOrderIfPresent()
If the navigation property for an entity ServiceRequest 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 setOrder(@Nonnull List<ServiceRequestOrder> value)
If the navigation property to_Order of a queried ServiceRequest 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 ServiceRequestOrder entities.public void addOrder(ServiceRequestOrder... entity)
If the navigation property to_Order of a queried ServiceRequest 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 ServiceRequestOrder entities.@Nonnull public List<ServiceRequestPersonResp> 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<ServiceRequestPersonResp> getPersonResponsibleOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PersonResponsible of a queried ServiceRequest 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<ServiceRequestPersonResp>> getPersonResponsibleIfPresent()
If the navigation property for an entity ServiceRequest 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<ServiceRequestPersonResp> value)
If the navigation property to_PersonResponsible of a queried ServiceRequest 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 ServiceRequestPersonResp entities.public void addPersonResponsible(ServiceRequestPersonResp... entity)
If the navigation property to_PersonResponsible of a queried ServiceRequest 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 ServiceRequestPersonResp entities.@Nullable public ServiceRequestReason fetchReason() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
null
if an entity is not associated.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.@Nullable public ServiceRequestReason getReasonOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Reason of a queried ServiceRequest 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<ServiceRequestReason> getReasonIfPresent()
If the navigation property for an entity ServiceRequest 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 setReason(ServiceRequestReason value)
value
- New ServiceRequestReason entity.@Nonnull public List<ServiceRequestRefObject> 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<ServiceRequestRefObject> getReferenceObjectOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_ReferenceObject of a queried ServiceRequest 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<ServiceRequestRefObject>> getReferenceObjectIfPresent()
If the navigation property for an entity ServiceRequest 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<ServiceRequestRefObject> value)
If the navigation property to_ReferenceObject of a queried ServiceRequest 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 ServiceRequestRefObject entities.public void addReferenceObject(ServiceRequestRefObject... entity)
If the navigation property to_ReferenceObject of a queried ServiceRequest 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 ServiceRequestRefObject entities.@Nonnull public List<ServiceRequestText> 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<ServiceRequestText> getTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_Text of a queried ServiceRequest 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<ServiceRequestText>> getTextIfPresent()
If the navigation property for an entity ServiceRequest 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<ServiceRequestText> value)
If the navigation property to_Text of a queried ServiceRequest 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 ServiceRequestText entities.public void addText(ServiceRequestText... entity)
If the navigation property to_Text of a queried ServiceRequest 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 ServiceRequestText entities.@Nonnull public static ServiceRequest.ServiceRequestBuilder builder()
@Nullable public String getServiceRequest()
Original property name from the Odata EDM: ServiceRequest
@Nullable public String getServiceRequestType()
Original property name from the Odata EDM: ServiceRequestType
@Nullable public UUID getServiceRequestUUID()
Original property name from the Odata EDM: ServiceRequestUUID
@Nullable public String getServiceRequestDescription()
Original property name from the Odata EDM: ServiceRequestDescription
@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 String getServiceDocumentCategory()
Original property name from the Odata EDM: ServiceDocumentCategory
@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 ZonedDateTime getServiceFirstResponseByDateTime()
Original property name from the Odata EDM: ServiceFirstResponseByDateTime
@Nullable public ZonedDateTime getServiceDueByDateTime()
Original property name from the Odata EDM: ServiceDueByDateTime
@Nullable public String getPurchaseOrderByCustomer()
Original property name from the Odata EDM: PurchaseOrderByCustomer
@Nullable public LocalDateTime getCustomerPurchaseOrderDate()
Original property name from the Odata EDM: CustomerPurchaseOrderDate
@Nullable public String getRecommendedServicePriority()
Original property name from the Odata EDM: RecommendedServicePriority
@Nullable public String getServiceRequestUrgency()
Original property name from the Odata EDM: ServiceRequestUrgency
@Nullable public String getServiceRequestImpact()
Original property name from the Odata EDM: ServiceRequestImpact
@Nullable public String getServiceRequestProblemCategory()
Original property name from the Odata EDM: ServiceRequestProblemCategory
@Nullable public String getServiceRequestIsCanceled()
Original property name from the Odata EDM: ServiceRequestIsCanceled
@Nullable public String getServiceRequestIsCompleted()
Original property name from the Odata EDM: ServiceRequestIsCompleted
@Nullable public String getSalesOrganization()
Original property name from the Odata EDM: SalesOrganization
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
@Nullable public String getSalesOffice()
Original property name from the Odata EDM: SalesOffice
@Nullable public String getSalesGroup()
Original property name from the Odata EDM: SalesGroup
@Nullable public String getSoldToParty()
Original property name from the Odata EDM: SoldToParty
@Nullable public String getServiceRequestReporter()
Original property name from the Odata EDM: ServiceRequestReporter
@Nullable public String getResponseProfile()
Original property name from the Odata EDM: ResponseProfile
@Nullable public String getServiceProfile()
Original property name from the Odata EDM: ServiceProfile
@Nullable public String getSalesOrganizationOrgUnitID()
Original property name from the Odata EDM: SalesOrganizationOrgUnitID
@Nullable public String getServiceOrganization()
Original property name from the Odata EDM: ServiceOrganization
@Nullable public String getSalesOfficeOrgUnitID()
Original property name from the Odata EDM: SalesOfficeOrgUnitID
@Nullable public String getSalesGroupOrgUnitID()
Original property name from the Odata EDM: SalesGroupOrgUnitID
@Nonnull public String toString()
toString
in class VdmObject<ServiceRequest>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<ServiceRequest>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<ServiceRequest>
public int hashCode()
hashCode
in class VdmObject<ServiceRequest>
Copyright © 2021 SAP SE. All rights reserved.