Class SALESPRICERETRIEVERESULT
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<ObjectT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmComplex<SALESPRICERETRIEVERESULT>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.salesprice.SALESPRICERETRIEVERESULT
Original complex type name from the Odata EDM: SALESPRICERETRIEVERESULT
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionUse with available request builders to apply the SALESPRICEELEMENTS complex property to query operations.static final ComplexProperty.Single<SALESPRICERETRIEVERESULT,SALESPRICERESULT> Use with available request builders to apply the SALESPRICERESULT complex property to query operations.Use with available request builders to apply the SYSTEMMESSAGES complex property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionSALESPRICERETRIEVERESULT(Collection<SALESPRICEELEMENT> sALESPRICEELEMENTS, SALESPRICERESULT sALESPRICERESULT, Collection<SALESPRICESYSTEMMESSAGE> sYSTEMMESSAGES) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected ODataEntityKeygetKey()Constraints: Not nullableConstraints: Not nullableConstraints: Not nullablegetType()inthashCode()voidsetSALESPRICEELEMENTS(Collection<SALESPRICEELEMENT> sALESPRICEELEMENTS) Constraints: Not nullablevoidsetSALESPRICERESULT(SALESPRICERESULT sALESPRICERESULT) Constraints: Not nullablevoidsetSYSTEMMESSAGES(Collection<SALESPRICESYSTEMMESSAGE> sYSTEMMESSAGES) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
SALESPRICEELEMENTS
public static final ComplexProperty.Collection<SALESPRICERETRIEVERESULT,SALESPRICEELEMENT> SALESPRICEELEMENTSUse with available request builders to apply the SALESPRICEELEMENTS complex property to query operations. -
SALESPRICERESULT
public static final ComplexProperty.Single<SALESPRICERETRIEVERESULT,SALESPRICERESULT> SALESPRICERESULTUse with available request builders to apply the SALESPRICERESULT complex property to query operations. -
SYSTEMMESSAGES
public static final ComplexProperty.Collection<SALESPRICERETRIEVERESULT,SALESPRICESYSTEMMESSAGE> SYSTEMMESSAGESUse with available request builders to apply the SYSTEMMESSAGES complex property to query operations.
-
-
Constructor Details
-
SALESPRICERETRIEVERESULT
public SALESPRICERETRIEVERESULT() -
SALESPRICERETRIEVERESULT
public SALESPRICERETRIEVERESULT(@Nullable Collection<SALESPRICEELEMENT> sALESPRICEELEMENTS, @Nullable SALESPRICERESULT sALESPRICERESULT, @Nullable Collection<SALESPRICESYSTEMMESSAGE> sYSTEMMESSAGES)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SALESPRICERETRIEVERESULT>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SALESPRICERETRIEVERESULT>
-
fromMap
- Overrides:
fromMapin classVdmObject<SALESPRICERETRIEVERESULT>
-
getKey
- Overrides:
getKeyin classVdmObject<SALESPRICERETRIEVERESULT>
-
setSALESPRICEELEMENTS
Constraints: Not nullableOriginal property name from the Odata EDM: SALESPRICEELEMENTS
- Parameters:
sALESPRICEELEMENTS- The sALESPRICEELEMENTS to set.
-
setSALESPRICERESULT
Constraints: Not nullableOriginal property name from the Odata EDM: SALESPRICERESULT
- Parameters:
sALESPRICERESULT- The sALESPRICERESULT to set.
-
setSYSTEMMESSAGES
Constraints: Not nullableOriginal property name from the Odata EDM: SYSTEMMESSAGES
- Parameters:
sYSTEMMESSAGES- The sYSTEMMESSAGES to set.
-
builder
-
getSALESPRICEELEMENTS
Constraints: Not nullableOriginal property name from the Odata EDM: SALESPRICEELEMENTS
- Returns:
- The sALESPRICEELEMENTS contained in this
VdmComplex.
-
getSALESPRICERESULT
Constraints: Not nullableOriginal property name from the Odata EDM: SALESPRICERESULT
- Returns:
- The sALESPRICERESULT contained in this
VdmComplex.
-
getSYSTEMMESSAGES
Constraints: Not nullableOriginal property name from the Odata EDM: SYSTEMMESSAGES
- Returns:
- The sYSTEMMESSAGES contained in this
VdmComplex.
-
toString
- Overrides:
toStringin classVdmObject<SALESPRICERETRIEVERESULT>
-
equals
- Overrides:
equalsin classVdmObject<SALESPRICERETRIEVERESULT>
-
canEqual
- Overrides:
canEqualin classVdmObject<SALESPRICERETRIEVERESULT>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmObject<SALESPRICERETRIEVERESULT>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SALESPRICERETRIEVERESULT>
-