Class MaintenancePlanCallObject
Original entity name from the Odata EDM: MaintenancePlanCallObject_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MaintenancePlanCallObjectSelectableSelector for all available fields of MaintenancePlanCallObject.static final MaintenancePlanCallObjectField<Boolean>Use with available fluent helpers to apply the MaintCallHorizonIsNotReached field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the MaintenanceItem field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the MaintenanceNotification field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the MaintenanceOrder field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the MaintenancePlan field to query operations.static final MaintenancePlanCallObjectField<Integer>Use with available fluent helpers to apply the MaintenancePlanCallNumber field to query operations.static final MaintenancePlanCallObjectField<LocalDateTime>Use with available fluent helpers to apply the PlannedStartDate field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the ReleasedByUserName field to query operations.static final MaintenancePlanCallObjectField<String>Use with available fluent helpers to apply the SchedulingStatus field to query operations.static final MaintenancePlanCallObjectField<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
ConstructorsConstructorDescriptionMaintenancePlanCallObject(String maintenancePlan, Integer maintenancePlanCallNumber, String maintenanceItem, String maintenanceOrder, String maintenanceNotification, String serviceOrder, Boolean maintCallHorizonIsNotReached, String schedulingStatus, LocalDateTime plannedStartDate, String releasedByUserName) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
MaintenancePlanCallObjectField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> MaintenancePlanCallObjectField<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: 16Constraints: Not nullable, Maximum length: 12Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullable, Maximum length: 12(Key Field) Constraints: Not nullableConstraints: Not nullable, Precision: 0Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 10getType()inthashCode()voidsetMaintCallHorizonIsNotReached(Boolean maintCallHorizonIsNotReached) Constraints: nonevoidsetMaintenanceItem(String maintenanceItem) (Key Field) Constraints: Not nullable, Maximum length: 16voidsetMaintenanceNotification(String maintenanceNotification) Constraints: Not nullable, Maximum length: 12voidsetMaintenanceOrder(String maintenanceOrder) Constraints: Not nullable, Maximum length: 12voidsetMaintenancePlan(String maintenancePlan) (Key Field) Constraints: Not nullable, Maximum length: 12voidsetMaintenancePlanCallNumber(Integer maintenancePlanCallNumber) (Key Field) Constraints: Not nullablevoidsetPlannedStartDate(LocalDateTime plannedStartDate) Constraints: Not nullable, Precision: 0voidsetReleasedByUserName(String releasedByUserName) Constraints: Not nullable, Maximum length: 1voidsetSchedulingStatus(String schedulingStatus) Constraints: Not nullable, Maximum length: 1voidsetServiceOrder(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 MaintenancePlanCallObject. -
MAINTENANCE_PLAN
Use with available fluent helpers to apply the MaintenancePlan field to query operations. -
MAINTENANCE_PLAN_CALL_NUMBER
Use with available fluent helpers to apply the MaintenancePlanCallNumber field to query operations. -
MAINTENANCE_ITEM
Use with available fluent helpers to apply the MaintenanceItem field to query operations. -
MAINTENANCE_ORDER
Use with available fluent helpers to apply the MaintenanceOrder field to query operations. -
MAINTENANCE_NOTIFICATION
Use with available fluent helpers to apply the MaintenanceNotification field to query operations. -
SERVICE_ORDER
Use with available fluent helpers to apply the ServiceOrder field to query operations. -
MAINT_CALL_HORIZON_IS_NOT_REACHED
Use with available fluent helpers to apply the MaintCallHorizonIsNotReached field to query operations. -
SCHEDULING_STATUS
Use with available fluent helpers to apply the SchedulingStatus field to query operations. -
PLANNED_START_DATE
Use with available fluent helpers to apply the PlannedStartDate field to query operations. -
RELEASED_BY_USER_NAME
Use with available fluent helpers to apply the ReleasedByUserName field to query operations.
-
-
Constructor Details
-
MaintenancePlanCallObject
public MaintenancePlanCallObject() -
MaintenancePlanCallObject
public MaintenancePlanCallObject(@Nullable String maintenancePlan, @Nullable Integer maintenancePlanCallNumber, @Nullable String maintenanceItem, @Nullable String maintenanceOrder, @Nullable String maintenanceNotification, @Nullable String serviceOrder, @Nullable Boolean maintCallHorizonIsNotReached, @Nullable String schedulingStatus, @Nullable LocalDateTime plannedStartDate, @Nullable String releasedByUserName)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<MaintenancePlanCallObject>
-
setMaintenancePlan
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Parameters:
maintenancePlan- Maintenance Plan
-
setMaintenancePlanCallNumber
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenancePlanCallNumber
- Parameters:
maintenancePlanCallNumber- Maintenance Plan Call Number
-
setMaintenanceItem
(Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: MaintenanceItem
- Parameters:
maintenanceItem- Maintenance Item
-
setMaintenanceOrder
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceOrder
- Parameters:
maintenanceOrder- Order Number
-
setMaintenanceNotification
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Parameters:
maintenanceNotification- Notification Number
-
setServiceOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Parameters:
serviceOrder- Transaction ID
-
setMaintCallHorizonIsNotReached
Constraints: noneOriginal property name from the Odata EDM: MaintCallHorizonIsNotReached
- Parameters:
maintCallHorizonIsNotReached- Scheduling status: call horizon not reached
-
setSchedulingStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SchedulingStatus
- Parameters:
schedulingStatus- Single-Character Flag
-
setPlannedStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PlannedStartDate
- Parameters:
plannedStartDate- Basic start date
-
setReleasedByUserName
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ReleasedByUserName
- Parameters:
releasedByUserName- Scheduling determined by user
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<MaintenancePlanCallObject>
-
getKey
- Overrides:
getKeyin classVdmObject<MaintenancePlanCallObject>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<MaintenancePlanCallObject>
-
fromMap
- Overrides:
fromMapin classVdmObject<MaintenancePlanCallObject>
-
field
@Nonnull public static <T> MaintenancePlanCallObjectField<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> MaintenancePlanCallObjectField<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<MaintenancePlanCallObject>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<MaintenancePlanCallObject>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<MaintenancePlanCallObject>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<MaintenancePlanCallObject>
-
builder
-
getMaintenancePlan
(Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Returns:
- Maintenance Plan
-
getMaintenancePlanCallNumber
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenancePlanCallNumber
- Returns:
- Maintenance Plan Call Number
-
getMaintenanceItem
(Key Field) Constraints: Not nullable, Maximum length: 16Original property name from the Odata EDM: MaintenanceItem
- Returns:
- Maintenance Item
-
getMaintenanceOrder
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceOrder
- Returns:
- Order Number
-
getMaintenanceNotification
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Returns:
- Notification Number
-
getServiceOrder
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ServiceOrder
- Returns:
- Transaction ID
-
getMaintCallHorizonIsNotReached
Constraints: noneOriginal property name from the Odata EDM: MaintCallHorizonIsNotReached
- Returns:
- Scheduling status: call horizon not reached
-
getSchedulingStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SchedulingStatus
- Returns:
- Single-Character Flag
-
getPlannedStartDate
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: PlannedStartDate
- Returns:
- Basic start date
-
getReleasedByUserName
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: ReleasedByUserName
- Returns:
- Scheduling determined by user
-
toString
- Overrides:
toStringin classVdmObject<MaintenancePlanCallObject>
-
equals
- Overrides:
equalsin classVdmEntity<MaintenancePlanCallObject>
-
canEqual
- Overrides:
canEqualin classVdmEntity<MaintenancePlanCallObject>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<MaintenancePlanCallObject>
-