Class BusSolnOrdItmSubscrpnPrParam
Original entity name from the Odata EDM: A_BusSolnOrdItmSubscrpnPrParamType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdItmSubscrpnPrParamSelectableSelector for all available fields of BusSolnOrdItmSubscrpnPrParam.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<BigDecimal>Use with available fluent helpers to apply the SubscrpnParamDfltDecimalValue field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<BigDecimal>Use with available fluent helpers to apply the SubscrpnParameterDecimalValue field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the SubscrpnPrcgParamValIsSpcfd field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the SubscrpnPrcgParamValType field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the SubscrpnPrcgParamValTypeText field to query operations.static final BusSolnOrdItmSubscrpnPrParamField<String>Use with available fluent helpers to apply the SubscrpnPrcgParameter field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusSolnOrdItmSubscrpnPrParam(String businessSolutionOrder, String businessSolutionOrderItem, String subscrpnPrcgParameter, String subscrpnPrcgParamValType, BigDecimal subscrpnParameterDecimalValue, String subscrpnPrcgParamValTypeText, BigDecimal subscrpnParamDfltDecimalValue, String subscrpnPrcgParamValIsSpcfd) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusSolnOrdItmSubscrpnPrParamField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdItmSubscrpnPrParamField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 6protected Stringprotected StringgetKey()Constraints: Not nullable, Precision: 28, Scale: 6Constraints: Not nullable, Precision: 28, Scale: 6(Key Field) Constraints: Not nullable, Maximum length: 64Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 60getType()inthashCode()voidsetBusinessSolutionOrder(String businessSolutionOrder) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetBusinessSolutionOrderItem(String businessSolutionOrderItem) (Key Field) Constraints: Not nullable, Maximum length: 6protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSubscrpnParamDfltDecimalValue(BigDecimal subscrpnParamDfltDecimalValue) Constraints: Not nullable, Precision: 28, Scale: 6voidsetSubscrpnParameterDecimalValue(BigDecimal subscrpnParameterDecimalValue) Constraints: Not nullable, Precision: 28, Scale: 6voidsetSubscrpnPrcgParameter(String subscrpnPrcgParameter) (Key Field) Constraints: Not nullable, Maximum length: 64voidsetSubscrpnPrcgParamValIsSpcfd(String subscrpnPrcgParamValIsSpcfd) Constraints: Not nullable, Maximum length: 1voidsetSubscrpnPrcgParamValType(String subscrpnPrcgParamValType) Constraints: Not nullable, Maximum length: 1voidsetSubscrpnPrcgParamValTypeText(String subscrpnPrcgParamValTypeText) Constraints: Not nullable, Maximum length: 60toString()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 BusSolnOrdItmSubscrpnPrParam. -
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations. -
BUSINESS_SOLUTION_ORDER_ITEM
Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations. -
SUBSCRPN_PRCG_PARAMETER
Use with available fluent helpers to apply the SubscrpnPrcgParameter field to query operations. -
SUBSCRPN_PRCG_PARAM_VAL_TYPE
Use with available fluent helpers to apply the SubscrpnPrcgParamValType field to query operations. -
SUBSCRPN_PARAMETER_DECIMAL_VALUE
Use with available fluent helpers to apply the SubscrpnParameterDecimalValue field to query operations. -
SUBSCRPN_PRCG_PARAM_VAL_TYPE_TEXT
Use with available fluent helpers to apply the SubscrpnPrcgParamValTypeText field to query operations. -
SUBSCRPN_PARAM_DFLT_DECIMAL_VALUE
Use with available fluent helpers to apply the SubscrpnParamDfltDecimalValue field to query operations. -
SUBSCRPN_PRCG_PARAM_VAL_IS_SPCFD
Use with available fluent helpers to apply the SubscrpnPrcgParamValIsSpcfd field to query operations.
-
-
Constructor Details
-
BusSolnOrdItmSubscrpnPrParam
public BusSolnOrdItmSubscrpnPrParam() -
BusSolnOrdItmSubscrpnPrParam
public BusSolnOrdItmSubscrpnPrParam(@Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String subscrpnPrcgParameter, @Nullable String subscrpnPrcgParamValType, @Nullable BigDecimal subscrpnParameterDecimalValue, @Nullable String subscrpnPrcgParamValTypeText, @Nullable BigDecimal subscrpnParamDfltDecimalValue, @Nullable String subscrpnPrcgParamValIsSpcfd)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdItmSubscrpnPrParam>
-
setBusinessSolutionOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
businessSolutionOrder- Transaction ID
-
setBusinessSolutionOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Parameters:
businessSolutionOrderItem- Shortened Item Number in Document
-
setSubscrpnPrcgParameter
(Key Field) Constraints: Not nullable, Maximum length: 64Original property name from the Odata EDM: SubscrpnPrcgParameter
- Parameters:
subscrpnPrcgParameter- Subscription Billing Parameter ID
-
setSubscrpnPrcgParamValType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SubscrpnPrcgParamValType
- Parameters:
subscrpnPrcgParamValType- Value Type of Subscription Billing Parameter
-
setSubscrpnParameterDecimalValue
Constraints: Not nullable, Precision: 28, Scale: 6Original property name from the Odata EDM: SubscrpnParameterDecimalValue
- Parameters:
subscrpnParameterDecimalValue- Numeric Manual Value for Subscription Billing Parameter
-
setSubscrpnPrcgParamValTypeText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SubscrpnPrcgParamValTypeText
- Parameters:
subscrpnPrcgParamValTypeText- Short Text for Fixed Values
-
setSubscrpnParamDfltDecimalValue
Constraints: Not nullable, Precision: 28, Scale: 6Original property name from the Odata EDM: SubscrpnParamDfltDecimalValue
- Parameters:
subscrpnParamDfltDecimalValue- Numeric Default Value for Subscription Billing Parameter
-
setSubscrpnPrcgParamValIsSpcfd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SubscrpnPrcgParamValIsSpcfd
- Parameters:
subscrpnPrcgParamValIsSpcfd- The subscrpnPrcgParamValIsSpcfd to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdItmSubscrpnPrParam>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdItmSubscrpnPrParam>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdItmSubscrpnPrParam>
-
field
@Nonnull public static <T> BusSolnOrdItmSubscrpnPrParamField<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> BusSolnOrdItmSubscrpnPrParamField<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<BusSolnOrdItmSubscrpnPrParam>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
builder
-
getBusinessSolutionOrder
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
- Transaction ID
-
getBusinessSolutionOrderItem
(Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: BusinessSolutionOrderItem
- Returns:
- Shortened Item Number in Document
-
getSubscrpnPrcgParameter
(Key Field) Constraints: Not nullable, Maximum length: 64Original property name from the Odata EDM: SubscrpnPrcgParameter
- Returns:
- Subscription Billing Parameter ID
-
getSubscrpnPrcgParamValType
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SubscrpnPrcgParamValType
- Returns:
- Value Type of Subscription Billing Parameter
-
getSubscrpnParameterDecimalValue
Constraints: Not nullable, Precision: 28, Scale: 6Original property name from the Odata EDM: SubscrpnParameterDecimalValue
- Returns:
- Numeric Manual Value for Subscription Billing Parameter
-
getSubscrpnPrcgParamValTypeText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: SubscrpnPrcgParamValTypeText
- Returns:
- Short Text for Fixed Values
-
getSubscrpnParamDfltDecimalValue
Constraints: Not nullable, Precision: 28, Scale: 6Original property name from the Odata EDM: SubscrpnParamDfltDecimalValue
- Returns:
- Numeric Default Value for Subscription Billing Parameter
-
getSubscrpnPrcgParamValIsSpcfd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SubscrpnPrcgParamValIsSpcfd
- Returns:
- The subscrpnPrcgParamValIsSpcfd contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<BusSolnOrdItmSubscrpnPrParam>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdItmSubscrpnPrParam>
-