Class Behqueuedata.BehqueuedataBuilder
- Enclosing class:
- Behqueuedata
-
Method Summary
Modifier and TypeMethodDescriptionbuild()busEventPriority(Short busEventPriority) Constraints: nonebusEventSubscriberCode(String busEventSubscriberCode) Constraints: Not nullable, Maximum length: 4businessEvent(UUID businessEvent) (Key Field) Constraints: Not nullablebusinessEventSubscriberName(String businessEventSubscriberName) Constraints: Not nullable, Maximum length: 32busObjects(BusObjects... value) Navigation property to_BusObjects for Behqueuedata to multiple BusObjects.creationUTCDateTime(BigDecimal creationUTCDateTime) Constraints: Not nullable, Precision: 15, Scale: 0keys(BusinessObjectKeys value) Navigation property to_Keys for Behqueuedata to single BusinessObjectKeys.sAPBusinessObjectKey1(String sAPBusinessObjectKey1) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey2(String sAPBusinessObjectKey2) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey3(String sAPBusinessObjectKey3) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey4(String sAPBusinessObjectKey4) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey5(String sAPBusinessObjectKey5) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey6(String sAPBusinessObjectKey6) Constraints: Not nullable, Maximum length: 40sAPBusinessObjectKey7(String sAPBusinessObjectKey7) Constraints: Not nullable, Maximum length: 40sAPObjectTaskCode(String sAPObjectTaskCode) Constraints: Not nullable, Maximum length: 18sAPObjectTaskTypeName(String sAPObjectTaskTypeName) Constraints: Not nullable, Maximum length: 80sAPObjectType(String sAPObjectType) Constraints: Not nullable, Maximum length: 30sAPObjectTypeName(String sAPObjectTypeName) Constraints: Not nullable, Maximum length: 80toString()
-
Method Details
-
busObjects
Navigation property to_BusObjects for Behqueuedata to multiple BusObjects.- Parameters:
value- The BusObjectss to build this Behqueuedata with.- Returns:
- This Builder to allow for a fluent interface.
-
keys
Navigation property to_Keys for Behqueuedata to single BusinessObjectKeys.- Parameters:
value- The BusinessObjectKeys to build this Behqueuedata with.- Returns:
- This Builder to allow for a fluent interface.
-
businessEvent
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: BusinessEvent
- Returns:
this.
-
sAPObjectTaskTypeName
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPObjectTaskTypeName(@Nullable String sAPObjectTaskTypeName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTaskTypeName
- Returns:
this.
-
sAPObjectTypeName
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPObjectTypeName(@Nullable String sAPObjectTypeName) Constraints: Not nullable, Maximum length: 80Original property name from the Odata EDM: SAPObjectTypeName
- Returns:
this.
-
sAPObjectType
Constraints: Not nullable, Maximum length: 30Original property name from the Odata EDM: SAPObjectType
- Returns:
this.
-
busEventSubscriberCode
@Nonnull public Behqueuedata.BehqueuedataBuilder busEventSubscriberCode(@Nullable String busEventSubscriberCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: BusEventSubscriberCode
- Returns:
this.
-
sAPObjectTaskCode
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPObjectTaskCode(@Nullable String sAPObjectTaskCode) Constraints: Not nullable, Maximum length: 18Original property name from the Odata EDM: SAPObjectTaskCode
- Returns:
this.
-
businessEventSubscriberName
@Nonnull public Behqueuedata.BehqueuedataBuilder businessEventSubscriberName(@Nullable String businessEventSubscriberName) Constraints: Not nullable, Maximum length: 32Original property name from the Odata EDM: BusinessEventSubscriberName
- Returns:
this.
-
sAPBusinessObjectKey1
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey1(@Nullable String sAPBusinessObjectKey1) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey1
- Returns:
this.
-
sAPBusinessObjectKey2
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey2(@Nullable String sAPBusinessObjectKey2) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey2
- Returns:
this.
-
sAPBusinessObjectKey3
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey3(@Nullable String sAPBusinessObjectKey3) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey3
- Returns:
this.
-
sAPBusinessObjectKey4
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey4(@Nullable String sAPBusinessObjectKey4) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey4
- Returns:
this.
-
sAPBusinessObjectKey5
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey5(@Nullable String sAPBusinessObjectKey5) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey5
- Returns:
this.
-
sAPBusinessObjectKey6
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey6(@Nullable String sAPBusinessObjectKey6) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey6
- Returns:
this.
-
sAPBusinessObjectKey7
@Nonnull public Behqueuedata.BehqueuedataBuilder sAPBusinessObjectKey7(@Nullable String sAPBusinessObjectKey7) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: SAPBusinessObjectKey7
- Returns:
this.
-
busEventPriority
Constraints: noneOriginal property name from the Odata EDM: BusEventPriority
- Returns:
this.
-
creationUTCDateTime
@Nonnull public Behqueuedata.BehqueuedataBuilder creationUTCDateTime(@Nullable BigDecimal creationUTCDateTime) Constraints: Not nullable, Precision: 15, Scale: 0Original property name from the Odata EDM: CreationUTCDateTime
- Returns:
this.
-
build
-
toString
-