Class ReportParameterDef
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: ReportParameterDef_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ReportParameterDef instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<ReportParameterDef>Selector for all available fields of ReportParameterDef.static final SimpleProperty.String<ReportParameterDef>static final SimpleProperty.String<ReportParameterDef>static final SimpleProperty.String<ReportParameterDef>static final SimpleProperty.String<ReportParameterDef>static final NavigationProperty.Single<ReportParameterDef,ReportDef> Use with available request builders to apply the _ReportDef navigation 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()io.vavr.control.Option<ReportDef>Retrieval of associated ReportDef entity (one to one).(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 30Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1getType()inthashCode()voidsetReportDef(ReportDef value) Overwrites the associated ReportDef entity for the loaded navigation property _ReportDef.voidsetStatryRptDef(String statryRptDef) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetStatryRptParameterID(String statryRptParameterID) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetStatryRptParameterIsOptional(String statryRptParameterIsOptional) Constraints: Not nullable, Maximum length: 1voidsetStatryRptParamIsSelOption(String statryRptParamIsSelOption) Constraints: Not nullable, Maximum length: 1toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods 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
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ReportParameterDef. -
STATRY_RPT_DEF
-
STATRY_RPT_PARAMETER_ID
-
STATRY_RPT_PARAMETER_IS_OPTIONAL
-
STATRY_RPT_PARAM_IS_SEL_OPTION
-
TO__REPORT_DEF
Use with available request builders to apply the _ReportDef navigation property to query operations.
-
-
Constructor Details
-
ReportParameterDef
public ReportParameterDef() -
ReportParameterDef
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ReportParameterDef>
-
setStatryRptDef
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Parameters:
statryRptDef- Report Definition
-
setStatryRptParameterID
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptParameterID
- Parameters:
statryRptParameterID- Report parameter identificator
-
setStatryRptParameterIsOptional
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParameterIsOptional
- Parameters:
statryRptParameterIsOptional- Flag: value is optional
-
setStatryRptParamIsSelOption
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParamIsSelOption
- Parameters:
statryRptParamIsSelOption- Flag: value assumes select options
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ReportParameterDef>
-
getKey
- Overrides:
getKeyin classVdmObject<ReportParameterDef>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ReportParameterDef>
-
fromMap
- Overrides:
fromMapin classVdmObject<ReportParameterDef>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ReportParameterDef>
-
getReportDefIfPresent
Retrieval of associated ReportDef entity (one to one). This corresponds to the OData navigation property _ReportDef.If the navigation property for an entity ReportParameterDef has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _ReportDef is already loaded, the result will contain
the ReportDef entity. If not, an
Optionwith result stateemptyis returned.
-
setReportDef
Overwrites the associated ReportDef entity for the loaded navigation property _ReportDef.- Parameters:
value- New ReportDef entity.
-
builder
-
getStatryRptDef
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptDef
- Returns:
- Report Definition
-
getStatryRptParameterID
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: StatryRptParameterID
- Returns:
- Report parameter identificator
-
getStatryRptParameterIsOptional
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParameterIsOptional
- Returns:
- Flag: value is optional
-
getStatryRptParamIsSelOption
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: StatryRptParamIsSelOption
- Returns:
- Flag: value assumes select options
-
toString
- Overrides:
toStringin classVdmObject<ReportParameterDef>
-
equals
- Overrides:
equalsin classVdmEntity<ReportParameterDef>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ReportParameterDef>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ReportParameterDef>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ReportParameterDef>
-