Class ImmutableO365TeamOptionsRequest
java.lang.Object
com.iland.core.web.rest.request.vbo.ImmutableO365TeamOptionsRequest
- All Implemented Interfaces:
O365TeamOptionsRequest
@Generated(from="O365TeamOptionsRequest",
generator="Immutables")
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
public final class ImmutableO365TeamOptionsRequest
extends Object
implements O365TeamOptionsRequest
Immutable implementation of
O365TeamOptionsRequest.
Use the builder to create immutable instances:
ImmutableO365TeamOptionsRequest.builder().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeImmutableO365TeamOptionsRequest. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forImmutableO365TeamOptionsRequest.copyOf(O365TeamOptionsRequest instance) Creates an immutable copy of aO365TeamOptionsRequestvalue.booleanThis instance is equal to all instances ofImmutableO365TeamOptionsRequestthat have equal attribute values.inthashCode()Computes a hash code from attributes:itemIds.com.google.common.collect.ImmutableSet<String>itemIds()Specifies ids of O365 Team items.toString()Prints the immutable valueO365TeamOptionsRequestwith attribute values.withItemIds(Iterable<String> elements) Copy the current immutable object with elements that replace the content ofitemIds.withItemIds(String... elements) Copy the current immutable object with elements that replace the content ofitemIds.
-
Method Details
-
itemIds
Specifies ids of O365 Team items.- Specified by:
itemIdsin interfaceO365TeamOptionsRequest
-
withItemIds
Copy the current immutable object with elements that replace the content ofitemIds.- Parameters:
elements- The elements to set- Returns:
- A modified copy of
thisobject
-
withItemIds
Copy the current immutable object with elements that replace the content ofitemIds. A shallow reference equality check is used to prevent copying of the same value by returningthis.- Parameters:
elements- An iterable of itemIds elements to set- Returns:
- A modified copy of
thisobject
-
equals
This instance is equal to all instances ofImmutableO365TeamOptionsRequestthat have equal attribute values. -
hashCode
public int hashCode()Computes a hash code from attributes:itemIds. -
toString
Prints the immutable valueO365TeamOptionsRequestwith attribute values. -
copyOf
Creates an immutable copy of aO365TeamOptionsRequestvalue. 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 O365TeamOptionsRequest instance
-
builder
Creates a builder forImmutableO365TeamOptionsRequest.ImmutableO365TeamOptionsRequest.builder() .addItemIds|addAllItemIds(String) //itemIdselements .build();- Returns:
- A new ImmutableO365TeamOptionsRequest builder
-