Class FileDetails
- java.lang.Object
-
- odata.msgraph.client.security.complex.FileDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class FileDetails extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringfileNameprotected StringfilePathprotected StringfilePublisherprotected LongfileSizeprotected Stringissuerprotected StringodataTypeprotected Stringsha1protected Stringsha256protected Stringsignerprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileDetails()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
fileName
protected String fileName
-
filePath
protected String filePath
-
filePublisher
protected String filePublisher
-
fileSize
protected Long fileSize
-
issuer
protected String issuer
-
sha1
protected String sha1
-
sha256
protected String sha256
-
signer
protected String signer
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withFileName
public FileDetails withFileName(String fileName)
-
withFilePath
public FileDetails withFilePath(String filePath)
-
withFilePublisher
public FileDetails withFilePublisher(String filePublisher)
-
withFileSize
public FileDetails withFileSize(Long fileSize)
-
withIssuer
public FileDetails withIssuer(String issuer)
-
withSha1
public FileDetails withSha1(String sha1)
-
withSha256
public FileDetails withSha256(String sha256)
-
withSigner
public FileDetails withSigner(String signer)
-
withUnmappedField
public FileDetails withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static FileDetails.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-