Uses of Record Class
org.frankframework.credentialprovider.delinea.DelineaSecretDto.Field
Packages that use DelineaSecretDto.Field
-
Uses of DelineaSecretDto.Field in org.frankframework.credentialprovider.delinea
Methods in org.frankframework.credentialprovider.delinea that return types with arguments of type DelineaSecretDto.FieldModifier and TypeMethodDescriptionDelineaSecretDto.fields()
Returns the value of thefields
record component.Constructor parameters in org.frankframework.credentialprovider.delinea with type arguments of type DelineaSecretDto.FieldModifierConstructorDescriptionDelineaSecretDto
(int id, int folderId, String name, boolean active, List<DelineaSecretDto.Field> fields) Creates an instance of aDelineaSecretDto
record class.