Class SAP__TableColumns
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SAP__TableColumns>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcepersonskilltag.SAP__TableColumns
Original entity name from the Odata EDM: SAP__TableColumns
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__TableColumnsSelectableSelector for all available fields of SAP__TableColumns.static final SAP__TableColumnsField<String>Use with available fluent helpers to apply the Header field to query operations.static final SAP__TableColumnsField<String>Use with available fluent helpers to apply the HorizontalAlignment field to query operations.static final SAP__TableColumnsField<UUID>Use with available fluent helpers to apply the Id field to query operations.static final SAP__TableColumnsField<String>Use with available fluent helpers to apply the Name field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSAP__TableColumns(UUID id, String name, String header, String horizontalAlignment) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SAP__TableColumnsField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__TableColumnsField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 256Constraints: Not nullable, Maximum length: 10getId()(Key Field) Constraints: Not nullablegetKey()getName()(Key Field) Constraints: Not nullable, Maximum length: 256getType()inthashCode()void(Key Field) Constraints: Not nullable, Maximum length: 256voidsetHorizontalAlignment(String horizontalAlignment) Constraints: Not nullable, Maximum length: 10void(Key Field) Constraints: Not nullablevoid(Key Field) Constraints: Not nullable, Maximum length: 256protected 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 SAP__TableColumns. -
ID
Use with available fluent helpers to apply the Id field to query operations. -
NAME
Use with available fluent helpers to apply the Name field to query operations. -
HEADER
Use with available fluent helpers to apply the Header field to query operations. -
HORIZONTAL_ALIGNMENT
Use with available fluent helpers to apply the HorizontalAlignment field to query operations.
-
-
Constructor Details
-
SAP__TableColumns
public SAP__TableColumns() -
SAP__TableColumns
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__TableColumns>
-
setId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Parameters:
id- UUID
-
setName
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Name
- Parameters:
name- The name to set.
-
setHeader
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Header
- Parameters:
header- The header to set.
-
setHorizontalAlignment
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HorizontalAlignment
- Parameters:
horizontalAlignment- The horizontalAlignment to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__TableColumns>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__TableColumns>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__TableColumns>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__TableColumns>
-
field
@Nonnull public static <T> SAP__TableColumnsField<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> SAP__TableColumnsField<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<SAP__TableColumns>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__TableColumns>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__TableColumns>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__TableColumns>
-
builder
-
getId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
- UUID
-
getName
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Name
- Returns:
- The name contained in this entity.
-
getHeader
(Key Field) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Header
- Returns:
- The header contained in this entity.
-
getHorizontalAlignment
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: HorizontalAlignment
- Returns:
- The horizontalAlignment contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<SAP__TableColumns>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__TableColumns>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__TableColumns>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__TableColumns>
-