Class APIType
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.platform_services.context_based_restrictions.v1.model.APIType
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class APIType extends com.ibm.cloud.sdk.core.service.model.GenericModelService API Type details.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Action>getActions()Gets the actions.java.lang.StringgetApiTypeId()Gets the apiTypeId.java.lang.StringgetDescription()Gets the description.java.lang.StringgetDisplayName()Gets the displayName.java.util.List<java.lang.String>getEnforcementModes()Gets the enforcementModes.java.lang.StringgetType()Gets the type.
-
-
-
Method Detail
-
getApiTypeId
public java.lang.String getApiTypeId()
Gets the apiTypeId. The id of the API type.- Returns:
- the apiTypeId
-
getDisplayName
public java.lang.String getDisplayName()
Gets the displayName. The displayed name of the API type.- Returns:
- the displayName
-
getDescription
public java.lang.String getDescription()
Gets the description. The description of the API type.- Returns:
- the description
-
getType
public java.lang.String getType()
Gets the type. The type of the API type.- Returns:
- the type
-
getActions
public java.util.List<Action> getActions()
Gets the actions. The actions available for the API type.- Returns:
- the actions
-
getEnforcementModes
public java.util.List<java.lang.String> getEnforcementModes()
Gets the enforcementModes. The enforcement modes supported by the API type.- Returns:
- the enforcementModes
-
-