Class CreateGalleryImage.CreateGalleryImageRequest.CreateGalleryImageRequestBuilder
java.lang.Object
masecla.modrinth4j.endpoints.project.gallery.CreateGalleryImage.CreateGalleryImageRequest.CreateGalleryImageRequestBuilder
- Enclosing class:
CreateGalleryImage.CreateGalleryImageRequest
public static class CreateGalleryImage.CreateGalleryImageRequest.CreateGalleryImageRequestBuilder
extends Object
Represents the builder for this class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis will set the image to the specified file.
-
Constructor Details
-
CreateGalleryImageRequestBuilder
public CreateGalleryImageRequestBuilder()
-
-
Method Details
-
file
public CreateGalleryImage.CreateGalleryImageRequest.CreateGalleryImageRequestBuilder file(File file) This will set the image to the specified file.- Parameters:
file- - The file to use.- Returns:
- The builder.
-