Package odata.msgraph.client.entity
Class AppLogCollectionRequest.Builder
- java.lang.Object
-
- odata.msgraph.client.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 completed state if not completed yet NULL will be returned.”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)“Indicates error message if any during the upload process.”AppLogCollectionRequest.Builderid(String id)AppLogCollectionRequest.Builderstatus(AppLogUploadState status)“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending”
-
-
-
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 completed state if not completed yet NULL will be returned.”- 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)
“Indicates 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)
“Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending”- Parameters:
status- value ofstatusproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public AppLogCollectionRequest build()
-
-