public class BusinessObjectKeys extends VdmEntity<BusinessObjectKeys>
Original entity name from the Odata EDM: I_BusinessObjectKeysType
Modifier and Type | Class and Description |
---|---|
static class |
BusinessObjectKeys.BusinessObjectKeysBuilder |
Modifier and Type | Field and Description |
---|---|
static BusinessObjectKeysSelectable |
ALL_FIELDS
Selector for all available fields of BusinessObjectKeys.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME1
Use with available fluent helpers to apply the KeyFieldName1 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME2
Use with available fluent helpers to apply the KeyFieldName2 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME3
Use with available fluent helpers to apply the KeyFieldName3 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME4
Use with available fluent helpers to apply the KeyFieldName4 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME5
Use with available fluent helpers to apply the KeyFieldName5 field to query operations.
|
static BusinessObjectKeysField<String> |
KEY_FIELD_NAME6
Use with available fluent helpers to apply the KeyFieldName6 field to query operations.
|
static BusinessObjectKeysField<String> |
SAP_OBJECT_TYPE
Use with available fluent helpers to apply the SAPObjectType field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
BusinessObjectKeys() |
BusinessObjectKeys(String sAPObjectType,
String keyFieldName1,
String keyFieldName2,
String keyFieldName3,
String keyFieldName4,
String keyFieldName5,
String keyFieldName6) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static BusinessObjectKeys.BusinessObjectKeysBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> BusinessObjectKeysField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
protected Map<String,Object> |
getKey() |
String |
getKeyFieldName1()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName2()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName3()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName4()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName5()
Constraints: Not nullable, Maximum length: 40
|
String |
getKeyFieldName6()
Constraints: Not nullable, Maximum length: 40
|
String |
getSAPObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 30
|
Class<BusinessObjectKeys> |
getType() |
int |
hashCode() |
void |
setKeyFieldName1(String keyFieldName1)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName2(String keyFieldName2)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName3(String keyFieldName3)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName4(String keyFieldName4)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName5(String keyFieldName5)
Constraints: Not nullable, Maximum length: 40
|
void |
setKeyFieldName6(String keyFieldName6)
Constraints: Not nullable, Maximum length: 40
|
void |
setSAPObjectType(String sAPObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final BusinessObjectKeysSelectable ALL_FIELDS
public static final BusinessObjectKeysField<String> SAP_OBJECT_TYPE
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME1
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME2
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME3
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME4
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME5
public static final BusinessObjectKeysField<String> KEY_FIELD_NAME6
@Nonnull public Class<BusinessObjectKeys> getType()
getType
in class VdmObject<BusinessObjectKeys>
public void setSAPObjectType(@Nullable String sAPObjectType)
Original property name from the Odata EDM: SAPObjectType
sAPObjectType
- Indicates the name of the business object type.public void setKeyFieldName1(@Nullable String keyFieldName1)
Original property name from the Odata EDM: KeyFieldName1
keyFieldName1
- Indicates the value of key field of the given business object instance.public void setKeyFieldName2(@Nullable String keyFieldName2)
Original property name from the Odata EDM: KeyFieldName2
keyFieldName2
- Indicates the value of key field of the given business object instance.public void setKeyFieldName3(@Nullable String keyFieldName3)
Original property name from the Odata EDM: KeyFieldName3
keyFieldName3
- Indicates the value of key field of the given business object instance.public void setKeyFieldName4(@Nullable String keyFieldName4)
Original property name from the Odata EDM: KeyFieldName4
keyFieldName4
- Indicates the value of key field of the given business object instance.public void setKeyFieldName5(@Nullable String keyFieldName5)
Original property name from the Odata EDM: KeyFieldName5
keyFieldName5
- Indicates the value of key field of the given business object instance.public void setKeyFieldName6(@Nullable String keyFieldName6)
Original property name from the Odata EDM: KeyFieldName6
keyFieldName6
- Indicates the value of key field of the given business object instance.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusinessObjectKeys>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<BusinessObjectKeys>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<BusinessObjectKeys>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<BusinessObjectKeys>
@Nonnull public static <T> BusinessObjectKeysField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> BusinessObjectKeysField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<BusinessObjectKeys>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<BusinessObjectKeys>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<BusinessObjectKeys>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BusinessObjectKeys>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static BusinessObjectKeys.BusinessObjectKeysBuilder builder()
@Nullable public String getSAPObjectType()
Original property name from the Odata EDM: SAPObjectType
@Nullable public String getKeyFieldName1()
Original property name from the Odata EDM: KeyFieldName1
@Nullable public String getKeyFieldName2()
Original property name from the Odata EDM: KeyFieldName2
@Nullable public String getKeyFieldName3()
Original property name from the Odata EDM: KeyFieldName3
@Nullable public String getKeyFieldName4()
Original property name from the Odata EDM: KeyFieldName4
@Nullable public String getKeyFieldName5()
Original property name from the Odata EDM: KeyFieldName5
@Nullable public String getKeyFieldName6()
Original property name from the Odata EDM: KeyFieldName6
@Nonnull public String toString()
toString
in class VdmObject<BusinessObjectKeys>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<BusinessObjectKeys>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<BusinessObjectKeys>
public int hashCode()
hashCode
in class VdmObject<BusinessObjectKeys>
Copyright © 2021 SAP SE. All rights reserved.