Class CustomerReturnOverviewStatus
Original entity name from the Odata EDM: A_CustomerReturnOverviewStatusType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomerReturnOverviewStatusSelectableSelector for all available fields of CustomerReturnOverviewStatus.static final CustomerReturnOverviewStatusField<String>Use with available fluent helpers to apply the RetsMgmtCompnProcgStatus field to query operations.static final CustomerReturnOverviewStatusField<String>Use with available fluent helpers to apply the RetsMgmtLogProcgStatus field to query operations.static final CustomerReturnOverviewStatusField<String>Use with available fluent helpers to apply the RetsMgmtProcess field to query operations.static final CustomerReturnOverviewStatusField<String>Use with available fluent helpers to apply the RetsMgmtProcessingStatus field to query operations.static final CustomerReturnOverviewStatusField<String>Use with available fluent helpers to apply the ReturnsDocument field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CustomerReturnOverviewStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustomerReturnOverviewStatusField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 30getType()inthashCode()voidsetRetsMgmtCompnProcgStatus(String retsMgmtCompnProcgStatus) Constraints: Not nullable, Maximum length: 1voidsetRetsMgmtLogProcgStatus(String retsMgmtLogProcgStatus) Constraints: Not nullable, Maximum length: 1voidsetRetsMgmtProcess(String retsMgmtProcess) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetRetsMgmtProcessingStatus(String retsMgmtProcessingStatus) Constraints: Not nullable, Maximum length: 1voidsetReturnsDocument(String returnsDocument) Constraints: Not nullable, Maximum length: 30protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of CustomerReturnOverviewStatus. -
RETS_MGMT_PROCESS
Use with available fluent helpers to apply the RetsMgmtProcess field to query operations. -
RETURNS_DOCUMENT
Use with available fluent helpers to apply the ReturnsDocument field to query operations. -
RETS_MGMT_LOG_PROCG_STATUS
Use with available fluent helpers to apply the RetsMgmtLogProcgStatus field to query operations. -
RETS_MGMT_COMPN_PROCG_STATUS
Use with available fluent helpers to apply the RetsMgmtCompnProcgStatus field to query operations. -
RETS_MGMT_PROCESSING_STATUS
Use with available fluent helpers to apply the RetsMgmtProcessingStatus field to query operations.
-
-
Constructor Details
-
CustomerReturnOverviewStatus
public CustomerReturnOverviewStatus() -
CustomerReturnOverviewStatus
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustomerReturnOverviewStatus>
-
setRetsMgmtProcess
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RetsMgmtProcess
- Parameters:
retsMgmtProcess- Process Identification Number
-
setReturnsDocument
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ReturnsDocument
- Parameters:
returnsDocument- Document Number
-
setRetsMgmtLogProcgStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtLogProcgStatus
- Parameters:
retsMgmtLogProcgStatus- Logistical Processing Status of a Return
-
setRetsMgmtCompnProcgStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtCompnProcgStatus
- Parameters:
retsMgmtCompnProcgStatus- Status of Returns Refund Determination
-
setRetsMgmtProcessingStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtProcessingStatus
- Parameters:
retsMgmtProcessingStatus- Processing Status
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustomerReturnOverviewStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<CustomerReturnOverviewStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustomerReturnOverviewStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustomerReturnOverviewStatus>
-
field
@Nonnull public static <T> CustomerReturnOverviewStatusField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.- Parameters:
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.- Returns:
- A representation of an extension field from this entity.
-
field
@Nonnull public static <T,DomainT> CustomerReturnOverviewStatusField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.- Type Parameters:
T- The type of the extension field when performing value comparisons.DomainT- The type of the extension field as returned by the OData service.- Parameters:
typeConverter- A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the fieldfieldName- The name of the extension field as returned by the OData service.- Returns:
- A representation of an extension field from this entity, holding a reference to the given TypeConverter.
-
getDestinationForFetch
- Overrides:
getDestinationForFetchin classVdmEntity<CustomerReturnOverviewStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustomerReturnOverviewStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustomerReturnOverviewStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustomerReturnOverviewStatus>
-
builder
-
getRetsMgmtProcess
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: RetsMgmtProcess
- Returns:
- Process Identification Number
-
getReturnsDocument
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ReturnsDocument
- Returns:
- Document Number
-
getRetsMgmtLogProcgStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtLogProcgStatus
- Returns:
- Logistical Processing Status of a Return
-
getRetsMgmtCompnProcgStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtCompnProcgStatus
- Returns:
- Status of Returns Refund Determination
-
getRetsMgmtProcessingStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: RetsMgmtProcessingStatus
- Returns:
- Processing Status
-
toString
- Overrides:
toStringin classVdmObject<CustomerReturnOverviewStatus>
-
equals
- Overrides:
equalsin classVdmEntity<CustomerReturnOverviewStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustomerReturnOverviewStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustomerReturnOverviewStatus>
-