Class ReturnDataSet
Original entity name from the Odata EDM: ReturnDataSet
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ReturnDataSetSelectableSelector for all available fields of ReturnDataSet.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Company_Code field to query operations.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Document_Ref field to query operations.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Error_Msg field to query operations.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Ledger field to query operations.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Success_Status field to query operations.static final ReturnDataSetField<String>Use with available fluent helpers to apply the Wbselement_ID 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>
ReturnDataSetField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ReturnDataSetField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullableprotected String(Key Field) Constraints: Not nullablegetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 1getType()(Key Field) Constraints: Not nullable, Maximum length: 24inthashCode()voidsetCompany_Code(String company_Code) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetDocument_Ref(String document_Ref) (Key Field) Constraints: Not nullablevoidsetError_Msg(String error_Msg) (Key Field) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 2protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuccess_Status(String success_Status) (Key Field) Constraints: Not nullable, Maximum length: 1voidsetWbselement_ID(String wbselement_ID) (Key Field) Constraints: Not nullable, Maximum length: 24toString()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 ReturnDataSet. -
WBSELEMENT_ID
Use with available fluent helpers to apply the Wbselement_ID field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the Company_Code field to query operations. -
LEDGER
Use with available fluent helpers to apply the Ledger field to query operations. -
SUCCESS_STATUS
Use with available fluent helpers to apply the Success_Status field to query operations. -
DOCUMENT_REF
Use with available fluent helpers to apply the Document_Ref field to query operations. -
ERROR_MSG
Use with available fluent helpers to apply the Error_Msg field to query operations.
-
-
Constructor Details
-
ReturnDataSet
public ReturnDataSet() -
ReturnDataSet
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ReturnDataSet>
-
setWbselement_ID
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Wbselement_ID
- Parameters:
wbselement_ID- WBS Element
-
setCompany_Code
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Company_Code
- Parameters:
company_Code- Company Code
-
setLedger
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Ledger
- Parameters:
ledger- Ledger
-
setSuccess_Status
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Success_Status
- Parameters:
success_Status- Success status
-
setDocument_Ref
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Document_Ref
- Parameters:
document_Ref- Document Reference Number
-
setError_Msg
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Error_Msg
- Parameters:
error_Msg- Error Message
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ReturnDataSet>
-
getKey
- Overrides:
getKeyin classVdmObject<ReturnDataSet>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ReturnDataSet>
-
fromMap
- Overrides:
fromMapin classVdmObject<ReturnDataSet>
-
field
@Nonnull public static <T> ReturnDataSetField<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> ReturnDataSetField<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<ReturnDataSet>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<ReturnDataSet>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<ReturnDataSet>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ReturnDataSet>
-
builder
-
getWbselement_ID
(Key Field) Constraints: Not nullable, Maximum length: 24Original property name from the Odata EDM: Wbselement_ID
- Returns:
- WBS Element
-
getCompany_Code
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Company_Code
- Returns:
- Company Code
-
getLedger
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Ledger
- Returns:
- Ledger
-
getSuccess_Status
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Success_Status
- Returns:
- Success status
-
getDocument_Ref
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Document_Ref
- Returns:
- Document Reference Number
-
getError_Msg
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Error_Msg
- Returns:
- Error Message
-
toString
- Overrides:
toStringin classVdmObject<ReturnDataSet>
-
equals
- Overrides:
equalsin classVdmEntity<ReturnDataSet>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ReturnDataSet>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ReturnDataSet>
-