Record Class Boc.ParamsOfSetCodeSalt

java.lang.Object
java.lang.Record
tech.deplant.java4ever.binding.Boc.ParamsOfSetCodeSalt
Record Components:
code - Contract code BOC encoded as base64 or code BOC handle
salt - BOC encoded as base64 or BOC handle Code salt to set.
bocCache - Cache type to put the result. The BOC itself returned if no cache type provided.
Enclosing class:
Boc

public static record Boc.ParamsOfSetCodeSalt(String code, String salt, Boc.BocCacheType bocCache) extends Record