Class SpecStatusSchema
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<SpecStatusSchema>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.rawsubstance.SpecStatusSchema
Specification Status Schema
Original entity name from the Odata EDM: A_SpecStatusSchemaType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpecStatusSchemaSelectableSelector for all available fields of SpecStatusSchema.static final SpecStatusSchemaField<Boolean>Use with available fluent helpers to apply the SpecificationHdrStsDfltSchema field to query operations.static final SpecStatusSchemaField<String>Use with available fluent helpers to apply the SpecificationHdrStsSchema field to query operations.static final SpecStatusSchemaField<String>Use with available fluent helpers to apply the SpecificationType field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSpecStatusSchema(String specificationType, String specificationHdrStsSchema, Boolean specificationHdrStsDfltSchema) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SpecStatusSchemaField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SpecStatusSchemaField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected StringgetKey()Constraints: none(Key Field) Constraints: Not nullable, Maximum length: 20(Key Field) Constraints: Not nullable, Maximum length: 20getType()inthashCode()protected voidsetServicePathForFetch(String servicePathForFetch) voidsetSpecificationHdrStsDfltSchema(Boolean specificationHdrStsDfltSchema) Constraints: nonevoidsetSpecificationHdrStsSchema(String specificationHdrStsSchema) (Key Field) Constraints: Not nullable, Maximum length: 20voidsetSpecificationType(String specificationType) (Key Field) Constraints: Not nullable, Maximum length: 20toString()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 SpecStatusSchema. -
SPECIFICATION_TYPE
Use with available fluent helpers to apply the SpecificationType field to query operations. -
SPECIFICATION_HDR_STS_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsSchema field to query operations. -
SPECIFICATION_HDR_STS_DFLT_SCHEMA
Use with available fluent helpers to apply the SpecificationHdrStsDfltSchema field to query operations.
-
-
Constructor Details
-
SpecStatusSchema
public SpecStatusSchema() -
SpecStatusSchema
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SpecStatusSchema>
-
setSpecificationType
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationType
- Parameters:
specificationType- Subordinate Object Type
-
setSpecificationHdrStsSchema
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchema
- Parameters:
specificationHdrStsSchema- Status Scheme
-
setSpecificationHdrStsDfltSchema
Constraints: noneOriginal property name from the Odata EDM: SpecificationHdrStsDfltSchema
- Parameters:
specificationHdrStsDfltSchema- Default Status Scheme
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SpecStatusSchema>
-
getKey
- Overrides:
getKeyin classVdmObject<SpecStatusSchema>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SpecStatusSchema>
-
fromMap
- Overrides:
fromMapin classVdmObject<SpecStatusSchema>
-
field
@Nonnull public static <T> SpecStatusSchemaField<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> SpecStatusSchemaField<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<SpecStatusSchema>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SpecStatusSchema>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SpecStatusSchema>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SpecStatusSchema>
-
builder
-
getSpecificationType
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationType
- Returns:
- Subordinate Object Type
-
getSpecificationHdrStsSchema
(Key Field) Constraints: Not nullable, Maximum length: 20Original property name from the Odata EDM: SpecificationHdrStsSchema
- Returns:
- Status Scheme
-
getSpecificationHdrStsDfltSchema
Constraints: noneOriginal property name from the Odata EDM: SpecificationHdrStsDfltSchema
- Returns:
- Default Status Scheme
-
toString
- Overrides:
toStringin classVdmObject<SpecStatusSchema>
-
equals
- Overrides:
equalsin classVdmEntity<SpecStatusSchema>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SpecStatusSchema>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SpecStatusSchema>
-