Class ProcessingStatusText
java.lang.Object
com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity<ProcessingStatusText>
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.enterpriseprojectprocessingstatus.ProcessingStatusText
- All Implemented Interfaces:
VdmEntitySet
Project Processing Status Description
Original entity name from the Odata EDM: ProcessingStatusTextType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of ProcessingStatusText instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SimpleProperty<ProcessingStatusText>Selector for all available fields of ProcessingStatusText.static final SimpleProperty.String<ProcessingStatusText>static final SimpleProperty.String<ProcessingStatusText>static final SimpleProperty.String<ProcessingStatusText>static final NavigationProperty.Single<ProcessingStatusText,ProcessingStatus> Use with available request builders to apply the _ProcessingStatus navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionProcessingStatusText(String language, String processingStatus, String processingStatusText, ProcessingStatus to_ProcessingStatus) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanprotected voidprotected Stringprotected Stringprotected ODataEntityKeygetKey()(Key Field) Constraints: Not nullable, Maximum length: 2(Key Field) Constraints: Not nullable, Maximum length: 2io.vavr.control.Option<ProcessingStatus>Retrieval of associated ProcessingStatus entity (one to one).Constraints: Not nullable, Maximum length: 60getType()inthashCode()voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2voidOverwrites the associated ProcessingStatus entity for the loaded navigation property _ProcessingStatus.voidsetProcessingStatus(String processingStatus) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetProcessingStatusText(String processingStatusText) Constraints: Not nullable, Maximum length: 60toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of ProcessingStatusText. -
LANGUAGE
-
PROCESSING_STATUS
-
PROCESSING_STATUS_TEXT
-
TO__PROCESSING_STATUS
public static final NavigationProperty.Single<ProcessingStatusText,ProcessingStatus> TO__PROCESSING_STATUSUse with available request builders to apply the _ProcessingStatus navigation property to query operations.
-
-
Constructor Details
-
ProcessingStatusText
public ProcessingStatusText() -
ProcessingStatusText
public ProcessingStatusText(@Nullable String language, @Nullable String processingStatus, @Nullable String processingStatusText, @Nullable ProcessingStatus to_ProcessingStatus)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<ProcessingStatusText>
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language Key
-
setProcessingStatus
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessingStatus
- Parameters:
processingStatus- Processing Status
-
setProcessingStatusText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProcessingStatusText
- Parameters:
processingStatusText- Processing Status Text
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<ProcessingStatusText>
-
getKey
- Overrides:
getKeyin classVdmObject<ProcessingStatusText>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<ProcessingStatusText>
-
fromMap
- Overrides:
fromMapin classVdmObject<ProcessingStatusText>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<ProcessingStatusText>
-
getProcessingStatusIfPresent
Retrieval of associated ProcessingStatus entity (one to one). This corresponds to the OData navigation property _ProcessingStatus.If the navigation property for an entity ProcessingStatusText has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _ProcessingStatus is already loaded, the result will
contain the ProcessingStatus entity. If not, an
Optionwith result stateemptyis returned.
-
setProcessingStatus
Overwrites the associated ProcessingStatus entity for the loaded navigation property _ProcessingStatus.- Parameters:
value- New ProcessingStatus entity.
-
builder
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language Key
-
getProcessingStatus
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ProcessingStatus
- Returns:
- Processing Status
-
getProcessingStatusText
Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: ProcessingStatusText
- Returns:
- Processing Status Text
-
toString
- Overrides:
toStringin classVdmObject<ProcessingStatusText>
-
equals
- Overrides:
equalsin classVdmEntity<ProcessingStatusText>
-
canEqual
- Overrides:
canEqualin classVdmEntity<ProcessingStatusText>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<ProcessingStatusText>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<ProcessingStatusText>
-