Package odata.msgraph.client.beta.entity
Class AppLogCollectionRequest.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.AppLogCollectionRequest.Builder
-
- Enclosing class:
- AppLogCollectionRequest
public static final class AppLogCollectionRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppLogCollectionRequestbuild()AppLogCollectionRequest.BuildercompletedDateTime(OffsetDateTime completedDateTime)“Time at which the upload log request reached a terminal state”AppLogCollectionRequest.BuildercustomLogFolders(String... customLogFolders)“List of log folders.”AppLogCollectionRequest.BuildercustomLogFolders(List<String> customLogFolders)“List of log folders.”AppLogCollectionRequest.BuildercustomLogFoldersNextLink(String customLogFoldersNextLink)“List of log folders.”AppLogCollectionRequest.BuildererrorMessage(String errorMessage)“Error message if any during the upload process”AppLogCollectionRequest.Builderid(String id)AppLogCollectionRequest.Builderstatus(AppLogUploadState status)“Log upload status”
-
-
-
Method Detail
-
id
public AppLogCollectionRequest.Builder id(String id)
-
completedDateTime
public AppLogCollectionRequest.Builder completedDateTime(OffsetDateTime completedDateTime)
“Time at which the upload log request reached a terminal state”- Parameters:
completedDateTime- value ofcompletedDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customLogFolders
public AppLogCollectionRequest.Builder customLogFolders(List<String> customLogFolders)
“List of log folders.”- Parameters:
customLogFolders- value ofcustomLogFoldersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customLogFolders
public AppLogCollectionRequest.Builder customLogFolders(String... customLogFolders)
“List of log folders.”- Parameters:
customLogFolders- value ofcustomLogFoldersproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
customLogFoldersNextLink
public AppLogCollectionRequest.Builder customLogFoldersNextLink(String customLogFoldersNextLink)
“List of log folders.”- Parameters:
customLogFoldersNextLink- value ofcustomLogFolders@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
errorMessage
public AppLogCollectionRequest.Builder errorMessage(String errorMessage)
“Error message if any during the upload process”- Parameters:
errorMessage- value oferrorMessageproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
status
public AppLogCollectionRequest.Builder status(AppLogUploadState status)
“Log upload status”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AppLogCollectionRequest build()
-
-