zdk.objc
Instance Methods | Properties | List of all members
<ZDKBanafoProfile> Protocol Reference

Banafo user profile. More...

#import <ZDKBanafoProfile.h>

Inheritance diagram for <ZDKBanafoProfile>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

NSString *_Nullable role
 Role of the user. More...
 
NSString *_Nullable status
 Status of the user. More...
 
NSString *_Nullable name
 Full name of the user. More...
 
NSString *_Nullable email
 Email of the user. More...
 

Detailed Description

Banafo user profile.

Describes the user Banafo profile.

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ email

- (NSString* _Nullable) email
readnonatomicassign

Email of the user.

Returns
The email of the user

◆ name

- (NSString* _Nullable) name
readnonatomicassign

Full name of the user.

Returns
The full name of the user

◆ role

- (NSString* _Nullable) role
readnonatomicassign

Role of the user.

Returns
The role of the user

◆ status

- (NSString* _Nullable) status
readnonatomicassign

Status of the user.

Returns
The status of the user

The documentation for this protocol was generated from the following file: