Name | Type | Description | Notes |
---|---|---|---|
LanguageCode | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Title | Pointer to string | [optional] | |
LoginDescription | Pointer to string | [optional] | |
Username | Pointer to string | [optional] | |
Password | Pointer to string | [optional] | |
LoginButton | Pointer to string | [optional] | |
DeviceClassDescription | Pointer to string | [optional] | |
DeviceClassPersonal | Pointer to string | [optional] | |
DeviceClassPersonalDescription | Pointer to string | [optional] | |
DeviceClassEnterprise | Pointer to string | [optional] | |
DeviceClassEnterpriseDescription | Pointer to string | [optional] | |
DeviceClassButton | Pointer to string | [optional] | |
PersonalEula | Pointer to string | [optional] | |
EnterpriseEula | Pointer to string | [optional] | |
EulaButton | Pointer to string | [optional] | |
SiteDescription | Pointer to string | [optional] | |
CertificateText | Pointer to string | [optional] | |
CertificateButton | Pointer to string | [optional] | |
CertificateProfileName | Pointer to string | [optional] | |
CertificateProfileDescription | Pointer to string | [optional] | |
PersonalText | Pointer to string | [optional] | |
PersonalButton | Pointer to string | [optional] | |
PersonalProfileName | Pointer to string | [optional] | |
PersonalProfileDescription | Pointer to string | [optional] | |
UserEnrollmentText | Pointer to string | [optional] [default to "Enter your Managed Apple id to install the MDM Profile."] | |
UserEnrollmentButton | Pointer to string | [optional] [default to "Continue"] | |
UserEnrollmentProfileName | Pointer to string | [optional] [default to "MDM Profile"] | |
UserEnrollmentProfileDescription | Pointer to string | [optional] [default to "MDM Profile for mobile device management"] | |
EnterpriseText | Pointer to string | [optional] | |
EnterpriseButton | Pointer to string | [optional] | |
EnterpriseProfileName | Pointer to string | [optional] | |
EnterpriseProfileDescription | Pointer to string | [optional] | |
EnterprisePending | Pointer to string | [optional] | |
QuickAddText | Pointer to string | [optional] | |
QuickAddButton | Pointer to string | [optional] | |
QuickAddName | Pointer to string | [optional] [default to "QuickAdd.pkg"] | |
QuickAddPending | Pointer to string | [optional] | |
CompleteMessage | Pointer to string | [optional] | |
FailedMessage | Pointer to string | [optional] | |
TryAgainButton | Pointer to string | [optional] | |
CheckNowButton | Pointer to string | [optional] | |
CheckEnrollmentMessage | Pointer to string | [optional] | |
LogoutButton | Pointer to string | [optional] |
func NewEnrollmentProcessTextObject() *EnrollmentProcessTextObject
NewEnrollmentProcessTextObject instantiates a new EnrollmentProcessTextObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewEnrollmentProcessTextObjectWithDefaults() *EnrollmentProcessTextObject
NewEnrollmentProcessTextObjectWithDefaults instantiates a new EnrollmentProcessTextObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *EnrollmentProcessTextObject) GetLanguageCode() string
GetLanguageCode returns the LanguageCode field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetLanguageCodeOk() (*string, bool)
GetLanguageCodeOk returns a tuple with the LanguageCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetLanguageCode(v string)
SetLanguageCode sets LanguageCode field to given value.
func (o *EnrollmentProcessTextObject) HasLanguageCode() bool
HasLanguageCode returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetName(v string)
SetName sets Name field to given value.
func (o *EnrollmentProcessTextObject) HasName() bool
HasName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *EnrollmentProcessTextObject) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetLoginDescription() string
GetLoginDescription returns the LoginDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetLoginDescriptionOk() (*string, bool)
GetLoginDescriptionOk returns a tuple with the LoginDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetLoginDescription(v string)
SetLoginDescription sets LoginDescription field to given value.
func (o *EnrollmentProcessTextObject) HasLoginDescription() bool
HasLoginDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *EnrollmentProcessTextObject) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPassword() string
GetPassword returns the Password field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPassword(v string)
SetPassword sets Password field to given value.
func (o *EnrollmentProcessTextObject) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetLoginButton() string
GetLoginButton returns the LoginButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetLoginButtonOk() (*string, bool)
GetLoginButtonOk returns a tuple with the LoginButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetLoginButton(v string)
SetLoginButton sets LoginButton field to given value.
func (o *EnrollmentProcessTextObject) HasLoginButton() bool
HasLoginButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassDescription() string
GetDeviceClassDescription returns the DeviceClassDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassDescriptionOk() (*string, bool)
GetDeviceClassDescriptionOk returns a tuple with the DeviceClassDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassDescription(v string)
SetDeviceClassDescription sets DeviceClassDescription field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassDescription() bool
HasDeviceClassDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassPersonal() string
GetDeviceClassPersonal returns the DeviceClassPersonal field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassPersonalOk() (*string, bool)
GetDeviceClassPersonalOk returns a tuple with the DeviceClassPersonal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassPersonal(v string)
SetDeviceClassPersonal sets DeviceClassPersonal field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassPersonal() bool
HasDeviceClassPersonal returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassPersonalDescription() string
GetDeviceClassPersonalDescription returns the DeviceClassPersonalDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassPersonalDescriptionOk() (*string, bool)
GetDeviceClassPersonalDescriptionOk returns a tuple with the DeviceClassPersonalDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassPersonalDescription(v string)
SetDeviceClassPersonalDescription sets DeviceClassPersonalDescription field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassPersonalDescription() bool
HasDeviceClassPersonalDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassEnterprise() string
GetDeviceClassEnterprise returns the DeviceClassEnterprise field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassEnterpriseOk() (*string, bool)
GetDeviceClassEnterpriseOk returns a tuple with the DeviceClassEnterprise field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassEnterprise(v string)
SetDeviceClassEnterprise sets DeviceClassEnterprise field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassEnterprise() bool
HasDeviceClassEnterprise returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassEnterpriseDescription() string
GetDeviceClassEnterpriseDescription returns the DeviceClassEnterpriseDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassEnterpriseDescriptionOk() (*string, bool)
GetDeviceClassEnterpriseDescriptionOk returns a tuple with the DeviceClassEnterpriseDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassEnterpriseDescription(v string)
SetDeviceClassEnterpriseDescription sets DeviceClassEnterpriseDescription field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassEnterpriseDescription() bool
HasDeviceClassEnterpriseDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetDeviceClassButton() string
GetDeviceClassButton returns the DeviceClassButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetDeviceClassButtonOk() (*string, bool)
GetDeviceClassButtonOk returns a tuple with the DeviceClassButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetDeviceClassButton(v string)
SetDeviceClassButton sets DeviceClassButton field to given value.
func (o *EnrollmentProcessTextObject) HasDeviceClassButton() bool
HasDeviceClassButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPersonalEula() string
GetPersonalEula returns the PersonalEula field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPersonalEulaOk() (*string, bool)
GetPersonalEulaOk returns a tuple with the PersonalEula field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPersonalEula(v string)
SetPersonalEula sets PersonalEula field to given value.
func (o *EnrollmentProcessTextObject) HasPersonalEula() bool
HasPersonalEula returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterpriseEula() string
GetEnterpriseEula returns the EnterpriseEula field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterpriseEulaOk() (*string, bool)
GetEnterpriseEulaOk returns a tuple with the EnterpriseEula field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterpriseEula(v string)
SetEnterpriseEula sets EnterpriseEula field to given value.
func (o *EnrollmentProcessTextObject) HasEnterpriseEula() bool
HasEnterpriseEula returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEulaButton() string
GetEulaButton returns the EulaButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEulaButtonOk() (*string, bool)
GetEulaButtonOk returns a tuple with the EulaButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEulaButton(v string)
SetEulaButton sets EulaButton field to given value.
func (o *EnrollmentProcessTextObject) HasEulaButton() bool
HasEulaButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetSiteDescription() string
GetSiteDescription returns the SiteDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetSiteDescriptionOk() (*string, bool)
GetSiteDescriptionOk returns a tuple with the SiteDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetSiteDescription(v string)
SetSiteDescription sets SiteDescription field to given value.
func (o *EnrollmentProcessTextObject) HasSiteDescription() bool
HasSiteDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCertificateText() string
GetCertificateText returns the CertificateText field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCertificateTextOk() (*string, bool)
GetCertificateTextOk returns a tuple with the CertificateText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCertificateText(v string)
SetCertificateText sets CertificateText field to given value.
func (o *EnrollmentProcessTextObject) HasCertificateText() bool
HasCertificateText returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCertificateButton() string
GetCertificateButton returns the CertificateButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCertificateButtonOk() (*string, bool)
GetCertificateButtonOk returns a tuple with the CertificateButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCertificateButton(v string)
SetCertificateButton sets CertificateButton field to given value.
func (o *EnrollmentProcessTextObject) HasCertificateButton() bool
HasCertificateButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCertificateProfileName() string
GetCertificateProfileName returns the CertificateProfileName field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCertificateProfileNameOk() (*string, bool)
GetCertificateProfileNameOk returns a tuple with the CertificateProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCertificateProfileName(v string)
SetCertificateProfileName sets CertificateProfileName field to given value.
func (o *EnrollmentProcessTextObject) HasCertificateProfileName() bool
HasCertificateProfileName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCertificateProfileDescription() string
GetCertificateProfileDescription returns the CertificateProfileDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCertificateProfileDescriptionOk() (*string, bool)
GetCertificateProfileDescriptionOk returns a tuple with the CertificateProfileDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCertificateProfileDescription(v string)
SetCertificateProfileDescription sets CertificateProfileDescription field to given value.
func (o *EnrollmentProcessTextObject) HasCertificateProfileDescription() bool
HasCertificateProfileDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPersonalText() string
GetPersonalText returns the PersonalText field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPersonalTextOk() (*string, bool)
GetPersonalTextOk returns a tuple with the PersonalText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPersonalText(v string)
SetPersonalText sets PersonalText field to given value.
func (o *EnrollmentProcessTextObject) HasPersonalText() bool
HasPersonalText returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPersonalButton() string
GetPersonalButton returns the PersonalButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPersonalButtonOk() (*string, bool)
GetPersonalButtonOk returns a tuple with the PersonalButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPersonalButton(v string)
SetPersonalButton sets PersonalButton field to given value.
func (o *EnrollmentProcessTextObject) HasPersonalButton() bool
HasPersonalButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPersonalProfileName() string
GetPersonalProfileName returns the PersonalProfileName field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPersonalProfileNameOk() (*string, bool)
GetPersonalProfileNameOk returns a tuple with the PersonalProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPersonalProfileName(v string)
SetPersonalProfileName sets PersonalProfileName field to given value.
func (o *EnrollmentProcessTextObject) HasPersonalProfileName() bool
HasPersonalProfileName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetPersonalProfileDescription() string
GetPersonalProfileDescription returns the PersonalProfileDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetPersonalProfileDescriptionOk() (*string, bool)
GetPersonalProfileDescriptionOk returns a tuple with the PersonalProfileDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetPersonalProfileDescription(v string)
SetPersonalProfileDescription sets PersonalProfileDescription field to given value.
func (o *EnrollmentProcessTextObject) HasPersonalProfileDescription() bool
HasPersonalProfileDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentText() string
GetUserEnrollmentText returns the UserEnrollmentText field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentTextOk() (*string, bool)
GetUserEnrollmentTextOk returns a tuple with the UserEnrollmentText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetUserEnrollmentText(v string)
SetUserEnrollmentText sets UserEnrollmentText field to given value.
func (o *EnrollmentProcessTextObject) HasUserEnrollmentText() bool
HasUserEnrollmentText returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentButton() string
GetUserEnrollmentButton returns the UserEnrollmentButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentButtonOk() (*string, bool)
GetUserEnrollmentButtonOk returns a tuple with the UserEnrollmentButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetUserEnrollmentButton(v string)
SetUserEnrollmentButton sets UserEnrollmentButton field to given value.
func (o *EnrollmentProcessTextObject) HasUserEnrollmentButton() bool
HasUserEnrollmentButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentProfileName() string
GetUserEnrollmentProfileName returns the UserEnrollmentProfileName field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentProfileNameOk() (*string, bool)
GetUserEnrollmentProfileNameOk returns a tuple with the UserEnrollmentProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetUserEnrollmentProfileName(v string)
SetUserEnrollmentProfileName sets UserEnrollmentProfileName field to given value.
func (o *EnrollmentProcessTextObject) HasUserEnrollmentProfileName() bool
HasUserEnrollmentProfileName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentProfileDescription() string
GetUserEnrollmentProfileDescription returns the UserEnrollmentProfileDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetUserEnrollmentProfileDescriptionOk() (*string, bool)
GetUserEnrollmentProfileDescriptionOk returns a tuple with the UserEnrollmentProfileDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetUserEnrollmentProfileDescription(v string)
SetUserEnrollmentProfileDescription sets UserEnrollmentProfileDescription field to given value.
func (o *EnrollmentProcessTextObject) HasUserEnrollmentProfileDescription() bool
HasUserEnrollmentProfileDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterpriseText() string
GetEnterpriseText returns the EnterpriseText field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterpriseTextOk() (*string, bool)
GetEnterpriseTextOk returns a tuple with the EnterpriseText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterpriseText(v string)
SetEnterpriseText sets EnterpriseText field to given value.
func (o *EnrollmentProcessTextObject) HasEnterpriseText() bool
HasEnterpriseText returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterpriseButton() string
GetEnterpriseButton returns the EnterpriseButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterpriseButtonOk() (*string, bool)
GetEnterpriseButtonOk returns a tuple with the EnterpriseButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterpriseButton(v string)
SetEnterpriseButton sets EnterpriseButton field to given value.
func (o *EnrollmentProcessTextObject) HasEnterpriseButton() bool
HasEnterpriseButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterpriseProfileName() string
GetEnterpriseProfileName returns the EnterpriseProfileName field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterpriseProfileNameOk() (*string, bool)
GetEnterpriseProfileNameOk returns a tuple with the EnterpriseProfileName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterpriseProfileName(v string)
SetEnterpriseProfileName sets EnterpriseProfileName field to given value.
func (o *EnrollmentProcessTextObject) HasEnterpriseProfileName() bool
HasEnterpriseProfileName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterpriseProfileDescription() string
GetEnterpriseProfileDescription returns the EnterpriseProfileDescription field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterpriseProfileDescriptionOk() (*string, bool)
GetEnterpriseProfileDescriptionOk returns a tuple with the EnterpriseProfileDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterpriseProfileDescription(v string)
SetEnterpriseProfileDescription sets EnterpriseProfileDescription field to given value.
func (o *EnrollmentProcessTextObject) HasEnterpriseProfileDescription() bool
HasEnterpriseProfileDescription returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetEnterprisePending() string
GetEnterprisePending returns the EnterprisePending field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetEnterprisePendingOk() (*string, bool)
GetEnterprisePendingOk returns a tuple with the EnterprisePending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetEnterprisePending(v string)
SetEnterprisePending sets EnterprisePending field to given value.
func (o *EnrollmentProcessTextObject) HasEnterprisePending() bool
HasEnterprisePending returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetQuickAddText() string
GetQuickAddText returns the QuickAddText field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetQuickAddTextOk() (*string, bool)
GetQuickAddTextOk returns a tuple with the QuickAddText field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetQuickAddText(v string)
SetQuickAddText sets QuickAddText field to given value.
func (o *EnrollmentProcessTextObject) HasQuickAddText() bool
HasQuickAddText returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetQuickAddButton() string
GetQuickAddButton returns the QuickAddButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetQuickAddButtonOk() (*string, bool)
GetQuickAddButtonOk returns a tuple with the QuickAddButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetQuickAddButton(v string)
SetQuickAddButton sets QuickAddButton field to given value.
func (o *EnrollmentProcessTextObject) HasQuickAddButton() bool
HasQuickAddButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetQuickAddName() string
GetQuickAddName returns the QuickAddName field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetQuickAddNameOk() (*string, bool)
GetQuickAddNameOk returns a tuple with the QuickAddName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetQuickAddName(v string)
SetQuickAddName sets QuickAddName field to given value.
func (o *EnrollmentProcessTextObject) HasQuickAddName() bool
HasQuickAddName returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetQuickAddPending() string
GetQuickAddPending returns the QuickAddPending field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetQuickAddPendingOk() (*string, bool)
GetQuickAddPendingOk returns a tuple with the QuickAddPending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetQuickAddPending(v string)
SetQuickAddPending sets QuickAddPending field to given value.
func (o *EnrollmentProcessTextObject) HasQuickAddPending() bool
HasQuickAddPending returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCompleteMessage() string
GetCompleteMessage returns the CompleteMessage field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCompleteMessageOk() (*string, bool)
GetCompleteMessageOk returns a tuple with the CompleteMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCompleteMessage(v string)
SetCompleteMessage sets CompleteMessage field to given value.
func (o *EnrollmentProcessTextObject) HasCompleteMessage() bool
HasCompleteMessage returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetFailedMessage() string
GetFailedMessage returns the FailedMessage field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetFailedMessageOk() (*string, bool)
GetFailedMessageOk returns a tuple with the FailedMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetFailedMessage(v string)
SetFailedMessage sets FailedMessage field to given value.
func (o *EnrollmentProcessTextObject) HasFailedMessage() bool
HasFailedMessage returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetTryAgainButton() string
GetTryAgainButton returns the TryAgainButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetTryAgainButtonOk() (*string, bool)
GetTryAgainButtonOk returns a tuple with the TryAgainButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetTryAgainButton(v string)
SetTryAgainButton sets TryAgainButton field to given value.
func (o *EnrollmentProcessTextObject) HasTryAgainButton() bool
HasTryAgainButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCheckNowButton() string
GetCheckNowButton returns the CheckNowButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCheckNowButtonOk() (*string, bool)
GetCheckNowButtonOk returns a tuple with the CheckNowButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCheckNowButton(v string)
SetCheckNowButton sets CheckNowButton field to given value.
func (o *EnrollmentProcessTextObject) HasCheckNowButton() bool
HasCheckNowButton returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetCheckEnrollmentMessage() string
GetCheckEnrollmentMessage returns the CheckEnrollmentMessage field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetCheckEnrollmentMessageOk() (*string, bool)
GetCheckEnrollmentMessageOk returns a tuple with the CheckEnrollmentMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetCheckEnrollmentMessage(v string)
SetCheckEnrollmentMessage sets CheckEnrollmentMessage field to given value.
func (o *EnrollmentProcessTextObject) HasCheckEnrollmentMessage() bool
HasCheckEnrollmentMessage returns a boolean if a field has been set.
func (o *EnrollmentProcessTextObject) GetLogoutButton() string
GetLogoutButton returns the LogoutButton field if non-nil, zero value otherwise.
func (o *EnrollmentProcessTextObject) GetLogoutButtonOk() (*string, bool)
GetLogoutButtonOk returns a tuple with the LogoutButton field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *EnrollmentProcessTextObject) SetLogoutButton(v string)
SetLogoutButton sets LogoutButton field to given value.
func (o *EnrollmentProcessTextObject) HasLogoutButton() bool
HasLogoutButton returns a boolean if a field has been set.