Member
Get a list of fields and their settings.
- Permissions to view the App is needed.
- API Tokens cannot be used with this API.
DepartmentSelectionField
Warning
- extend the abstract class "AbstractMemberSelectField"
Methods
(none)
GroupSelectionField
Warning
- extend the abstract class "AbstractMemberSelectField"
Methods
(none)
MemberSelectEntity
Methods
getCode
Get the code
Declaration
func getCode() -> String?
Parameter
(none)
Return
String
getType
Get the type
Declaration
func getType() -> MemberSelectEntityType?
Parameter
(none)
Return
MemberSelectEntityType
UserSelectionField
Warning
- extend the abstract class "AbstractMemberSelectField"
Methods
(none)
AbstractMemberSelectField
Warning
- extend the abstract class "AbstractInputField"
- This class is an abstract class.
Methods
getDefaultValue
Get the defaultValue
Declaration
func getDefaultValue() -> [MemberSelectEntity]
Parameter
(none)
Return
List<MemberSelectEntity>
getEntites
Get the entites
Declaration
func getEntites() -> [MemberSelectEntity]
Parameter
(none)
Return
List<MemberSelectEntity>