All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.polyapi.client.api.OnUpdateOptions Maven / Gradle / Ivy

There is a newer version: 0.15.3
Show newest version
package io.polyapi.client.api;

import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class OnUpdateOptions {
  private VariableChangeEvent.Type type;
  private Boolean secret;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy