Class BusinessObjectKeys
Original entity name from the Odata EDM: I_BusinessObjectKeysType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusinessObjectKeysSelectableSelector for all available fields of BusinessObjectKeys.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName1 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName2 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName3 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName4 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName5 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName6 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the KeyFieldName7 field to query operations.static final BusinessObjectKeysField<String>Use with available fluent helpers to apply the SAPObjectType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
BusinessObjectKeysField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusinessObjectKeysField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40Constraints: Not nullable, Maximum length: 40(Key Field) Constraints: Not nullable, Maximum length: 30getType()inthashCode()voidsetKeyFieldName1(String keyFieldName1) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName2(String keyFieldName2) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName3(String keyFieldName3) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName4(String keyFieldName4) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName5(String keyFieldName5) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName6(String keyFieldName6) Constraints: Not nullable, Maximum length: 40voidsetKeyFieldName7(String keyFieldName7) Constraints: Not nullable, Maximum length: 40voidsetSAPObjectType(String sAPObjectType) (Key Field) Constraints: Not nullable, Maximum length: 30protected 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 BusinessObjectKeys. -
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations. -
KEY_FIELD_NAME1
Use with available fluent helpers to apply the KeyFieldName1 field to query operations. -
KEY_FIELD_NAME2
Use with available fluent helpers to apply the KeyFieldName2 field to query operations. -
KEY_FIELD_NAME3
Use with available fluent helpers to apply the KeyFieldName3 field to query operations. -
KEY_FIELD_NAME4
Use with available fluent helpers to apply the KeyFieldName4 field to query operations. -
KEY_FIELD_NAME5
Use with available fluent helpers to apply the KeyFieldName5 field to query operations. -
KEY_FIELD_NAME6
Use with available fluent helpers to apply the KeyFieldName6 field to query operations. -
KEY_FIELD_NAME7
Use with available fluent helpers to apply the KeyFieldName7 field to query operations.
-
-
Constructor Details
-
BusinessObjectKeys
public BusinessObjectKeys() -
BusinessObjectKeys
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusinessObjectKeys>
-
setSAPObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Parameters:
sAPObjectType- SAP Object Type
-
setKeyFieldName1
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName1
- Parameters:
keyFieldName1- Business Object Key Name 1
-
setKeyFieldName2
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName2
- Parameters:
keyFieldName2- Business Object Key Name 2
-
setKeyFieldName3
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName3
- Parameters:
keyFieldName3- Business Object Key Name 3
-
setKeyFieldName4
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName4
- Parameters:
keyFieldName4- Business Object Key Name 4
-
setKeyFieldName5
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName5
- Parameters:
keyFieldName5- Business Object Key Name 5
-
setKeyFieldName6
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName6
- Parameters:
keyFieldName6- Business Object Key Name 6
-
setKeyFieldName7
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName7
- Parameters:
keyFieldName7- Business Object Key Name 7
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusinessObjectKeys>
-
getKey
- Overrides:
getKeyin classVdmObject<BusinessObjectKeys>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusinessObjectKeys>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusinessObjectKeys>
-
field
@Nonnull public static <T> BusinessObjectKeysField<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> BusinessObjectKeysField<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<BusinessObjectKeys>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusinessObjectKeys>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusinessObjectKeys>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusinessObjectKeys>
-
builder
-
getSAPObjectType
(Key Field) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Returns:
- SAP Object Type
-
getKeyFieldName1
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName1
- Returns:
- Business Object Key Name 1
-
getKeyFieldName2
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName2
- Returns:
- Business Object Key Name 2
-
getKeyFieldName3
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName3
- Returns:
- Business Object Key Name 3
-
getKeyFieldName4
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName4
- Returns:
- Business Object Key Name 4
-
getKeyFieldName5
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName5
- Returns:
- Business Object Key Name 5
-
getKeyFieldName6
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName6
- Returns:
- Business Object Key Name 6
-
getKeyFieldName7
Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: KeyFieldName7
- Returns:
- Business Object Key Name 7
-
toString
- Overrides:
toStringin classVdmObject<BusinessObjectKeys>
-
equals
- Overrides:
equalsin classVdmEntity<BusinessObjectKeys>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusinessObjectKeys>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusinessObjectKeys>
-