public class AdminCommonOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
custom1
custom1 - use depends on the API call
|
private int |
custom1Rule
custom1 Rule - use depends on the API call
|
private java.lang.String |
custom2
custom2 - use depends on the API call
|
private int |
custom2Rule
custom2 Rule - use depends on the API call
|
private int |
id
Id - use depends on the API call
|
private int |
id2
Id2 - use depends on the API call
|
private int |
id3
Id3 - use depends on the API call
|
private int |
id4
Id24 - use depends on the API call
|
private int[] |
ids
Ids - use depends on the API call
|
private boolean |
includeChildren
includeChildren - use depends on the API call
|
private int |
languageId
languageId - use depends on the API call
|
private java.lang.String |
name
Name - use depends on the API call
|
private int |
nameRule
Name Rule - use depends on the API call
|
private java.lang.String |
orderBy
orderBy - use depends on the API call
|
Constructor and Description |
---|
AdminCommonOptions()
Instantiates an AdminCommonOptions object - a requirement for a bean class
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The usage is dependent on the API call.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The usage is dependent on the API call.
|
int |
getId() |
int |
getId2() |
int |
getId3() |
int |
getId4() |
int[] |
getIds() |
int |
getLanguageId() |
java.lang.String |
getName() |
int |
getNameRule()
The usage is dependent on the API call.
|
java.lang.String |
getOrderBy() |
boolean |
isIncludeChildren() |
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1Rule(int custom1Rule)
The usage is dependent on the API call.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2Rule(int custom2Rule)
The usage is dependent on the API call.
|
void |
setId(int id) |
void |
setId2(int id2) |
void |
setId3(int id3) |
void |
setId4(int id4) |
void |
setIds(int[] ids) |
void |
setIncludeChildren(boolean includeChildren) |
void |
setLanguageId(int languageId) |
void |
setName(java.lang.String name) |
void |
setNameRule(int nameRule)
The usage is dependent on the API call.
|
void |
setOrderBy(java.lang.String orderBy) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int[] ids
private int id
private int id2
private int id3
private int id4
private java.lang.String name
private int nameRule
private java.lang.String custom1
private int custom1Rule
private java.lang.String custom2
private int custom2Rule
private boolean includeChildren
private int languageId
private java.lang.String orderBy
public AdminCommonOptions()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set. The usage is dependent on the API call. Examples are:
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name. The usage is dependent on the API call.public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- languageId to set. Set to -1 for the default language and to 0 for all languages. . The usage is dependent on the API call.public int getId()
public void setId(int id)
id
- the Id to set. The usage is dependent on the API call.public boolean isIncludeChildren()
public void setIncludeChildren(boolean includeChildren)
includeChildren
- The includeChildren to set. The usage is dependent on the API call.public int getId2()
public void setId2(int id2)
id2
- the id2 to set. The usage is dependent on the API call.public int getNameRule()
public void setNameRule(int nameRule)
nameRule
- the nameRule to set. The usage is dependent on the API call.public int getId3()
public void setId3(int id3)
id3
- the id3 to set. The usage is dependent on the API call.public int getId4()
public void setId4(int id4)
id4
- the id4 to set. The usage is dependent on the API call.public int[] getIds()
public void setIds(int[] ids)
ids
- the ids to set. The usage is dependent on the API call.public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to set. The usage is dependent on the API call.public int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to set. The usage is dependent on the API call.public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to set. The usage is dependent on the API call.public int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to set. The usage is dependent on the API call.Copyright © 2018 DS Data Systems UK Ltd.