Class State
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.catalog_management.v1.model.State
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class State extends com.ibm.cloud.sdk.core.service.model.GenericModelOffering state.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classState.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringcurrent()Gets the current.java.util.DatecurrentEntered()Gets the currentEntered.State.BuildernewBuilder()New builder.java.lang.Stringpending()Gets the pending.java.util.DatependingRequested()Gets the pendingRequested.java.lang.Stringprevious()Gets the previous.
-
-
-
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
-
-