Class QueryServiceQualificationUnderscoreCreate
java.lang.Object
de.hybris.platform.b2ctelcotmfresources.v4.dto.QueryServiceQualificationUnderscoreCreate
QueryServiceQualification is used to retrieve a list of services that are technically available in the context of the interaction (place, party, service characteristics, ...). Skipped properties: id,href,serviceQualificationItem,state,effectiveQualificationDate,expirationDate,estimatedResponseDate,queryServiceQualificationDate
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRelatedPartyItem(RelatedParty relatedPartyItem) atBaseType(String atBaseType) atSchemaLocation(String atSchemaLocation) description(String description) booleanexpectedQualificationDate(Date expectedQualificationDate) externalId(String externalId) When sub-classing, this defines the super-classA URI to a JSON-Schema file that defines additional attributes and relationshipsWhen sub-classing, this defines the sub-class entity nameDescription of the serviceQualification@Valid DateA date (DateTime).Identifier provided by the requester@Valid List<RelatedParty>A list of related party references, defines party or party role linked to this request.@NotNull @Valid ServiceQualificationItemGet searchCriteriainthashCode()instantSyncQualification(Boolean instantSyncQualification) An indicator which when the value is \"true\" means that requester expects to get qualifcation result immediately in the response.relatedParty(List<RelatedParty> relatedParty) searchCriteria(ServiceQualificationItem searchCriteria) voidsetAtBaseType(String atBaseType) voidsetAtSchemaLocation(String atSchemaLocation) voidvoidsetDescription(String description) voidsetExpectedQualificationDate(Date expectedQualificationDate) voidsetExternalId(String externalId) voidsetInstantSyncQualification(Boolean instantSyncQualification) voidsetRelatedParty(List<RelatedParty> relatedParty) voidsetSearchCriteria(ServiceQualificationItem searchCriteria) toString()
-
Constructor Details
-
QueryServiceQualificationUnderscoreCreate
public QueryServiceQualificationUnderscoreCreate()
-
-
Method Details
-
description
-
getDescription
Description of the serviceQualification- Returns:
- description
-
setDescription
-
expectedQualificationDate
public QueryServiceQualificationUnderscoreCreate expectedQualificationDate(Date expectedQualificationDate) -
getExpectedQualificationDate
A date (DateTime). Deadline date when the requester expected a qualification answer.- Returns:
- expectedQualificationDate
-
setExpectedQualificationDate
-
externalId
-
getExternalId
Identifier provided by the requester- Returns:
- externalId
-
setExternalId
-
instantSyncQualification
public QueryServiceQualificationUnderscoreCreate instantSyncQualification(Boolean instantSyncQualification) -
isInstantSyncQualification
An indicator which when the value is \"true\" means that requester expects to get qualifcation result immediately in the response. If the indicator is true then the response code of 200 indicates the operation is successful otherwise a task is created with a response 201.- Returns:
- instantSyncQualification
-
setInstantSyncQualification
-
addRelatedPartyItem
-
getRelatedParty
A list of related party references, defines party or party role linked to this request.- Returns:
- relatedParty
-
setRelatedParty
-
searchCriteria
public QueryServiceQualificationUnderscoreCreate searchCriteria(ServiceQualificationItem searchCriteria) -
getSearchCriteria
Get searchCriteria- Returns:
- searchCriteria
-
setSearchCriteria
-
atBaseType
-
getAtBaseType
When sub-classing, this defines the super-class- Returns:
- atBaseType
-
setAtBaseType
-
atSchemaLocation
-
getAtSchemaLocation
A URI to a JSON-Schema file that defines additional attributes and relationships- Returns:
- atSchemaLocation
-
setAtSchemaLocation
-
atType
-
getAtType
When sub-classing, this defines the sub-class entity name- Returns:
- atType
-
setAtType
-
equals
-
hashCode
public int hashCode() -
toString
-