Class BusSolnOrdItmSubscrpnParam
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BusSolnOrdItmSubscrpnParam>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdItmSubscrpnParam
Subscription Parameters
Original entity name from the Odata EDM: A_BusSolnOrdItmSubscrpnParamType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdItmSubscrpnParamSelectableSelector for all available fields of BusSolnOrdItmSubscrpnParam.static final BusSolnOrdItmSubscrpnParamField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdItmSubscrpnParamField<String>Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.static final BusSolnOrdItmSubscrpnParamField<String>Use with available fluent helpers to apply the SubscriptionParameter field to query operations.static final BusSolnOrdItmSubscrpnParamField<Integer>Use with available fluent helpers to apply the SubscrpnParameterIntegerValue field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusSolnOrdItmSubscrpnParam(String businessSolutionOrder, String businessSolutionOrderItem, String subscriptionParameter, Integer subscrpnParameterIntegerValue) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusSolnOrdItmSubscrpnParamField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdItmSubscrpnParamField<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()(Key Field) Constraints: Not nullable, Maximum length: 64Constraints: nonegetType()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) voidsetSubscriptionParameter(String subscriptionParameter) (Key Field) Constraints: Not nullable, Maximum length: 64voidsetSubscrpnParameterIntegerValue(Integer subscrpnParameterIntegerValue) Constraints: nonetoString()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 BusSolnOrdItmSubscrpnParam. -
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. -
SUBSCRIPTION_PARAMETER
Use with available fluent helpers to apply the SubscriptionParameter field to query operations. -
SUBSCRPN_PARAMETER_INTEGER_VALUE
Use with available fluent helpers to apply the SubscrpnParameterIntegerValue field to query operations.
-
-
Constructor Details
-
BusSolnOrdItmSubscrpnParam
public BusSolnOrdItmSubscrpnParam() -
BusSolnOrdItmSubscrpnParam
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdItmSubscrpnParam>
-
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
-
setSubscriptionParameter
(Key Field) Constraints: Not nullable, Maximum length: 64Original property name from the Odata EDM: SubscriptionParameter
- Parameters:
subscriptionParameter- Subscription Billing Parameter ID
-
setSubscrpnParameterIntegerValue
Constraints: noneOriginal property name from the Odata EDM: SubscrpnParameterIntegerValue
- Parameters:
subscrpnParameterIntegerValue- Subscription billing: Subscription parameter integer value
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdItmSubscrpnParam>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdItmSubscrpnParam>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdItmSubscrpnParam>
-
field
@Nonnull public static <T> BusSolnOrdItmSubscrpnParamField<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> BusSolnOrdItmSubscrpnParamField<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<BusSolnOrdItmSubscrpnParam>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
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
-
getSubscriptionParameter
(Key Field) Constraints: Not nullable, Maximum length: 64Original property name from the Odata EDM: SubscriptionParameter
- Returns:
- Subscription Billing Parameter ID
-
getSubscrpnParameterIntegerValue
Constraints: noneOriginal property name from the Odata EDM: SubscrpnParameterIntegerValue
- Returns:
- Subscription billing: Subscription parameter integer value
-
toString
- Overrides:
toStringin classVdmObject<BusSolnOrdItmSubscrpnParam>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdItmSubscrpnParam>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdItmSubscrpnParam>
-