Class BusObjects
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
SAP Object Types
Original entity name from the Odata EDM: I_BusObjectsType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusObjectsSelectableSelector for all available fields of BusObjects.static final BusObjectsField<String>Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations.static final BusObjectsField<String>Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.static final BusObjectsField<String>Use with available fluent helpers to apply the SAPObjectType field to query operations.static final BusObjectsField<String>Use with available fluent helpers to apply the SAPObjectTypeName field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionBusObjects(String sAPObjectType, String sAPObjectTypeName, String sAPObjectTaskCode, String sAPObjectTaskTypeName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) static BusObjects.BusObjectsBuilderbuilder()protected booleanbooleanstatic <T,DomainT>
BusObjectsField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusObjectsField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 18(Key Field) Constraints: Not nullable, Maximum length: 80(Key Field) Constraints: Not nullable, Maximum length: 30(Key Field) Constraints: Not nullable, Maximum length: 80getType()inthashCode()voidsetSAPObjectTaskCode(String sAPObjectTaskCode) (Key Field) Constraints: Not nullable, Maximum length: 18voidsetSAPObjectTaskTypeName(String sAPObjectTaskTypeName) (Key Field) Constraints: Not nullable, Maximum length: 80voidsetSAPObjectType(String sAPObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30voidsetSAPObjectTypeName(String sAPObjectTypeName) (Key Field) Constraints: Not nullable, Maximum length: 80protected voidsetServicePathForFetch(String servicePathForFetch) toString()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 BusObjects. -
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations. -
SAP_OBJECT_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTypeName field to query operations. -
SAP_OBJECT_TASK_CODE
Use with available fluent helpers to apply the SAPObjectTaskCode field to query operations. -
SAP_OBJECT_TASK_TYPE_NAME
Use with available fluent helpers to apply the SAPObjectTaskTypeName field to query operations.
-
-
Constructor Details
-
BusObjects
public BusObjects() -
BusObjects
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusObjects>
-
setSAPObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Parameters:
sAPObjectType- SAP Object Type
-
setSAPObjectTypeName
(Key Field) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTypeName
- Parameters:
sAPObjectTypeName- SAP Object Type Name
-
setSAPObjectTaskCode
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SAPObjectTaskCode
- Parameters:
sAPObjectTaskCode- Business Event Type
-
setSAPObjectTaskTypeName
(Key Field) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTaskTypeName
- Parameters:
sAPObjectTaskTypeName- SAP Object Task Type Name
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusObjects>
-
getKey
- Overrides:
getKeyin classVdmObject<BusObjects>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusObjects>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 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<BusObjects>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusObjects>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusObjects>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusObjects>
-
builder
-
getSAPObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Returns:
- SAP Object Type
-
getSAPObjectTypeName
(Key Field) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTypeName
- Returns:
- SAP Object Type Name
-
getSAPObjectTaskCode
(Key Field) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SAPObjectTaskCode
- Returns:
- Business Event Type
-
getSAPObjectTaskTypeName
(Key Field) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTaskTypeName
- Returns:
- SAP Object Task Type Name
-
toString
- Overrides:
toStringin classVdmObject<BusObjects>
-
equals
- Overrides:
equalsin classVdmEntity<BusObjects>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusObjects>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusObjects>
-