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

com.ionoscloud.s3.messages.Permission Maven / Gradle / Ivy

The newest version!
package com.ionoscloud.s3.messages;

import org.simpleframework.xml.Root;

/** Permission represents type of grantee. */
@Root(name = "Permission")
public enum Permission {
  FULL_CONTROL,
  WRITE,
  WRITE_ACP,
  READ,
  READ_ACP;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy