Class ImmutableO365SharePointPersonalSiteResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.ImmutableO365SharePointPersonalSiteResponse
- All Implemented Interfaces:
O365SharePointPersonalSiteResponse
@Generated(from="O365SharePointPersonalSiteResponse",
generator="Immutables")
@ParametersAreNonnullByDefault
@Generated("org.immutables.processor.ProxyProcessor")
@Immutable
@CheckReturnValue
public final class ImmutableO365SharePointPersonalSiteResponse
extends Object
implements O365SharePointPersonalSiteResponse
Immutable implementation of
O365SharePointPersonalSiteResponse.
Use the builder to create immutable instances:
ImmutableO365SharePointPersonalSiteResponse.builder().
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilds instances of typeImmutableO365SharePointPersonalSiteResponse. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Creates a builder forImmutableO365SharePointPersonalSiteResponse.copyOf(O365SharePointPersonalSiteResponse instance) Creates an immutable copy of aO365SharePointPersonalSiteResponsevalue.booleanThis instance is equal to all instances ofImmutableO365SharePointPersonalSiteResponsethat have equal attribute values.inthashCode()Computes a hash code from attributes:type,id.id()The id of the O365 Sharepoint personal sites.toString()Prints the immutable valueO365SharePointPersonalSiteResponsewith attribute values.type()The Type of the O365 Sharepoint personal sites(always PersonalSites).Copy the current immutable object by setting a value for theidattribute.Copy the current immutable object by setting a value for thetypeattribute.
-
Method Details
-
type
The Type of the O365 Sharepoint personal sites(always PersonalSites).- Specified by:
typein interfaceO365SharePointPersonalSiteResponse
-
id
The id of the O365 Sharepoint personal sites.- Specified by:
idin interfaceO365SharePointPersonalSiteResponse
-
withType
Copy the current immutable object by setting a value for thetypeattribute. An equals check used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for type- Returns:
- A modified copy of the
thisobject
-
withId
Copy the current immutable object by setting a value for theidattribute. An equals check used to prevent copying of the same value by returningthis.- Parameters:
value- A new value for id- Returns:
- A modified copy of the
thisobject
-
equals
This instance is equal to all instances ofImmutableO365SharePointPersonalSiteResponsethat have equal attribute values. -
hashCode
public int hashCode()Computes a hash code from attributes:type,id. -
toString
Prints the immutable valueO365SharePointPersonalSiteResponsewith attribute values. -
builder
Creates a builder forImmutableO365SharePointPersonalSiteResponse.ImmutableO365SharePointPersonalSiteResponse.builder() .type(String) // requiredtype.id(String) // requiredid.build();- Returns:
- A new ImmutableO365SharePointPersonalSiteResponse builder
-