public class HoursOfOperationSearchCriteria
extends java.lang.Object
implements java.io.Serializable
The search criteria to be used to return hours of operations.
| Constructor and Description |
|---|
HoursOfOperationSearchCriteria() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<HoursOfOperationSearchCriteria> |
getAndConditions()
A list of conditions which would be applied together with an AND
condition.
|
java.util.List<HoursOfOperationSearchCriteria> |
getOrConditions()
A list of conditions which would be applied together with an OR
condition.
|
StringCondition |
getStringCondition()
A leaf node condition which can be used to specify a string condition.
|
int |
hashCode() |
void |
setAndConditions(java.util.Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND
condition.
|
void |
setOrConditions(java.util.Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR
condition.
|
void |
setStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HoursOfOperationSearchCriteria |
withAndConditions(java.util.Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND
condition.
|
HoursOfOperationSearchCriteria |
withAndConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND
condition.
|
HoursOfOperationSearchCriteria |
withOrConditions(java.util.Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR
condition.
|
HoursOfOperationSearchCriteria |
withOrConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR
condition.
|
HoursOfOperationSearchCriteria |
withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
public java.util.List<HoursOfOperationSearchCriteria> getOrConditions()
A list of conditions which would be applied together with an OR condition.
A list of conditions which would be applied together with an OR condition.
public void setOrConditions(java.util.Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
orConditions - A list of conditions which would be applied together with an OR condition.
public HoursOfOperationSearchCriteria withOrConditions(HoursOfOperationSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
Returns a reference to this object so that method calls can be chained together.
orConditions - A list of conditions which would be applied together with an OR condition.
public HoursOfOperationSearchCriteria withOrConditions(java.util.Collection<HoursOfOperationSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
Returns a reference to this object so that method calls can be chained together.
orConditions - A list of conditions which would be applied together with an OR condition.
public java.util.List<HoursOfOperationSearchCriteria> getAndConditions()
A list of conditions which would be applied together with an AND condition.
A list of conditions which would be applied together with an AND condition.
public void setAndConditions(java.util.Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
andConditions - A list of conditions which would be applied together with an AND condition.
public HoursOfOperationSearchCriteria withAndConditions(HoursOfOperationSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
Returns a reference to this object so that method calls can be chained together.
andConditions - A list of conditions which would be applied together with an AND condition.
public HoursOfOperationSearchCriteria withAndConditions(java.util.Collection<HoursOfOperationSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
Returns a reference to this object so that method calls can be chained together.
andConditions - A list of conditions which would be applied together with an AND condition.
public StringCondition getStringCondition()
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description, timezone, and
resourceID.
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description,
timezone, and resourceID.
public void setStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description, timezone, and
resourceID.
stringCondition - A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description,
timezone, and resourceID.
public HoursOfOperationSearchCriteria withStringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description, timezone, and
resourceID.
Returns a reference to this object so that method calls can be chained together.
stringCondition - A leaf node condition which can be used to specify a string condition.
The currently supported values for FieldName are
name, description,
timezone, and resourceID.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object