Interface AgentStatusSearchCriteria.Builder

    • Method Detail

      • orConditions

        AgentStatusSearchCriteria.Builder orConditions​(Collection<AgentStatusSearchCriteria> orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • orConditions

        AgentStatusSearchCriteria.Builder orConditions​(AgentStatusSearchCriteria... orConditions)

        A list of conditions which would be applied together with an OR condition.

        Parameters:
        orConditions - A list of conditions which would be applied together with an OR condition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        AgentStatusSearchCriteria.Builder andConditions​(Collection<AgentStatusSearchCriteria> andConditions)

        A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Parameters:
        andConditions - A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • andConditions

        AgentStatusSearchCriteria.Builder andConditions​(AgentStatusSearchCriteria... andConditions)

        A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Parameters:
        andConditions - A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stringCondition

        AgentStatusSearchCriteria.Builder stringCondition​(StringCondition stringCondition)

        A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Parameters:
        stringCondition - A leaf node condition which can be used to specify a string condition.

        The currently supported values for FieldName are name,

 description, state, type, displayOrder,
 and resourceID.

        Returns:
        Returns a reference to this object so that method calls can be chained together.