Uses of Class
com.oracle.bmc.marketplacepublisher.model.OpnMembership.OpnStatus
-
Packages that use OpnMembership.OpnStatus Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of OpnMembership.OpnStatus in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return OpnMembership.OpnStatus Modifier and Type Method Description static OpnMembership.OpnStatus
OpnMembership.OpnStatus. create(String key)
OpnMembership.OpnStatus
OpnMembership. getOpnStatus()
OPN statusstatic OpnMembership.OpnStatus
OpnMembership.OpnStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static OpnMembership.OpnStatus[]
OpnMembership.OpnStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type OpnMembership.OpnStatus Modifier and Type Method Description OpnMembership.Builder
OpnMembership.Builder. opnStatus(OpnMembership.OpnStatus opnStatus)
OPN statusConstructors in com.oracle.bmc.marketplacepublisher.model with parameters of type OpnMembership.OpnStatus Constructor Description OpnMembership(Date timeStart, Date timeEnd, OpnMembership.OpnStatus opnStatus, String opnNumber, String opnMembershipType)
Deprecated.
-