Uses of Enum
api.equinix.javasdk.fabric.enums.ServiceTokenState
Packages that use ServiceTokenState
Package
Description
Fabric-specific enumerations for the Equinix Java SDK.
Fabric domain model interfaces for the Equinix Java SDK.
-
Uses of ServiceTokenState in api.equinix.javasdk.fabric.enums
Methods in api.equinix.javasdk.fabric.enums that return ServiceTokenStateModifier and TypeMethodDescriptionstatic ServiceTokenStateReturns the enum constant of this type with the specified name.static ServiceTokenState[]ServiceTokenState.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceTokenState in api.equinix.javasdk.fabric.helpers
Methods in api.equinix.javasdk.fabric.helpers with parameters of type ServiceTokenStateModifier and TypeMethodDescriptionstatic ArrayList<ServiceToken> ModelHelper.filterOutServiceTokensByState(List<ServiceToken> serviceTokens, ServiceTokenState serviceTokenState) filterOutServiceTokensByState. -
Uses of ServiceTokenState in api.equinix.javasdk.fabric.model
Methods in api.equinix.javasdk.fabric.model that return ServiceTokenState