Uses of Class
com.oracle.bmc.self.model.Partner.LifecycleState
-
Packages that use Partner.LifecycleState Package Description com.oracle.bmc.self.model -
-
Uses of Partner.LifecycleState in com.oracle.bmc.self.model
Methods in com.oracle.bmc.self.model that return Partner.LifecycleState Modifier and Type Method Description static Partner.LifecycleStatePartner.LifecycleState. create(String key)Partner.LifecycleStatePartner. getLifecycleState()The current lifecycle state of the marketplace publisher partner.Partner.LifecycleStatePartnerSummary. getLifecycleState()The current lifecycle state of the marketplace publisher partner.static Partner.LifecycleStatePartner.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static Partner.LifecycleState[]Partner.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.self.model with parameters of type Partner.LifecycleState Modifier and Type Method Description Partner.BuilderPartner.Builder. lifecycleState(Partner.LifecycleState lifecycleState)The current lifecycle state of the marketplace publisher partner.PartnerSummary.BuilderPartnerSummary.Builder. lifecycleState(Partner.LifecycleState lifecycleState)The current lifecycle state of the marketplace publisher partner.Constructors in com.oracle.bmc.self.model with parameters of type Partner.LifecycleState Constructor Description Partner(String id, String compartmentId, String displayName, Partner.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.PartnerSummary(String id, String compartmentId, String displayName, Partner.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-