Class State

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class State
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Offering state.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  State.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String current()
      Gets the current.
      java.util.Date currentEntered()
      Gets the currentEntered.
      State.Builder newBuilder()
      New builder.
      java.lang.String pending()
      Gets the pending.
      java.util.Date pendingRequested()
      Gets the pendingRequested.
      java.lang.String previous()
      Gets the previous.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • newBuilder

        public State.Builder newBuilder()
        New builder.
        Returns:
        a State builder
      • current

        public java.lang.String current()
        Gets the current. one of: new, validated, account-published, ibm-published, public-published.
        Returns:
        the current
      • currentEntered

        public java.util.Date currentEntered()
        Gets the currentEntered. Date and time of current request.
        Returns:
        the currentEntered
      • pending

        public java.lang.String pending()
        Gets the pending. one of: new, validated, account-published, ibm-published, public-published.
        Returns:
        the pending
      • pendingRequested

        public java.util.Date pendingRequested()
        Gets the pendingRequested. Date and time of pending request.
        Returns:
        the pendingRequested
      • previous

        public java.lang.String previous()
        Gets the previous. one of: new, validated, account-published, ibm-published, public-published.
        Returns:
        the previous