Class DocumentInfoRecordDocStsVH
java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<DocumentInfoRecordDocStsVH>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.DocumentInfoRecordDocStsVH
Document Status Value Help
Original entity name from the Odata EDM: A_DocumentInfoRecordDocStsVHType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DocumentInfoRecordDocStsVHSelectableSelector for all available fields of DocumentInfoRecordDocStsVH.static final DocumentInfoRecordDocStsVHField<String>Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations.static final DocumentInfoRecordDocStsVHField<String>Use with available fluent helpers to apply the DocumentStatusName field to query operations.static final DocumentInfoRecordDocStsVHField<String>Use with available fluent helpers to apply the ExternalDocumentStatus field to query operations.static final DocumentInfoRecordDocStsVHField<String>Use with available fluent helpers to apply the InternalDocumentStatus field to query operations.static final DocumentInfoRecordDocStsVHField<String>Use with available fluent helpers to apply the Language 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>
DocumentInfoRecordDocStsVHField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DocumentInfoRecordDocStsVHField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected String(Key Field) Constraints: Not nullable, Maximum length: 3Constraints: Not nullable, Maximum length: 16protected String(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 2getKey()(Key Field) Constraints: Not nullable, Maximum length: 2getType()inthashCode()voidsetDocumentInfoRecordDocType(String documentInfoRecordDocType) (Key Field) Constraints: Not nullable, Maximum length: 3voidsetDocumentStatusName(String documentStatusName) Constraints: Not nullable, Maximum length: 16voidsetExternalDocumentStatus(String externalDocumentStatus) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetInternalDocumentStatus(String internalDocumentStatus) Constraints: Not nullable, Maximum length: 2voidsetLanguage(String language) (Key Field) Constraints: Not nullable, Maximum length: 2protected 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 DocumentInfoRecordDocStsVH. -
DOCUMENT_INFO_RECORD_DOC_TYPE
Use with available fluent helpers to apply the DocumentInfoRecordDocType field to query operations. -
LANGUAGE
Use with available fluent helpers to apply the Language field to query operations. -
EXTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the ExternalDocumentStatus field to query operations. -
INTERNAL_DOCUMENT_STATUS
Use with available fluent helpers to apply the InternalDocumentStatus field to query operations. -
DOCUMENT_STATUS_NAME
Use with available fluent helpers to apply the DocumentStatusName field to query operations.
-
-
Constructor Details
-
DocumentInfoRecordDocStsVH
public DocumentInfoRecordDocStsVH() -
DocumentInfoRecordDocStsVH
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<DocumentInfoRecordDocStsVH>
-
setDocumentInfoRecordDocType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Parameters:
documentInfoRecordDocType- Document Type
-
setLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Parameters:
language- Language
-
setExternalDocumentStatus
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ExternalDocumentStatus
- Parameters:
externalDocumentStatus- Status of a document (language-dependent)
-
setInternalDocumentStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InternalDocumentStatus
- Parameters:
internalDocumentStatus- Document Status
-
setDocumentStatusName
Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: DocumentStatusName
- Parameters:
documentStatusName- Description of document status
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<DocumentInfoRecordDocStsVH>
-
getKey
- Overrides:
getKeyin classVdmObject<DocumentInfoRecordDocStsVH>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<DocumentInfoRecordDocStsVH>
-
fromMap
- Overrides:
fromMapin classVdmObject<DocumentInfoRecordDocStsVH>
-
field
@Nonnull public static <T> DocumentInfoRecordDocStsVHField<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> DocumentInfoRecordDocStsVHField<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<DocumentInfoRecordDocStsVH>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<DocumentInfoRecordDocStsVH>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<DocumentInfoRecordDocStsVH>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<DocumentInfoRecordDocStsVH>
-
builder
-
getDocumentInfoRecordDocType
(Key Field) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: DocumentInfoRecordDocType
- Returns:
- Document Type
-
getLanguage
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
- Language
-
getExternalDocumentStatus
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: ExternalDocumentStatus
- Returns:
- Status of a document (language-dependent)
-
getInternalDocumentStatus
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InternalDocumentStatus
- Returns:
- Document Status
-
getDocumentStatusName
Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: DocumentStatusName
- Returns:
- Description of document status
-
toString
- Overrides:
toStringin classVdmObject<DocumentInfoRecordDocStsVH>
-
equals
- Overrides:
equalsin classVdmEntity<DocumentInfoRecordDocStsVH>
-
canEqual
- Overrides:
canEqualin classVdmEntity<DocumentInfoRecordDocStsVH>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<DocumentInfoRecordDocStsVH>
-