java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<BusSolnOrdFUPServiceOrder>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdFUPServiceOrder

public class BusSolnOrdFUPServiceOrder extends VdmEntity<BusSolnOrdFUPServiceOrder>
Follow-up Service Orders

Original entity name from the Odata EDM: A_BusSolnOrdFUPServiceOrderType

  • Field Details

    • ALL_FIELDS

      public static final BusSolnOrdFUPServiceOrderSelectable ALL_FIELDS
      Selector for all available fields of BusSolnOrdFUPServiceOrder.
    • SERVICE_DOCUMENT_RELATION_UUID

      public static final BusSolnOrdFUPServiceOrderField<UUID> SERVICE_DOCUMENT_RELATION_UUID
      Use with available fluent helpers to apply the ServiceDocumentRelationUUID field to query operations.
    • SERVICE_DOC_RLTN_SEQUENCE_NUMBER

      public static final BusSolnOrdFUPServiceOrderField<String> SERVICE_DOC_RLTN_SEQUENCE_NUMBER
      Use with available fluent helpers to apply the ServiceDocRltnSequenceNumber field to query operations.
    • BUSINESS_SOLUTION_ORDER

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

      public static final BusSolnOrdFUPServiceOrderField<UUID> BUSINESS_SOLUTION_ORDER_UUID
      Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations.
    • SERVICE_ORDER

      public static final BusSolnOrdFUPServiceOrderField<String> SERVICE_ORDER
      Use with available fluent helpers to apply the ServiceOrder field to query operations.
  • Constructor Details

    • BusSolnOrdFUPServiceOrder

      public BusSolnOrdFUPServiceOrder()
    • BusSolnOrdFUPServiceOrder

      public BusSolnOrdFUPServiceOrder(@Nullable UUID serviceDocumentRelationUUID, @Nullable String serviceDocRltnSequenceNumber, @Nullable String businessSolutionOrder, @Nullable UUID businessSolutionOrderUUID, @Nullable String serviceOrder)
  • Method Details

    • getType

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

      public void setServiceDocumentRelationUUID(@Nullable UUID serviceDocumentRelationUUID)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ServiceDocumentRelationUUID

      Parameters:
      serviceDocumentRelationUUID - Object Relationship Service : GUID binary link
    • setServiceDocRltnSequenceNumber

      public void setServiceDocRltnSequenceNumber(@Nullable String serviceDocRltnSequenceNumber)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ServiceDocRltnSequenceNumber

      Parameters:
      serviceDocRltnSequenceNumber - Sequential Number of Segment in IDoc Type
    • setBusinessSolutionOrder

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

      Original property name from the Odata EDM: BusinessSolutionOrder

      Parameters:
      businessSolutionOrder - Transaction ID
    • setBusinessSolutionOrderUUID

      public void setBusinessSolutionOrderUUID(@Nullable UUID businessSolutionOrderUUID)
      Constraints: none

      Original property name from the Odata EDM: BusinessSolutionOrderUUID

      Parameters:
      businessSolutionOrderUUID - GUID of a CRM Order Object
    • setServiceOrder

      public void setServiceOrder(@Nullable String serviceOrder)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceOrder

      Parameters:
      serviceOrder - Transaction ID
    • getEntityCollection

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

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

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

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<BusSolnOrdFUPServiceOrder>
    • field

      @Nonnull public static <T> BusSolnOrdFUPServiceOrderField<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> BusSolnOrdFUPServiceOrderField<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<BusSolnOrdFUPServiceOrder>
    • setServicePathForFetch

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

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

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

    • getServiceDocumentRelationUUID

      @Nullable public UUID getServiceDocumentRelationUUID()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: ServiceDocumentRelationUUID

      Returns:
      Object Relationship Service : GUID binary link
    • getServiceDocRltnSequenceNumber

      @Nullable public String getServiceDocRltnSequenceNumber()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: ServiceDocRltnSequenceNumber

      Returns:
      Sequential Number of Segment in IDoc Type
    • getBusinessSolutionOrder

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

      Original property name from the Odata EDM: BusinessSolutionOrder

      Returns:
      Transaction ID
    • getBusinessSolutionOrderUUID

      @Nullable public UUID getBusinessSolutionOrderUUID()
      Constraints: none

      Original property name from the Odata EDM: BusinessSolutionOrderUUID

      Returns:
      GUID of a CRM Order Object
    • getServiceOrder

      @Nullable public String getServiceOrder()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: ServiceOrder

      Returns:
      Transaction ID
    • toString

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

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

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

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