com.gs.phone.api.line

BaseLineApi

All APIs for line manager.

Supported Products:

All


Detail

Method

method description
public static List<BaseLine> getAllLines(); get all lines.

Return:

list of lines object

Supported Products:

All

public static BaseLine getLineById(int lineId); Get line object according to it's id.

Params:

lineId
line id which assigned internal

Return:

line object

Supported Products:

All


Member & Constant

Member description
public static final String API The tag name of BaseLineApi,which can used in
{@link com.gs.common.client.ApiClient.Builder#addApi(String)}

Supported Products:

All