Class SuplrListPrpsdCompanyCode
- All Implemented Interfaces:
VdmEntitySet
Original entity name from the Odata EDM: SuplrListPrpsdCompanyCode_Type
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classHelper class to allow for fluent creation of SuplrListPrpsdCompanyCode instances. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComplexProperty.Collection<SuplrListPrpsdCompanyCode,SAP__Message> Use with available request builders to apply the SAP__Messages complex property to query operations.static final SimpleProperty<SuplrListPrpsdCompanyCode>Selector for all available fields of SuplrListPrpsdCompanyCode.static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.Boolean<SuplrListPrpsdCompanyCode>static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.String<SuplrListPrpsdCompanyCode>static final SimpleProperty.DateTime<SuplrListPrpsdCompanyCode>static final SimpleProperty.Guid<SuplrListPrpsdCompanyCode>static final SimpleProperty.Guid<SuplrListPrpsdCompanyCode>static final NavigationProperty.Single<SuplrListPrpsdCompanyCode,SupplierList> Use with available request builders to apply the _SupplierListTP navigation property to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS -
Constructor Summary
ConstructorsConstructorDescriptionSuplrListPrpsdCompanyCode(UUID suplrListPrpsdCompanyCodeUUID, String companyCode, UUID supplierListUUID, Boolean isDeleted, String suplrListCoCodeProposedByUser, OffsetDateTime suplrListCoCodePrpsdDateTime, String suplrListCoCodeProposalText, String suplrListCoCodeApprovalText, String suplrListCoCodeProposalStatus, String suplrListCoCodeProposalAction, Collection<SAP__Message> _Messages, SupplierList to_SupplierListTP) -
Method Summary
Modifier and TypeMethodDescriptionacceptCompanyCodeProposal(String suplrListCoCodeApprovalText) Action that can be applied to any entity object of this class.builder()protected booleanbooleanprotected voidConstraints: Not nullableConstraints: Not nullable, Maximum length: 4protected Stringprotected StringConstraints: Not nullableprotected ODataEntityKeygetKey()Constraints: Not nullable, Maximum length: 45Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 45Constraints: Not nullable, Maximum length: 12Constraints: Nullable, Precision: 7(Key Field) Constraints: Not nullableio.vavr.control.Option<SupplierList>Retrieval of associated SupplierList entity (one to one).Constraints: Not nullablegetType()inthashCode()rejectCompanyCodeProposal(String suplrListCoCodeApprovalText) Action that can be applied to any entity object of this class.voidset_Messages(Collection<SAP__Message> _Messages) Constraints: Not nullablevoidsetCompanyCode(String companyCode) Constraints: Not nullable, Maximum length: 4voidsetIsDeleted(Boolean isDeleted) Constraints: Not nullablevoidsetSuplrListCoCodeApprovalText(String suplrListCoCodeApprovalText) Constraints: Not nullable, Maximum length: 45voidsetSuplrListCoCodeProposalAction(String suplrListCoCodeProposalAction) Constraints: Not nullable, Maximum length: 1voidsetSuplrListCoCodeProposalStatus(String suplrListCoCodeProposalStatus) Constraints: Not nullable, Maximum length: 1voidsetSuplrListCoCodeProposalText(String suplrListCoCodeProposalText) Constraints: Not nullable, Maximum length: 45voidsetSuplrListCoCodeProposedByUser(String suplrListCoCodeProposedByUser) Constraints: Not nullable, Maximum length: 12voidsetSuplrListCoCodePrpsdDateTime(OffsetDateTime suplrListCoCodePrpsdDateTime) Constraints: Nullable, Precision: 7voidsetSuplrListPrpsdCompanyCodeUUID(UUID suplrListPrpsdCompanyCodeUUID) (Key Field) Constraints: Not nullablevoidsetSupplierListTP(SupplierList value) Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.voidsetSupplierListUUID(UUID supplierListUUID) Constraints: Not nullabletoString()Methods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmEntity
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odatav4.core.VdmObject
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SuplrListPrpsdCompanyCode. -
SUPLR_LIST_PRPSD_COMPANY_CODE_UUID
public static final SimpleProperty.Guid<SuplrListPrpsdCompanyCode> SUPLR_LIST_PRPSD_COMPANY_CODE_UUID -
COMPANY_CODE
-
SUPPLIER_LIST_UUID
-
IS_DELETED
-
SUPLR_LIST_CO_CODE_PROPOSED_BY_USER
public static final SimpleProperty.String<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_PROPOSED_BY_USER -
SUPLR_LIST_CO_CODE_PRPSD_DATE_TIME
public static final SimpleProperty.DateTime<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_PRPSD_DATE_TIME -
SUPLR_LIST_CO_CODE_PROPOSAL_TEXT
public static final SimpleProperty.String<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_PROPOSAL_TEXT -
SUPLR_LIST_CO_CODE_APPROVAL_TEXT
public static final SimpleProperty.String<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_APPROVAL_TEXT -
SUPLR_LIST_CO_CODE_PROPOSAL_STATUS
public static final SimpleProperty.String<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_PROPOSAL_STATUS -
SUPLR_LIST_CO_CODE_PROPOSAL_ACTION
public static final SimpleProperty.String<SuplrListPrpsdCompanyCode> SUPLR_LIST_CO_CODE_PROPOSAL_ACTION -
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations. -
TO__SUPPLIER_LIST_TP
public static final NavigationProperty.Single<SuplrListPrpsdCompanyCode,SupplierList> TO__SUPPLIER_LIST_TPUse with available request builders to apply the _SupplierListTP navigation property to query operations.
-
-
Constructor Details
-
SuplrListPrpsdCompanyCode
public SuplrListPrpsdCompanyCode() -
SuplrListPrpsdCompanyCode
public SuplrListPrpsdCompanyCode(@Nullable UUID suplrListPrpsdCompanyCodeUUID, @Nullable String companyCode, @Nullable UUID supplierListUUID, @Nullable Boolean isDeleted, @Nullable String suplrListCoCodeProposedByUser, @Nullable OffsetDateTime suplrListCoCodePrpsdDateTime, @Nullable String suplrListCoCodeProposalText, @Nullable String suplrListCoCodeApprovalText, @Nullable String suplrListCoCodeProposalStatus, @Nullable String suplrListCoCodeProposalAction, @Nullable Collection<SAP__Message> _Messages, @Nullable SupplierList to_SupplierListTP)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SuplrListPrpsdCompanyCode>
-
setSuplrListPrpsdCompanyCodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrListPrpsdCompanyCodeUUID
- Parameters:
suplrListPrpsdCompanyCodeUUID- Proposed Company Code UUID
-
setCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Company Code
-
setSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Parameters:
supplierListUUID- Supplier List UUID
-
setIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Parameters:
isDeleted- “Is Deleted” Indicator
-
setSuplrListCoCodeProposedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SuplrListCoCodeProposedByUser
- Parameters:
suplrListCoCodeProposedByUser- Proposed Company Code Created By User
-
setSuplrListCoCodePrpsdDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: SuplrListCoCodePrpsdDateTime
- Parameters:
suplrListCoCodePrpsdDateTime- Company Code Proposal Date and Time
-
setSuplrListCoCodeProposalText
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: SuplrListCoCodeProposalText
- Parameters:
suplrListCoCodeProposalText- Company Code Proposal Comments
-
setSuplrListCoCodeApprovalText
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: SuplrListCoCodeApprovalText
- Parameters:
suplrListCoCodeApprovalText- Company Code Approver Comments
-
setSuplrListCoCodeProposalStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalStatus
- Parameters:
suplrListCoCodeProposalStatus- Proposed Company Code Status
-
setSuplrListCoCodeProposalAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalAction
- Parameters:
suplrListCoCodeProposalAction- Company Code Proposal Action
-
set_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Parameters:
_Messages- The _Messages to set.
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SuplrListPrpsdCompanyCode>
-
getKey
- Overrides:
getKeyin classVdmObject<SuplrListPrpsdCompanyCode>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SuplrListPrpsdCompanyCode>
-
fromMap
- Overrides:
fromMapin classVdmObject<SuplrListPrpsdCompanyCode>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SuplrListPrpsdCompanyCode>
-
getSupplierListTPIfPresent
Retrieval of associated SupplierList entity (one to one). This corresponds to the OData navigation property _SupplierListTP.If the navigation property for an entity SuplrListPrpsdCompanyCode has not been resolved yet, this method will not query further information. Instead its
Optionresult state will beempty.- Returns:
- If the information for navigation property _SupplierListTP is already loaded, the result will
contain the SupplierList entity. If not, an
Optionwith result stateemptyis returned.
-
setSupplierListTP
Overwrites the associated SupplierList entity for the loaded navigation property _SupplierListTP.- Parameters:
value- New SupplierList entity.
-
acceptCompanyCodeProposal
@Nonnull public static BoundAction.SingleToSingle<SuplrListPrpsdCompanyCode,SuplrListPrpsdCompanyCode> acceptCompanyCodeProposal(@Nonnull String suplrListCoCodeApprovalText) Action that can be applied to any entity object of this class.- Parameters:
suplrListCoCodeApprovalText- Constraints: Not nullable, Maximum length: 45Original parameter name from the Odata EDM: SuplrListCoCodeApprovalText
- Returns:
- Action object prepared with the given parameters to be applied to any entity object of this class.
To execute it use the
service.forEntity(entity).applyAction(thisAction)API.
-
rejectCompanyCodeProposal
@Nonnull public static BoundAction.SingleToSingle<SuplrListPrpsdCompanyCode,SuplrListPrpsdCompanyCode> rejectCompanyCodeProposal(@Nonnull String suplrListCoCodeApprovalText) Action that can be applied to any entity object of this class.- Parameters:
suplrListCoCodeApprovalText- Constraints: Not nullable, Maximum length: 45Original parameter name from the Odata EDM: SuplrListCoCodeApprovalText
- Returns:
- Action object prepared with the given parameters to be applied to any entity object of this class.
To execute it use the
service.forEntity(entity).applyAction(thisAction)API.
-
builder
-
getSuplrListPrpsdCompanyCodeUUID
(Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: SuplrListPrpsdCompanyCodeUUID
- Returns:
- Proposed Company Code UUID
-
getCompanyCode
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Company Code
-
getSupplierListUUID
Constraints: Not nullableOriginal property name from the Odata EDM: SupplierListUUID
- Returns:
- Supplier List UUID
-
getIsDeleted
Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
- “Is Deleted” Indicator
-
getSuplrListCoCodeProposedByUser
Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: SuplrListCoCodeProposedByUser
- Returns:
- Proposed Company Code Created By User
-
getSuplrListCoCodePrpsdDateTime
Constraints: Nullable, Precision: 7Original property name from the Odata EDM: SuplrListCoCodePrpsdDateTime
- Returns:
- Company Code Proposal Date and Time
-
getSuplrListCoCodeProposalText
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: SuplrListCoCodeProposalText
- Returns:
- Company Code Proposal Comments
-
getSuplrListCoCodeApprovalText
Constraints: Not nullable, Maximum length: 45Original property name from the Odata EDM: SuplrListCoCodeApprovalText
- Returns:
- Company Code Approver Comments
-
getSuplrListCoCodeProposalStatus
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalStatus
- Returns:
- Proposed Company Code Status
-
getSuplrListCoCodeProposalAction
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SuplrListCoCodeProposalAction
- Returns:
- Company Code Proposal Action
-
get_Messages
Constraints: Not nullableOriginal property name from the Odata EDM: SAP__Messages
- Returns:
- The _Messages contained in this
VdmEntity.
-
toString
- Overrides:
toStringin classVdmObject<SuplrListPrpsdCompanyCode>
-
equals
- Overrides:
equalsin classVdmEntity<SuplrListPrpsdCompanyCode>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SuplrListPrpsdCompanyCode>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SuplrListPrpsdCompanyCode>
-
getOdataType
- Specified by:
getOdataTypein classVdmObject<SuplrListPrpsdCompanyCode>
-