Class SAP__Signature
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SAP__Signature>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SAP__Signature
Original entity name from the Odata EDM: SAP__Signature
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SAP__SignatureSelectableSelector for all available fields of SAP__Signature.static final SAP__SignatureField<Boolean>Use with available fluent helpers to apply the DoSign field to query operations.static final SAP__SignatureField<UUID>Use with available fluent helpers to apply the Id field to query operations.static final SAP__SignatureField<String>Use with available fluent helpers to apply the Reason 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>
SAP__SignatureField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SAP__SignatureField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected StringConstraints: Not nullableprotected StringgetId()(Key Field) Constraints: Not nullablegetKey()Constraints: Not nullable, Maximum length: 256getType()inthashCode()voidConstraints: Not nullablevoid(Key Field) Constraints: Not nullablevoidConstraints: 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__Signature. -
ID
Use with available fluent helpers to apply the Id field to query operations. -
DO_SIGN
Use with available fluent helpers to apply the DoSign field to query operations. -
REASON
Use with available fluent helpers to apply the Reason field to query operations.
-
-
Constructor Details
-
SAP__Signature
public SAP__Signature() -
SAP__Signature
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SAP__Signature>
-
setId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Parameters:
id- UUID
-
setDoSign
Constraints: Not nullableOriginal property name from the Odata EDM: DoSign
- Parameters:
doSign- Indicator
-
setReason
Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Reason
- Parameters:
reason- The reason to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SAP__Signature>
-
getKey
- Overrides:
getKeyin classVdmObject<SAP__Signature>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SAP__Signature>
-
fromMap
- Overrides:
fromMapin classVdmObject<SAP__Signature>
-
field
@Nonnull public static <T> SAP__SignatureField<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__SignatureField<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__Signature>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SAP__Signature>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SAP__Signature>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SAP__Signature>
-
builder
-
getId
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: Id
- Returns:
- UUID
-
getDoSign
Constraints: Not nullableOriginal property name from the Odata EDM: DoSign
- Returns:
- Indicator
-
getReason
Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: Reason
- Returns:
- The reason contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<SAP__Signature>
-
equals
- Overrides:
equalsin classVdmEntity<SAP__Signature>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SAP__Signature>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SAP__Signature>
-