Skip to content

Latest commit

 

History

History
156 lines (102 loc) · 1.81 KB

OffsetOptions.md

File metadata and controls

156 lines (102 loc) · 1.81 KB

OffsetOptions Class

Options class for the Offset class

Since

3/23/2024

Group Soql Engine

Author Zackary Frazier

Fields

obj

Signature

public obj

Type

Object


offset

Signature

public offset

Type

Integer


type

Signature

public type

Type

Types.SOQL

Methods

getObj()

Getter for the object to be used in the query

Signature

public Object getObj()

Return Type

Object

,[object Object]


getOffset()

Getter for the offset value

Signature

public Integer getOffset()

Return Type

Integer

,[object Object]


getType()

Getter for the type of query

Signature

public Types.SOQL getType()

Return Type

Types.SOQL

,[object Object]


setObj(obj)

Setter for the object to be used in the query

Signature

public OffsetOptions setObj(Object obj)

Parameters

Name Type Description
obj Object `List

Return Type

OffsetOptions

,[object Object]


setOffset(offset)

Sets the offset value for the query

Signature

public OffsetOptions setOffset(Integer offset)

Parameters

Name Type Description
offset Integer Integer

Return Type

OffsetOptions

,[object Object]


setType(type)

Setter for the type of query

Signature

public OffsetOptions setType(Types.SOQL type)

Parameters

Name Type Description
type Types.SOQL Types.SOQL

Return Type

OffsetOptions

,[object Object]