Options class for the Offset class
Since
3/23/2024
Group Soql Engine
Author Zackary Frazier
public obj
Object
public offset
Integer
public type
Types.SOQL
Getter for the object to be used in the query
public Object getObj()
Object
,[object Object]
Getter for the offset value
public Integer getOffset()
Integer
,[object Object]
Getter for the type of query
public Types.SOQL getType()
Types.SOQL
,[object Object]
Setter for the object to be used in the query
public OffsetOptions setObj(Object obj)
Name | Type | Description |
---|---|---|
obj | Object | `List |
,[object Object]
Sets the offset value for the query
public OffsetOptions setOffset(Integer offset)
Name | Type | Description |
---|---|---|
offset | Integer | Integer |
,[object Object]
Setter for the type of query
public OffsetOptions setType(Types.SOQL type)
Name | Type | Description |
---|---|---|
type | Types.SOQL | Types.SOQL |
,[object Object]