Class Et_ActionResult
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<Et_ActionResult>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.eventbasedrevenuerecognitionintegration.Et_ActionResult
Action Result
Original entity name from the Odata EDM: et_ActionResult
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Et_ActionResultSelectableSelector for all available fields of Et_ActionResult.static final Et_ActionResultField<String>Use with available fluent helpers to apply the DocumentRef field to query operations.static final Et_ActionResultField<String>Use with available fluent helpers to apply the ErrorMsg field to query operations.static final Et_ActionResultField<String>Use with available fluent helpers to apply the Successstatus 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>
Et_ActionResultField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> Et_ActionResultField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected String(Key Field) Constraints: Not nullableprotected String(Key Field) Constraints: Not nullablegetKey()(Key Field) Constraints: Not nullable, Maximum length: 1getType()inthashCode()voidsetDocumentRef(String documentRef) (Key Field) Constraints: Not nullablevoidsetErrorMsg(String errorMsg) (Key Field) Constraints: Not nullableprotected voidsetServicePathForFetch(String servicePathForFetch) voidsetSuccessstatus(String successstatus) (Key Field) Constraints: Not nullable, Maximum length: 1toString()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 Et_ActionResult. -
DOCUMENT_REF
Use with available fluent helpers to apply the DocumentRef field to query operations. -
ERROR_MSG
Use with available fluent helpers to apply the ErrorMsg field to query operations. -
SUCCESSSTATUS
Use with available fluent helpers to apply the Successstatus field to query operations.
-
-
Constructor Details
-
Et_ActionResult
public Et_ActionResult() -
Et_ActionResult
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<Et_ActionResult>
-
setDocumentRef
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocumentRef
- Parameters:
documentRef- Ref. Document
-
setErrorMsg
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ErrorMsg
- Parameters:
errorMsg- String
-
setSuccessstatus
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Successstatus
- Parameters:
successstatus- Success status
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<Et_ActionResult>
-
getKey
- Overrides:
getKeyin classVdmObject<Et_ActionResult>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<Et_ActionResult>
-
fromMap
- Overrides:
fromMapin classVdmObject<Et_ActionResult>
-
field
@Nonnull public static <T> Et_ActionResultField<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> Et_ActionResultField<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<Et_ActionResult>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<Et_ActionResult>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<Et_ActionResult>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<Et_ActionResult>
-
builder
-
getDocumentRef
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: DocumentRef
- Returns:
- Ref. Document
-
getErrorMsg
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ErrorMsg
- Returns:
- String
-
getSuccessstatus
(Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: Successstatus
- Returns:
- Success status
-
toString
- Overrides:
toStringin classVdmObject<Et_ActionResult>
-
equals
- Overrides:
equalsin classVdmEntity<Et_ActionResult>
-
canEqual
- Overrides:
canEqualin classVdmEntity<Et_ActionResult>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<Et_ActionResult>
-