Class SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder
- Enclosing class:
- SafetyDataSheetAssessment
-
Method Summary
Modifier and TypeMethodDescription_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablebuild()chemicalComplianceInfo(String chemicalComplianceInfo) Constraints: Not nullable, Maximum length: 12chmlCmplncInfoUUID(UUID chmlCmplncInfoUUID) Constraints: NullablecmplRqRsltCmplncSts(String cmplRqRsltCmplncSts) Constraints: Not nullable, Maximum length: 2cmplRqRsltProcessingStatus(String cmplRqRsltProcessingStatus) Constraints: Not nullable, Maximum length: 2cmplRqRsltProcessor(String cmplRqRsltProcessor) Constraints: Not nullable, Maximum length: 10cmplRqRsltUUID(UUID cmplRqRsltUUID) (Key Field) Constraints: Not nullablecmplRqVers(String cmplRqVers) Constraints: Not nullable, Maximum length: 40cmplRqVersUUID(UUID cmplRqVersUUID) Constraints: NullablecomplianceRequirement(String complianceRequirement) Constraints: Not nullable, Maximum length: 30releasedByUser(String releasedByUser) Constraints: Not nullable, Maximum length: 10Navigation property _SftyDtaShtAssmtCntry for SafetyDataSheetAssessment to multiple SafetyDataSheetAssessmentCntry.Navigation property _SftyDtaShtAssmtDoc for SafetyDataSheetAssessment to multiple SafetyDataSheetAssessmentDoc.toString()validityEndDateTime(OffsetDateTime validityEndDateTime) Constraints: NullablevalidityStartDateTime(OffsetDateTime validityStartDateTime) Constraints: Nullable
-
Method Details
-
sftyDtaShtAssmtCntry
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder sftyDtaShtAssmtCntry(SafetyDataSheetAssessmentCntry... value) Navigation property _SftyDtaShtAssmtCntry for SafetyDataSheetAssessment to multiple SafetyDataSheetAssessmentCntry.- Parameters:
value- The SafetyDataSheetAssessmentCntrys to build this SafetyDataSheetAssessment with.- Returns:
- This Builder to allow for a fluent interface.
-
sftyDtaShtAssmtDoc
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder sftyDtaShtAssmtDoc(SafetyDataSheetAssessmentDoc... value) Navigation property _SftyDtaShtAssmtDoc for SafetyDataSheetAssessment to multiple SafetyDataSheetAssessmentDoc.- Parameters:
value- The SafetyDataSheetAssessmentDocs to build this SafetyDataSheetAssessment with.- Returns:
- This Builder to allow for a fluent interface.
-
cmplRqRsltUUID
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqRsltUUID(@Nullable UUID cmplRqRsltUUID) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: CmplRqRsltUUID
- Returns:
this.
-
cmplRqVersUUID
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqVersUUID(@Nullable UUID cmplRqVersUUID) Constraints: NullableOriginal property name from the Odata EDM: CmplRqVersUUID
- Returns:
this.
-
chmlCmplncInfoUUID
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder chmlCmplncInfoUUID(@Nullable UUID chmlCmplncInfoUUID) Constraints: NullableOriginal property name from the Odata EDM: ChmlCmplncInfoUUID
- Returns:
this.
-
chemicalComplianceInfo
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder chemicalComplianceInfo(@Nullable String chemicalComplianceInfo) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ChemicalComplianceInfo
- Returns:
this.
-
cmplRqVers
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqVers(@Nullable String cmplRqVers) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CmplRqVers
- Returns:
this.
-
complianceRequirement
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder complianceRequirement(@Nullable String complianceRequirement) Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: ComplianceRequirement
- Returns:
this.
-
cmplRqRsltProcessingStatus
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqRsltProcessingStatus(@Nullable String cmplRqRsltProcessingStatus) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CmplRqRsltProcessingStatus
- Returns:
this.
-
cmplRqRsltProcessor
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqRsltProcessor(@Nullable String cmplRqRsltProcessor) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CmplRqRsltProcessor
- Returns:
this.
-
releasedByUser
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder releasedByUser(@Nullable String releasedByUser) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: ReleasedByUser
- Returns:
this.
-
validityStartDateTime
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder validityStartDateTime(@Nullable OffsetDateTime validityStartDateTime) Constraints: NullableOriginal property name from the Odata EDM: ValidityStartDateTime
- Returns:
this.
-
validityEndDateTime
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder validityEndDateTime(@Nullable OffsetDateTime validityEndDateTime) Constraints: NullableOriginal property name from the Odata EDM: ValidityEndDateTime
- Returns:
this.
-
cmplRqRsltCmplncSts
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder cmplRqRsltCmplncSts(@Nullable String cmplRqRsltCmplncSts) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CmplRqRsltCmplncSts
- Returns:
this.
-
_Messages
@Nonnull public SafetyDataSheetAssessment.SafetyDataSheetAssessmentBuilder _Messages(@Nullable Collection<SAP__Message> _Messages) Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
this.
-
build
-
toString
-