public class

OrderBy

extends Object
java.lang.Object
   ↳ com.clarizen.api.queries.OrderBy

Class Overview

Java class for OrderBy complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="OrderBy">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Order" type="{http://clarizen.com/api/queries}Order" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String fieldName
protected Order order
Public Constructors
OrderBy()
Public Methods
String getFieldName()
Gets the value of the fieldName property.
Order getOrder()
Gets the value of the order property.
void setFieldName(String value)
Sets the value of the fieldName property.
void setOrder(Order value)
Sets the value of the order property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String fieldName

protected Order order

Public Constructors

public OrderBy ()

Public Methods

public String getFieldName ()

Gets the value of the fieldName property.

Returns
  • possible object is String

public Order getOrder ()

Gets the value of the order property.

Returns
  • possible object is Order

public void setFieldName (String value)

Sets the value of the fieldName property.

Parameters
value Allowed object is String

public void setOrder (Order value)

Sets the value of the order property.

Parameters
value Allowed object is Order