@NotThreadSafe public static final class ImmutableO365TeamTabResponse.Builder extends Object
ImmutableO365TeamTabResponse
.
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.
Modifier and Type | Method and Description |
---|---|
ImmutableO365TeamTabResponse |
build()
Builds a new
ImmutableO365TeamTabResponse . |
ImmutableO365TeamTabResponse.Builder |
contentUrl(String contentUrl)
Initializes the value for the
contentUrl attribute. |
ImmutableO365TeamTabResponse.Builder |
displayName(Optional<String> displayName)
Initializes the optional value
displayName to displayName. |
ImmutableO365TeamTabResponse.Builder |
displayName(String displayName)
Initializes the optional value
displayName to displayName. |
ImmutableO365TeamTabResponse.Builder |
from(O365TeamItemResponse instance)
Fill a builder with attribute values from the provided
com.iland.core.web.rest.response.vbo.O365TeamItemResponse instance. |
ImmutableO365TeamTabResponse.Builder |
from(O365TeamTabResponse instance)
Fill a builder with attribute values from the provided
com.iland.core.web.rest.response.vbo.O365TeamTabResponse instance. |
ImmutableO365TeamTabResponse.Builder |
nativeId(String nativeId)
Initializes the value for the
nativeId attribute. |
ImmutableO365TeamTabResponse.Builder |
type(String type)
Initializes the value for the
type attribute. |
public final ImmutableO365TeamTabResponse.Builder from(O365TeamTabResponse instance)
com.iland.core.web.rest.response.vbo.O365TeamTabResponse
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final ImmutableO365TeamTabResponse.Builder from(O365TeamItemResponse instance)
com.iland.core.web.rest.response.vbo.O365TeamItemResponse
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final ImmutableO365TeamTabResponse.Builder nativeId(String nativeId)
nativeId
attribute.nativeId
- The value for nativeIdthis
builder for use in a chained invocationpublic final ImmutableO365TeamTabResponse.Builder displayName(String displayName)
displayName
to displayName.displayName
- The value for displayNamethis
builder for chained invocationpublic final ImmutableO365TeamTabResponse.Builder displayName(Optional<String> displayName)
displayName
to displayName.displayName
- The value for displayNamethis
builder for use in a chained invocationpublic final ImmutableO365TeamTabResponse.Builder contentUrl(String contentUrl)
contentUrl
attribute.contentUrl
- The value for contentUrlthis
builder for use in a chained invocationpublic final ImmutableO365TeamTabResponse.Builder type(String type)
type
attribute.type
- The value for typethis
builder for use in a chained invocationpublic ImmutableO365TeamTabResponse build()
ImmutableO365TeamTabResponse
.IllegalStateException
- if any required attributes are missingCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.