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

public class BusSolnOrdItmSubscrpnParam extends VdmEntity<BusSolnOrdItmSubscrpnParam>
Subscription Parameters

Original entity name from the Odata EDM: A_BusSolnOrdItmSubscrpnParamType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdItmSubscrpnParamSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdItmSubscrpnParam.
    • BUSINESS_SOLUTION_ORDER

      public static final BusSolnOrdItmSubscrpnParamField<String> BUSINESS_SOLUTION_ORDER
      Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.
    • BUSINESS_SOLUTION_ORDER_ITEM

      public static final BusSolnOrdItmSubscrpnParamField<String> BUSINESS_SOLUTION_ORDER_ITEM
      Use with available fluent helpers to apply the BusinessSolutionOrderItem field to query operations.
    • SUBSCRIPTION_PARAMETER

      public static final BusSolnOrdItmSubscrpnParamField<String> SUBSCRIPTION_PARAMETER
      Use with available fluent helpers to apply the SubscriptionParameter field to query operations.
    • SUBSCRPN_PARAMETER_INTEGER_VALUE

      public static final BusSolnOrdItmSubscrpnParamField<Integer> SUBSCRPN_PARAMETER_INTEGER_VALUE
      Use with available fluent helpers to apply the SubscrpnParameterIntegerValue field to query operations.
  • Constructor Details

    • BusSolnOrdItmSubscrpnParam

      public BusSolnOrdItmSubscrpnParam()
    • BusSolnOrdItmSubscrpnParam

      public BusSolnOrdItmSubscrpnParam(@Nullable String businessSolutionOrder, @Nullable String businessSolutionOrderItem, @Nullable String subscriptionParameter, @Nullable Integer subscrpnParameterIntegerValue)
  • Method Details

    • getType

      @Nonnull public Class<BusSolnOrdItmSubscrpnParam> getType()
      Specified by:
      getType in class VdmObject<BusSolnOrdItmSubscrpnParam>
    • setBusinessSolutionOrder

      public void setBusinessSolutionOrder(@Nullable String businessSolutionOrder)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessSolutionOrder

      Parameters:
      businessSolutionOrder - Transaction ID
    • setBusinessSolutionOrderItem

      public void setBusinessSolutionOrderItem(@Nullable String businessSolutionOrderItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Parameters:
      businessSolutionOrderItem - Shortened Item Number in Document
    • setSubscriptionParameter

      public void setSubscriptionParameter(@Nullable String subscriptionParameter)
      (Key Field) Constraints: Not nullable, Maximum length: 64

      Original property name from the Odata EDM: SubscriptionParameter

      Parameters:
      subscriptionParameter - Subscription Billing Parameter ID
    • setSubscrpnParameterIntegerValue

      public void setSubscrpnParameterIntegerValue(@Nullable Integer subscrpnParameterIntegerValue)
      Constraints: none

      Original property name from the Odata EDM: SubscrpnParameterIntegerValue

      Parameters:
      subscrpnParameterIntegerValue - Subscription billing: Subscription parameter integer value
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<BusSolnOrdItmSubscrpnParam>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<BusSolnOrdItmSubscrpnParam>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<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 field
      fieldName - 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

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • builder

    • getBusinessSolutionOrder

      @Nullable public String getBusinessSolutionOrder()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: BusinessSolutionOrder

      Returns:
      Transaction ID
    • getBusinessSolutionOrderItem

      @Nullable public String getBusinessSolutionOrderItem()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: BusinessSolutionOrderItem

      Returns:
      Shortened Item Number in Document
    • getSubscriptionParameter

      @Nullable public String getSubscriptionParameter()
      (Key Field) Constraints: Not nullable, Maximum length: 64

      Original property name from the Odata EDM: SubscriptionParameter

      Returns:
      Subscription Billing Parameter ID
    • getSubscrpnParameterIntegerValue

      @Nullable public Integer getSubscrpnParameterIntegerValue()
      Constraints: none

      Original property name from the Odata EDM: SubscrpnParameterIntegerValue

      Returns:
      Subscription billing: Subscription parameter integer value
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<BusSolnOrdItmSubscrpnParam>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<BusSolnOrdItmSubscrpnParam>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<BusSolnOrdItmSubscrpnParam>