Class ImmutableO365SharePointPersonalSiteResponse.Builder
java.lang.Object
com.iland.core.web.rest.response.vbo.ImmutableO365SharePointPersonalSiteResponse.Builder
- Enclosing class:
- ImmutableO365SharePointPersonalSiteResponse
@Generated(from="O365SharePointPersonalSiteResponse",
generator="Immutables")
@NotThreadSafe
public static final class ImmutableO365SharePointPersonalSiteResponse.Builder
extends Object
Builds instances of type
ImmutableO365SharePointPersonalSiteResponse.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a newImmutableO365SharePointPersonalSiteResponse.from(O365SharePointPersonalSiteResponse instance) Fill a builder with attribute values from the providedO365SharePointPersonalSiteResponseinstance.Initializes the value for theidattribute.Initializes the value for thetypeattribute.
-
Method Details
-
type
@CanIgnoreReturnValue public final ImmutableO365SharePointPersonalSiteResponse.Builder type(String type) Initializes the value for thetypeattribute.- Parameters:
type- The value for type- Returns:
thisbuilder for use in a chained invocation
-
id
@CanIgnoreReturnValue public final ImmutableO365SharePointPersonalSiteResponse.Builder id(String id) Initializes the value for theidattribute.- Parameters:
id- The value for id- Returns:
thisbuilder for use in a chained invocation
-
build
Builds a newImmutableO365SharePointPersonalSiteResponse.- Returns:
- An immutable instance of O365SharePointPersonalSiteResponse
- Throws:
IllegalStateException- if any required attributes are missing