@Generated(value="OracleSDKGenerator", comments="API Version: 20181001") public class SearchListingsDetails extends Object
A base request type that contains common criteria for Marketplace Search Listings details.
Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the Builder
, which maintain a set of all explicitly set fields called
#__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
#__explicitlySet__
into account. The constructor, on the other hand, does not set #__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier | Constructor and Description |
---|---|
protected |
SearchListingsDetails(MatchingContextTypeEnum matchingContextType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MatchingContextTypeEnum |
getMatchingContextType()
The type of matching context returned in the response.
|
int |
hashCode() |
String |
toString() |
@Deprecated @ConstructorProperties(value="matchingContextType") protected SearchListingsDetails(MatchingContextTypeEnum matchingContextType)
public MatchingContextTypeEnum getMatchingContextType()
The type of matching context returned in the response. If you specify HIGHLIGHTS, then the service will highlight fragments in its response. The default value is NONE.
Copyright © 2016–2022. All rights reserved.