Uses of Enum
com.okta.sdk.resource.model.AgentType
Packages that use AgentType
-
Uses of AgentType in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api with parameters of type AgentTypeModifier and TypeMethodDescriptionAgentPoolsApi.listAgentPools(Integer limitPerPoolType, AgentType poolType, String after) List all Agent Pools Lists all agent pools with pagination supportAgentPoolsApi.listAgentPools(Integer limitPerPoolType, AgentType poolType, String after, Map<String, String> additionalHeaders) List all Agent Pools Lists all agent pools with pagination support -
Uses of AgentType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AgentTypeModifier and TypeMethodDescriptionstatic AgentTypeAgentPoolUpdate.getAgentType()Get agentTypeAgentPoolUpdateSetting.getAgentType()Get agentTypeAgent.getType()Get typeAgentPool.getType()Get typestatic AgentTypeReturns the enum constant of this type with the specified name.static AgentType[]AgentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AgentTypeModifier and TypeMethodDescriptionvoidAgentPoolUpdate.setAgentType(AgentType agentType) voidAgentPoolUpdateSetting.setAgentType(AgentType agentType) voidvoid