public class AddOAuthListParam
public AddOAuthListParam(@Nullable
OAuthListUpdateInput options,
@Nullable
java.util.List<cn.authing.core.types.OAuthListFieldsFormUpdateInput> fields)
public AddOAuthListParam()
@NotNull public AddOAuthListParam options(@NotNull OAuthListUpdateInput options)
@NotNull public AddOAuthListParam fields(@NotNull java.util.List<cn.authing.core.types.OAuthListFieldsFormUpdateInput> fields)
@NotNull public AddOAuthListParam build()
@NotNull public GraphQLRequest createRequest()
@Nullable public OAuthListUpdateInput getOptions()
public void setOptions(@Nullable
OAuthListUpdateInput p)
@Nullable public java.util.List<cn.authing.core.types.OAuthListFieldsFormUpdateInput> getFields()
public void setFields(@Nullable
java.util.List<cn.authing.core.types.OAuthListFieldsFormUpdateInput> p)