Class B2AuthorizationFilteredResponseField<T>
- java.lang.Object
-
- com.backblaze.b2.client.structures.B2AuthorizationFilteredResponseField<T>
-
public class B2AuthorizationFilteredResponseField<T> extends java.lang.Object
A generic class to represent response fields that are filtered based on authorization Parameter T will represent the different types of response field (e.g. B2FileRetention, B2BucketServerSideEncryption, etc.) This class isn't really for general use, but we need it public in order to build B2FileVersion outside this package.
-
-
Constructor Summary
Constructors Constructor Description B2AuthorizationFilteredResponseField(boolean isClientAuthorizedToRead, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
B2AuthorizationFilteredResponseField
public B2AuthorizationFilteredResponseField(boolean isClientAuthorizedToRead, T value)
-
-