Class InspectionLotWithStatus
Original entity name from the Odata EDM: A_InspectionLotWithStatusType
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final InspectionLotWithStatusSelectableSelector for all available fields of InspectionLotWithStatus.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStatusCanceled field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStatusInspCompleted field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStatusRepair field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStatusRsltsConfirmed field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStsDefectsRecorded field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspLotStsShrtTrmInspCmpltd field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspectionLot field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspectionLotStatusCreated field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspectionLotStatusReleased field to query operations.static final InspectionLotWithStatusField<String>Use with available fluent helpers to apply the InspectionLotStatusSkip field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionInspectionLotWithStatus(String inspectionLot, String inspectionLotStatusCreated, String inspectionLotStatusReleased, String inspectionLotStatusSkip, String inspLotStatusRsltsConfirmed, String inspLotStsDefectsRecorded, String inspLotStsShrtTrmInspCmpltd, String inspLotStatusInspCompleted, String inspLotStatusCanceled, String inspLotStatusRepair) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
InspectionLotWithStatusField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> InspectionLotWithStatusField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidprotected Stringprotected String(Key Field) Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1getKey()getType()inthashCode()voidsetInspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetInspectionLotStatusCreated(String inspectionLotStatusCreated) Constraints: Not nullable, Maximum length: 1voidsetInspectionLotStatusReleased(String inspectionLotStatusReleased) Constraints: Not nullable, Maximum length: 1voidsetInspectionLotStatusSkip(String inspectionLotStatusSkip) Constraints: Not nullable, Maximum length: 1voidsetInspLotStatusCanceled(String inspLotStatusCanceled) Constraints: Not nullable, Maximum length: 1voidsetInspLotStatusInspCompleted(String inspLotStatusInspCompleted) Constraints: Not nullable, Maximum length: 1voidsetInspLotStatusRepair(String inspLotStatusRepair) Constraints: Not nullable, Maximum length: 1voidsetInspLotStatusRsltsConfirmed(String inspLotStatusRsltsConfirmed) Constraints: Not nullable, Maximum length: 1voidsetInspLotStsDefectsRecorded(String inspLotStsDefectsRecorded) Constraints: Not nullable, Maximum length: 1voidsetInspLotStsShrtTrmInspCmpltd(String inspLotStsShrtTrmInspCmpltd) Constraints: Not nullable, Maximum length: 1protected 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 InspectionLotWithStatus. -
INSPECTION_LOT
Use with available fluent helpers to apply the InspectionLot field to query operations. -
INSPECTION_LOT_STATUS_CREATED
Use with available fluent helpers to apply the InspectionLotStatusCreated field to query operations. -
INSPECTION_LOT_STATUS_RELEASED
Use with available fluent helpers to apply the InspectionLotStatusReleased field to query operations. -
INSPECTION_LOT_STATUS_SKIP
Use with available fluent helpers to apply the InspectionLotStatusSkip field to query operations. -
INSP_LOT_STATUS_RSLTS_CONFIRMED
Use with available fluent helpers to apply the InspLotStatusRsltsConfirmed field to query operations. -
INSP_LOT_STS_DEFECTS_RECORDED
Use with available fluent helpers to apply the InspLotStsDefectsRecorded field to query operations. -
INSP_LOT_STS_SHRT_TRM_INSP_CMPLTD
Use with available fluent helpers to apply the InspLotStsShrtTrmInspCmpltd field to query operations. -
INSP_LOT_STATUS_INSP_COMPLETED
Use with available fluent helpers to apply the InspLotStatusInspCompleted field to query operations. -
INSP_LOT_STATUS_CANCELED
Use with available fluent helpers to apply the InspLotStatusCanceled field to query operations. -
INSP_LOT_STATUS_REPAIR
Use with available fluent helpers to apply the InspLotStatusRepair field to query operations.
-
-
Constructor Details
-
InspectionLotWithStatus
public InspectionLotWithStatus() -
InspectionLotWithStatus
public InspectionLotWithStatus(@Nullable String inspectionLot, @Nullable String inspectionLotStatusCreated, @Nullable String inspectionLotStatusReleased, @Nullable String inspectionLotStatusSkip, @Nullable String inspLotStatusRsltsConfirmed, @Nullable String inspLotStsDefectsRecorded, @Nullable String inspLotStsShrtTrmInspCmpltd, @Nullable String inspLotStatusInspCompleted, @Nullable String inspLotStatusCanceled, @Nullable String inspLotStatusRepair)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<InspectionLotWithStatus>
-
setInspectionLot
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Parameters:
inspectionLot- Inspection Lot Number
-
setInspectionLotStatusCreated
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusCreated
- Parameters:
inspectionLotStatusCreated- The inspectionLotStatusCreated to set.
-
setInspectionLotStatusReleased
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusReleased
- Parameters:
inspectionLotStatusReleased- The inspectionLotStatusReleased to set.
-
setInspectionLotStatusSkip
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusSkip
- Parameters:
inspectionLotStatusSkip- The inspectionLotStatusSkip to set.
-
setInspLotStatusRsltsConfirmed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusRsltsConfirmed
- Parameters:
inspLotStatusRsltsConfirmed- The inspLotStatusRsltsConfirmed to set.
-
setInspLotStsDefectsRecorded
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStsDefectsRecorded
- Parameters:
inspLotStsDefectsRecorded- The inspLotStsDefectsRecorded to set.
-
setInspLotStsShrtTrmInspCmpltd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStsShrtTrmInspCmpltd
- Parameters:
inspLotStsShrtTrmInspCmpltd- The inspLotStsShrtTrmInspCmpltd to set.
-
setInspLotStatusInspCompleted
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusInspCompleted
- Parameters:
inspLotStatusInspCompleted- The inspLotStatusInspCompleted to set.
-
setInspLotStatusCanceled
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusCanceled
- Parameters:
inspLotStatusCanceled- The inspLotStatusCanceled to set.
-
setInspLotStatusRepair
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusRepair
- Parameters:
inspLotStatusRepair- The inspLotStatusRepair to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<InspectionLotWithStatus>
-
getKey
- Overrides:
getKeyin classVdmObject<InspectionLotWithStatus>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<InspectionLotWithStatus>
-
fromMap
- Overrides:
fromMapin classVdmObject<InspectionLotWithStatus>
-
field
@Nonnull public static <T> InspectionLotWithStatusField<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> InspectionLotWithStatusField<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<InspectionLotWithStatus>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<InspectionLotWithStatus>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<InspectionLotWithStatus>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<InspectionLotWithStatus>
-
builder
-
getInspectionLot
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
- Inspection Lot Number
-
getInspectionLotStatusCreated
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusCreated
- Returns:
- The inspectionLotStatusCreated contained in this entity.
-
getInspectionLotStatusReleased
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusReleased
- Returns:
- The inspectionLotStatusReleased contained in this entity.
-
getInspectionLotStatusSkip
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionLotStatusSkip
- Returns:
- The inspectionLotStatusSkip contained in this entity.
-
getInspLotStatusRsltsConfirmed
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusRsltsConfirmed
- Returns:
- The inspLotStatusRsltsConfirmed contained in this entity.
-
getInspLotStsDefectsRecorded
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStsDefectsRecorded
- Returns:
- The inspLotStsDefectsRecorded contained in this entity.
-
getInspLotStsShrtTrmInspCmpltd
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStsShrtTrmInspCmpltd
- Returns:
- The inspLotStsShrtTrmInspCmpltd contained in this entity.
-
getInspLotStatusInspCompleted
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusInspCompleted
- Returns:
- The inspLotStatusInspCompleted contained in this entity.
-
getInspLotStatusCanceled
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusCanceled
- Returns:
- The inspLotStatusCanceled contained in this entity.
-
getInspLotStatusRepair
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspLotStatusRepair
- Returns:
- The inspLotStatusRepair contained in this entity.
-
toString
- Overrides:
toStringin classVdmObject<InspectionLotWithStatus>
-
equals
- Overrides:
equalsin classVdmEntity<InspectionLotWithStatus>
-
canEqual
- Overrides:
canEqualin classVdmEntity<InspectionLotWithStatus>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<InspectionLotWithStatus>
-