public static class InspectionMethod.InspectionMethodBuilder extends Object
Modifier and Type | Method and Description |
---|---|
InspectionMethod |
build() |
InspectionMethod.InspectionMethodBuilder |
createdByUser(String createdByUser)
Constraints: Not nullable, Maximum length: 12
|
InspectionMethod.InspectionMethodBuilder |
creationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethod(String inspectionMethod)
(Key Field) Constraints: Not nullable, Maximum length: 8
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethodPlant(String inspectionMethodPlant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethodSearchField(String inspectionMethodSearchField)
Constraints: Not nullable, Maximum length: 40
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethodStatus(String inspectionMethodStatus)
Constraints: Not nullable, Maximum length: 1
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethodValidFromDate(LocalDateTime inspectionMethodValidFromDate)
Constraints: Not nullable, Precision: 0
|
InspectionMethod.InspectionMethodBuilder |
inspectionMethodVersion(String inspectionMethodVersion)
(Key Field) Constraints: Not nullable, Maximum length: 6
|
InspectionMethod.InspectionMethodBuilder |
inspectorQualification(String inspectorQualification)
Constraints: Not nullable, Maximum length: 5
|
InspectionMethod.InspectionMethodBuilder |
inspMethInformationField1(String inspMethInformationField1)
Constraints: Not nullable, Maximum length: 10
|
InspectionMethod.InspectionMethodBuilder |
inspMethInformationField2(String inspMethInformationField2)
Constraints: Not nullable, Maximum length: 20
|
InspectionMethod.InspectionMethodBuilder |
inspMethInformationField3(String inspMethInformationField3)
Constraints: Not nullable, Maximum length: 40
|
InspectionMethod.InspectionMethodBuilder |
lastChangeDate(LocalDateTime lastChangeDate)
Constraints: Not nullable, Precision: 0
|
InspectionMethod.InspectionMethodBuilder |
lastChangedByUser(String lastChangedByUser)
Constraints: Not nullable, Maximum length: 12
|
InspectionMethod.InspectionMethodBuilder |
linkedSAPObjectKey(String linkedSAPObjectKey)
Constraints: Not nullable, Maximum length: 18
|
InspectionMethod.InspectionMethodBuilder |
qltyMstrDataAuthorizationGroup(String qltyMstrDataAuthorizationGroup)
Constraints: Not nullable, Maximum length: 8
|
String |
toString() |
public InspectionMethod.InspectionMethodBuilder inspectionMethod(@Nullable String inspectionMethod)
Original property name from the Odata EDM: InspectionMethod
An inspection method describes how to inspect an inspection characteristic. You can assign an inspection method to a master inspection characteristic or directly to an inspection characteristic in an inspection plan.
this
.public InspectionMethod.InspectionMethodBuilder inspectionMethodVersion(@Nullable String inspectionMethodVersion)
Original property name from the Odata EDM: InspectionMethodVersion
this
.public InspectionMethod.InspectionMethodBuilder inspectionMethodPlant(@Nullable String inspectionMethodPlant)
Original property name from the Odata EDM: InspectionMethodPlant
For inspection methods this plant is the planning plant, in which the inspection method was created in QM.
this
.public InspectionMethod.InspectionMethodBuilder inspectionMethodValidFromDate(@Nullable LocalDateTime inspectionMethodValidFromDate)
Original property name from the Odata EDM: InspectionMethodValidFromDate
this
.public InspectionMethod.InspectionMethodBuilder inspectionMethodSearchField(@Nullable String inspectionMethodSearchField)
Original property name from the Odata EDM: InspectionMethodSearchField
Enter a meaningful word or phrase in this language-independent field. The entry you make should be easy to remember and should identify the master data record uniquely.
this
.public InspectionMethod.InspectionMethodBuilder inspectionMethodStatus(@Nullable String inspectionMethodStatus)
Original property name from the Odata EDM: InspectionMethodStatus
deletion.this
.public InspectionMethod.InspectionMethodBuilder inspMethInformationField1(@Nullable String inspMethInformationField1)
Original property name from the Odata EDM: InspMethInformationField1
only purpose is to provide a place to store information that is relevant to an object, such as an inspection method or a master inspection characteristic.this
.public InspectionMethod.InspectionMethodBuilder inspMethInformationField2(@Nullable String inspMethInformationField2)
Original property name from the Odata EDM: InspMethInformationField2
only purpose is to provide a place to store information that is relevant to an object, such as an inspection method or a master inspection characteristic.this
.public InspectionMethod.InspectionMethodBuilder inspMethInformationField3(@Nullable String inspMethInformationField3)
Original property name from the Odata EDM: InspMethInformationField3
only purpose is to provide a place to store information that is relevant to an object, such as an inspection method or a master inspection characteristic.this
.public InspectionMethod.InspectionMethodBuilder qltyMstrDataAuthorizationGroup(@Nullable String qltyMstrDataAuthorizationGroup)
Original property name from the Odata EDM: QltyMstrDataAuthorizationGroup
Objects and activities that are affected:Master inspection characteristic, inspection method:Creating with an authorization groupCreating a validity period with an authorization groupChangingDisplayingDeletingChanging authorization groupIncluding inspection method in master inspection characteristic or task listIncluding master inspection characteristic in task list, certificate profile, or material specificationChanging an unplanned characteristic in results recordingSample-drawing procedure:EditingEditing authorization groupIf you enter an authorization group for master data records, the system checks whether the user has access to the objects named above.If no authorization group is entered in the master record, no authorization check takes place.To pass the authorization check, the user must have authorization for master data, which contains the relevant authorization group as a field value.
this
.public InspectionMethod.InspectionMethodBuilder inspectorQualification(@Nullable String inspectorQualification)
Original property name from the Odata EDM: InspectorQualification
This field has no controlling function. However, your entry is checked against a list of qualifications stored in the database.You can enter an inspector qualification in an inspection method, a master inspection characteristic, or a task list.If you use a master inspection characteristic in a task list that has an inspection method assigned, the inspector qualification defined in the inspection method is used in the task list. If there is no inspector qualification in the inspection method, the qualification is taken from the master inspection characteristic.
inspection.this
.public InspectionMethod.InspectionMethodBuilder createdByUser(@Nullable String createdByUser)
Original property name from the Odata EDM: CreatedByUser
The system automatically enters the user name.
this
.public InspectionMethod.InspectionMethodBuilder creationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
The system enters the current system date.
this
.public InspectionMethod.InspectionMethodBuilder lastChangedByUser(@Nullable String lastChangedByUser)
Original property name from the Odata EDM: LastChangedByUser
this
.public InspectionMethod.InspectionMethodBuilder lastChangeDate(@Nullable LocalDateTime lastChangeDate)
Original property name from the Odata EDM: LastChangeDate
The system enters the current system date.
this
.public InspectionMethod.InspectionMethodBuilder linkedSAPObjectKey(@Nullable String linkedSAPObjectKey)
Original property name from the Odata EDM: LinkedSAPObjectKey
this
.public InspectionMethod build()
Copyright © 2020 SAP SE. All rights reserved.