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

public class BusObjects extends VdmEntity<BusObjects>
SAP Object Types

Original entity name from the Odata EDM: I_BusObjectsType

  • Field Details

    • ALL_FIELDS

      public static final BusObjectsSelectable ALL_FIELDS
      Selector for all available fields of BusObjects.
    • SAP_OBJECT_TYPE

      public static final BusObjectsField<String> SAP_OBJECT_TYPE
      Use with available fluent helpers to apply the SAPObjectType field to query operations.
    • SAP_OBJECT_TYPE_NAME

      public static final BusObjectsField<String> SAP_OBJECT_TYPE_NAME
      Use with available fluent helpers to apply the SAPObjectTypeName field to query operations.
    • SAP_OBJECT_TASK_CODE

      public static final BusObjectsField<String> SAP_OBJECT_TASK_CODE
      Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.
    • SAP_OBJECT_TASK_TYPE_NAME

      public static final BusObjectsField<String> SAP_OBJECT_TASK_TYPE_NAME
      Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.
  • Constructor Details

    • BusObjects

      public BusObjects()
    • BusObjects

      public BusObjects(@Nullable String sAPObjectType, @Nullable String sAPObjectTypeName, @Nullable String sAPObjectTaskCode, @Nullable String sAPObjectTaskTypeName)
  • Method Details

    • getType

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

      public void setSAPObjectType(@Nullable String sAPObjectType)
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectType

      Parameters:
      sAPObjectType - SAP Object Type
    • setSAPObjectTypeName

      public void setSAPObjectTypeName(@Nullable String sAPObjectTypeName)
      (Key Field) Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: SAPObjectTypeName

      Parameters:
      sAPObjectTypeName - SAP Object Type Name
    • setSAPObjectTaskCode

      public void setSAPObjectTaskCode(@Nullable String sAPObjectTaskCode)
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: SAPObjectTaskCode

      Parameters:
      sAPObjectTaskCode - Business Event Type
    • setSAPObjectTaskTypeName

      public void setSAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName)
      (Key Field) Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: SAPObjectTaskTypeName

      Parameters:
      sAPObjectTaskTypeName - SAP Object Task Type Name
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> BusObjectsField<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> BusObjectsField<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<BusObjects>
    • setServicePathForFetch

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

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

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

      @Nonnull public static BusObjects.BusObjectsBuilder builder()
    • getSAPObjectType

      @Nullable public String getSAPObjectType()
      (Key Field) Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: SAPObjectType

      Returns:
      SAP Object Type
    • getSAPObjectTypeName

      @Nullable public String getSAPObjectTypeName()
      (Key Field) Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: SAPObjectTypeName

      Returns:
      SAP Object Type Name
    • getSAPObjectTaskCode

      @Nullable public String getSAPObjectTaskCode()
      (Key Field) Constraints: Not nullable, Maximum length: 18

      Original property name from the Odata EDM: SAPObjectTaskCode

      Returns:
      Business Event Type
    • getSAPObjectTaskTypeName

      @Nullable public String getSAPObjectTaskTypeName()
      (Key Field) Constraints: Not nullable, Maximum length: 80

      Original property name from the Odata EDM: SAPObjectTaskTypeName

      Returns:
      SAP Object Task Type Name
    • toString

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

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

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

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