java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.container.user.customer.openidconnect.MigrationState

@ApiType("SoftLayer_Container_User_Customer_OpenIdConnect_MigrationState")
public class MigrationState
extends Entity
See Also:
SoftLayer_Container_User_Customer_OpenIdConnect_MigrationState
  • Field Details

    • daysToGracePeriodEnd

      @ApiProperty(canBeNullOrNotSet=true) protected Long daysToGracePeriodEnd
      The number of days remaining in the grace period for this user's account to
    • daysToGracePeriodEndSpecified

      protected boolean daysToGracePeriodEndSpecified
    • emailAlreadyUsedForInvitationToAccount

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean emailAlreadyUsedForInvitationToAccount
      Flag for whether the email address inside this SoftLayer_User_Customer object
    • emailAlreadyUsedForInvitationToAccountSpecified

      protected boolean emailAlreadyUsedForInvitationToAccountSpecified
    • emailAlreadyUsedForLinkToAccount

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean emailAlreadyUsedForLinkToAccount
      Flag for whether the email address inside this SoftLayer_User_Customer object
    • emailAlreadyUsedForLinkToAccountSpecified

      protected boolean emailAlreadyUsedForLinkToAccountSpecified
    • existingInvitationOpenIdConnectName

      @ApiProperty(canBeNullOrNotSet=true) protected String existingInvitationOpenIdConnectName
      The IBMid email address where an invitation was sent.
    • existingInvitationOpenIdConnectNameSpecified

      protected boolean existingInvitationOpenIdConnectNameSpecified
    • isAccountOpenIdConnectAuthenticated

      @ApiProperty(canBeNullOrNotSet=true) protected Boolean isAccountOpenIdConnectAuthenticated
      Flag for whether the account is OpenIdConnect authenticated or not.
    • isAccountOpenIdConnectAuthenticatedSpecified

      protected boolean isAccountOpenIdConnectAuthenticatedSpecified
  • Constructor Details

    • MigrationState

      public MigrationState()
  • Method Details

    • getDaysToGracePeriodEnd

      public Long getDaysToGracePeriodEnd()
    • setDaysToGracePeriodEnd

      public void setDaysToGracePeriodEnd​(Long daysToGracePeriodEnd)
    • isDaysToGracePeriodEndSpecified

      public boolean isDaysToGracePeriodEndSpecified()
    • unsetDaysToGracePeriodEnd

      public void unsetDaysToGracePeriodEnd()
    • getEmailAlreadyUsedForInvitationToAccount

      public Boolean getEmailAlreadyUsedForInvitationToAccount()
    • setEmailAlreadyUsedForInvitationToAccount

      public void setEmailAlreadyUsedForInvitationToAccount​(Boolean emailAlreadyUsedForInvitationToAccount)
    • isEmailAlreadyUsedForInvitationToAccountSpecified

      public boolean isEmailAlreadyUsedForInvitationToAccountSpecified()
    • unsetEmailAlreadyUsedForInvitationToAccount

      public void unsetEmailAlreadyUsedForInvitationToAccount()
    • getEmailAlreadyUsedForLinkToAccount

      public Boolean getEmailAlreadyUsedForLinkToAccount()
    • setEmailAlreadyUsedForLinkToAccount

      public void setEmailAlreadyUsedForLinkToAccount​(Boolean emailAlreadyUsedForLinkToAccount)
    • isEmailAlreadyUsedForLinkToAccountSpecified

      public boolean isEmailAlreadyUsedForLinkToAccountSpecified()
    • unsetEmailAlreadyUsedForLinkToAccount

      public void unsetEmailAlreadyUsedForLinkToAccount()
    • getExistingInvitationOpenIdConnectName

      public String getExistingInvitationOpenIdConnectName()
    • setExistingInvitationOpenIdConnectName

      public void setExistingInvitationOpenIdConnectName​(String existingInvitationOpenIdConnectName)
    • isExistingInvitationOpenIdConnectNameSpecified

      public boolean isExistingInvitationOpenIdConnectNameSpecified()
    • unsetExistingInvitationOpenIdConnectName

      public void unsetExistingInvitationOpenIdConnectName()
    • getIsAccountOpenIdConnectAuthenticated

      public Boolean getIsAccountOpenIdConnectAuthenticated()
    • setIsAccountOpenIdConnectAuthenticated

      public void setIsAccountOpenIdConnectAuthenticated​(Boolean isAccountOpenIdConnectAuthenticated)
    • isIsAccountOpenIdConnectAuthenticatedSpecified

      public boolean isIsAccountOpenIdConnectAuthenticatedSpecified()
    • unsetIsAccountOpenIdConnectAuthenticated

      public void unsetIsAccountOpenIdConnectAuthenticated()