Uses of Enum
ru.tinkoff.piapi.contract.v1.AccessLevel
-
Uses of AccessLevel in ru.tinkoff.piapi.contract.v1
Methods in ru.tinkoff.piapi.contract.v1 that return AccessLevelModifier and TypeMethodDescriptionstatic AccessLevelAccessLevel.forNumber(int value) Account.Builder.getAccessLevel()Уровень доступа к текущему счёту (определяется токеном).Account.getAccessLevel()Уровень доступа к текущему счёту (определяется токеном).AccountOrBuilder.getAccessLevel()Уровень доступа к текущему счёту (определяется токеном).static AccessLevelAccessLevel.valueOf(int value) Deprecated.static AccessLevelAccessLevel.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static AccessLevelReturns the enum constant of this type with the specified name.static AccessLevel[]AccessLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.tinkoff.piapi.contract.v1 that return types with arguments of type AccessLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<AccessLevel>AccessLevel.internalGetValueMap()Methods in ru.tinkoff.piapi.contract.v1 with parameters of type AccessLevelModifier and TypeMethodDescriptionAccount.Builder.setAccessLevel(AccessLevel value) Уровень доступа к текущему счёту (определяется токеном).