|
androidenterprise
v1
|
#include <signup_info.h>
Public Member Functions | |
| SignupInfo (const Json::Value &storage) | |
| SignupInfo (Json::Value *storage) | |
| virtual | ~SignupInfo () |
| const StringPiece | GetTypeName () const |
| bool | has_completion_token () const |
| void | clear_completion_token () |
| const StringPiece | get_completion_token () const |
| void | set_completion_token (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_url () const |
| void | clear_url () |
| const StringPiece | get_url () const |
| void | set_url (const StringPiece &value) |
Static Public Member Functions | |
| static SignupInfo * | New () |
A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'completionToken' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'url' attribute.
|
inline |
Get the value of the 'completionToken' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'url' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'completionToken' attribute was set.
completionToken' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'url' attribute was set.
url' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'completionToken' attribute.
An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'url' attribute.
A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe.
| [in] | value | The new value. |