public class Category extends UnknownType
isCommunity(): Represents that the plugin does not requires an Enterprise Mule Runtime to work.isSelect(): Represents that the plugin requires an Enterprise Mule Runtime to work.isPremium(): Represents that the plugin requires an Enterprise Mule Runtime to work and also
an plugin entitlement to workisCertified(): Represent that the plugin is MuleSoft certified and requires an Enterprise Mule
Runtime to work| Modifier and Type | Method and Description |
|---|---|
static Category |
certifiedCategory(String value) |
static Category |
communityCategory(String value) |
boolean |
isCertified() |
boolean |
isCommunity() |
boolean |
isPremium() |
boolean |
isSelect() |
static Category |
premiumCategory(String value) |
static Category |
selectCategory(String value) |
public Category(String value)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.