Package com.io7m.brooklime.api
Class BLStagingRepositoryClose
java.lang.Object
com.io7m.brooklime.api.BLStagingRepositoryClose
- All Implemented Interfaces:
BLStagingRepositoryBulkRequestType,BLStagingRepositoryCloseType
A request to close a set of staging repositories.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeBLStagingRepositoryClose. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forBLStagingRepositoryClose.static BLStagingRepositoryClosecopyOf(BLStagingRepositoryCloseType instance) Creates an immutable copy of aBLStagingRepositoryCloseTypevalue.booleanThis instance is equal to all instances ofBLStagingRepositoryClosethat have equal attribute values.inthashCode()Computes a hash code from attributes:stagingRepositories.toString()Prints the immutable valueBLStagingRepositoryClosewith attribute values.final BLStagingRepositoryClosewithStagingRepositories(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofstagingRepositories.final BLStagingRepositoryClosewithStagingRepositories(String... elements) Copy the current immutable object with elements that replace the content ofstagingRepositories.
-
Method Details
-
stagingRepositories
- Specified by:
stagingRepositoriesin interfaceBLStagingRepositoryBulkRequestType- Specified by:
stagingRepositoriesin interfaceBLStagingRepositoryCloseType- Returns:
- The value of the
stagingRepositoriesattribute
-
withStagingRepositories
Copy the current immutable object with elements that replace the content ofstagingRepositories.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withStagingRepositories
Copy the current immutable object with elements that replace the content ofstagingRepositories. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of stagingRepositories elements to set- Returns:
- A modified copy of
thisobject
-
equals
This instance is equal to all instances ofBLStagingRepositoryClosethat have equal attribute values. -
hashCode
public int hashCode()Computes a hash code from attributes:stagingRepositories. -
toString
Prints the immutable valueBLStagingRepositoryClosewith attribute values. -
copyOf
Creates an immutable copy of aBLStagingRepositoryCloseTypevalue. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.- Parameters:
instance- The instance to copy- Returns:
- A copied immutable BLStagingRepositoryClose instance
-
builder
Creates a builder forBLStagingRepositoryClose.BLStagingRepositoryClose.builder() .addStagingRepositories|addAllStagingRepositories(String) //stagingRepositorieselements .build();- Returns:
- A new BLStagingRepositoryClose builder
-