Class BusSolnOrdFUPServiceOrder
Original entity name from the Odata EDM: A_BusSolnOrdFUPServiceOrderType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BusSolnOrdFUPServiceOrderSelectableSelector for all available fields of BusSolnOrdFUPServiceOrder.static final BusSolnOrdFUPServiceOrderField<String>Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations.static final BusSolnOrdFUPServiceOrderField<UUID>Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations.static final BusSolnOrdFUPServiceOrderField<String>Use with available fluent helpers to apply the ServiceDocRltnSequenceNumber field to query operations.static final BusSolnOrdFUPServiceOrderField<UUID>Use with available fluent helpers to apply the ServiceDocumentRelationUUID field to query operations.static final BusSolnOrdFUPServiceOrderField<String>Use with available fluent helpers to apply the ServiceOrder 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>
BusSolnOrdFUPServiceOrderField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> BusSolnOrdFUPServiceOrderField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 10Constraints: noneprotected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullableConstraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetBusinessSolutionOrder(String businessSolutionOrder) Constraints: Not nullable, Maximum length: 10voidsetBusinessSolutionOrderUUID(UUID businessSolutionOrderUUID) Constraints: nonevoidsetServiceDocRltnSequenceNumber(String serviceDocRltnSequenceNumber) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetServiceDocumentRelationUUID(UUID serviceDocumentRelationUUID) (Key Field) Constraints: Not nullablevoidsetServiceOrder(String serviceOrder) Constraints: Not nullable, Maximum length: 10protected 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 BusSolnOrdFUPServiceOrder. -
SERVICE_DOCUMENT_RELATION_UUID
Use with available fluent helpers to apply the ServiceDocumentRelationUUID field to query operations. -
SERVICE_DOC_RLTN_SEQUENCE_NUMBER
Use with available fluent helpers to apply the ServiceDocRltnSequenceNumber field to query operations. -
BUSINESS_SOLUTION_ORDER
Use with available fluent helpers to apply the BusinessSolutionOrder field to query operations. -
BUSINESS_SOLUTION_ORDER_UUID
Use with available fluent helpers to apply the BusinessSolutionOrderUUID field to query operations. -
SERVICE_ORDER
Use with available fluent helpers to apply the ServiceOrder field to query operations.
-
-
Constructor Details
-
BusSolnOrdFUPServiceOrder
public BusSolnOrdFUPServiceOrder() -
BusSolnOrdFUPServiceOrder
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<BusSolnOrdFUPServiceOrder>
-
setServiceDocumentRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentRelationUUID
- Parameters:
serviceDocumentRelationUUID- Object Relationship Service : GUID binary link
-
setServiceDocRltnSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocRltnSequenceNumber
- Parameters:
serviceDocRltnSequenceNumber- Sequential Number of Segment in IDoc Type
-
setBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Parameters:
businessSolutionOrder- Transaction ID
-
setBusinessSolutionOrderUUID
Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderUUID
- Parameters:
businessSolutionOrderUUID- GUID of a CRM Order Object
-
setServiceOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Parameters:
serviceOrder- Transaction ID
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<BusSolnOrdFUPServiceOrder>
-
getKey
- Overrides:
getKeyin classVdmObject<BusSolnOrdFUPServiceOrder>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<BusSolnOrdFUPServiceOrder>
-
fromMap
- Overrides:
fromMapin classVdmObject<BusSolnOrdFUPServiceOrder>
-
field
@Nonnull public static <T> BusSolnOrdFUPServiceOrderField<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> BusSolnOrdFUPServiceOrderField<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<BusSolnOrdFUPServiceOrder>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<BusSolnOrdFUPServiceOrder>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<BusSolnOrdFUPServiceOrder>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<BusSolnOrdFUPServiceOrder>
-
builder
-
getServiceDocumentRelationUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: ServiceDocumentRelationUUID
- Returns:
- Object Relationship Service : GUID binary link
-
getServiceDocRltnSequenceNumber
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ServiceDocRltnSequenceNumber
- Returns:
- Sequential Number of Segment in IDoc Type
-
getBusinessSolutionOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessSolutionOrder
- Returns:
- Transaction ID
-
getBusinessSolutionOrderUUID
Constraints: noneOriginal property name from the Odata EDM: BusinessSolutionOrderUUID
- Returns:
- GUID of a CRM Order Object
-
getServiceOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
- Transaction ID
-
toString
- Overrides:
toStringin classVdmObject<BusSolnOrdFUPServiceOrder>
-
equals
- Overrides:
equalsin classVdmEntity<BusSolnOrdFUPServiceOrder>
-
canEqual
- Overrides:
canEqualin classVdmEntity<BusSolnOrdFUPServiceOrder>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<BusSolnOrdFUPServiceOrder>
-