Skip to content

FluentMethod is not setting value field #976

@fjtirado

Description

@fjtirado

Generate code is

public CallTask withCallAsyncAPI(CallAsyncAPI value) {
        callAsyncAPI = value;
        return this;
    }

and should be

public CallTask withCallAsyncAPI(CallAsyncAPI value) {
        callAsyncAPI = value;
        this.value = value;
        return this;
    }

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions